[MPlayer-dev-eng] [PATCH] Compilation fails if using --disable-qtx --disable-dshow
Gianluigi Tiesi
mplayer at netfarm.it
Sat May 14 06:29:28 CEST 2005
Attached the small patch to fix it.
Bye
--
Gianluigi Tiesi <sherpya at netfarm.it>
EDP Project Leader
Netfarm S.r.l. - http://www.netfarm.it/
Free Software: http://oss.netfarm.it/
-------------- next part --------------
Index: libmpcodecs/ve.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/ve.c,v
retrieving revision 1.11
diff -u -r1.11 ve.c
--- libmpcodecs/ve.c 27 Aug 2004 20:43:04 -0000 1.11
+++ libmpcodecs/ve.c 14 May 2005 04:24:35 -0000
@@ -28,8 +28,10 @@
#endif
#ifdef USE_WIN32DLL
&ve_info_vfw,
+#ifdef USE_QTX_CODECS
&ve_info_qtvideo,
#endif
+#endif
#ifdef HAVE_LIBDV095
&ve_info_libdv,
#endif
More information about the MPlayer-dev-eng
mailing list