[Mplayer-cvslog] CVS: main Makefile,1.171,1.172 configure,1.422,1.423
Arpi of Ize
arpi at mplayer.dev.hu
Sat Apr 13 19:28:36 CEST 2002
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv32357
Modified Files:
Makefile configure
Log Message:
syncfb, mp1e, opendivx removed/disabled
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Makefile,v
retrieving revision 1.171
retrieving revision 1.172
diff -u -r1.171 -r1.172
--- Makefile 13 Apr 2002 01:54:20 -0000 1.171
+++ Makefile 13 Apr 2002 17:28:33 -0000 1.172
@@ -60,14 +60,14 @@
AO_LIBS = -Llibao2 -lao2
A_LIBS = $(ALSA_LIB) $(NAS_LIB) $(MAD_LIB) $(VORBIS_LIB) $(FAAD_LIB) $(SGIAUDIO_LIB)
-CODEC_LIBS = -Llibmpcodecs -lmpcodecs -Lg72x -lg72x -Lmp3lib -lMP3 -Lliba52 -la52 -Lxa -lxa -Llibmpeg2 -lmpeg2 $(AV_LIB) -Llibfame -lfame
+CODEC_LIBS = -Llibmpcodecs -lmpcodecs -Lmp3lib -lMP3 -Lliba52 -la52 -Lxa -lxa -Llibmpeg2 -lmpeg2 $(AV_LIB) -Llibfame -lfame
COMMON_LIBS = $(CODEC_LIBS) -Llibmpdemux -lmpdemux $(NEW_INPUT_LIB) $(LIB_LOADER) $(A_LIBS) $(CSS_LIB) $(ARCH_LIB) -Lpostproc -lpostproc $(DECORE_LIB) -Llinux -losdep $(TERMCAP_LIB) $(STREAMING_LIB) $(Z_LIB) $(GTK_LIBS) $(PNG_LIB) $(JPEG_LIB) -lm
ifeq ($(VIDIX),yes)
MISC_LIBS += -Llibdha -ldha -Lvidix -lvidix
endif
CFLAGS = $(OPTFLAGS) -Ilibmpdemux -Iloader $(VO_INC) $(EXTRA_INC) # -Wall
-PARTS = libfame g72x libmpdemux libmpcodecs mp3lib liba52 libmp1e libmpeg2 libavcodec opendivx libao2 drivers drivers/syncfb linux postproc xa input
+PARTS = libfame libmpdemux libmpcodecs mp3lib liba52 libmp1e libmpeg2 libavcodec libao2 drivers drivers/syncfb linux postproc xa input
ifeq ($(VIDIX),yes)
PARTS += libdha vidix
endif
@@ -109,7 +109,7 @@
.c.o:
$(CC) -c $(CFLAGS) -o $@ $<
-COMMON_DEPS = libfame/libfame.a g72x/libg72x.a libmpdemux/libmpdemux.a libmpcodecs/libmpcodecs.a libao2/libao2.a liba52/liba52.a mp3lib/libMP3.a libmpeg2/libmpeg2.a linux/libosdep.a postproc/libpostproc.a opendivx/libdecore.a xa/libxa.a input/libinput.a
+COMMON_DEPS = libfame/libfame.a libmpdemux/libmpdemux.a libmpcodecs/libmpcodecs.a libao2/libao2.a liba52/liba52.a mp3lib/libMP3.a libmpeg2/libmpeg2.a linux/libosdep.a postproc/libpostproc.a xa/libxa.a input/libinput.a
ifeq ($(VIDIX),yes)
COMMON_DEPS += libdha/libdha.so vidix/libvidix.a
@@ -162,18 +162,12 @@
mp3lib/libMP3.a:
$(MAKE) -C mp3lib
-opendivx/libdecore.a:
- $(MAKE) -C opendivx
-
libdha/libdha.so:
$(MAKE) -C libdha
vidix/libvidix.a:
$(MAKE) -C vidix
-# encore/libencore.a:
-# $(MAKE) -C encore
-
Gui/libgui.a:
$(MAKE) -C Gui
@@ -185,9 +179,6 @@
xa/libxa.a:
$(MAKE) -C xa
-
-g72x/libg72x.a:
- $(MAKE) -C g72x
input/libinput.a:
$(MAKE) -C input
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.422
retrieving revision 1.423
diff -u -r1.422 -r1.423
--- configure 13 Apr 2002 16:51:01 -0000 1.422
+++ configure 13 Apr 2002 17:28:33 -0000 1.423
@@ -129,13 +129,13 @@
--disable-xanim disable XAnim DLL support [autodetect]
--disable-xvid disable XviD codec [autodetect]
--disable-divx4linux disable DivX4linux codec [autodetect]
- --disable-opendivx disable OpenDivx codec [enable]
+ --enable-opendivx enable _old_ OpenDivx codec [disable]
--enable-vorbis build with OggVorbis support [autodetect]
--enable-faad build with FAAD (AAC) support [autodetect]
--disable-iconv do not use iconv(3) function [autodetect]
--disable-rtc disable RTC (/dev/rtc) on Linux [autodetect]
- --disable-mp1e disable libmp1e support
- (use this option if it does not compile) [enable]
+ --enable-mp1e enable libmp1e support
+ (use this option if it does not compile) [disable]
--disable-libdv disable libdv 0.9.5 support [autodetect]
--disable-streaming disable network streaming support
(support for: http/mms/rtp) [enable]
@@ -764,7 +764,7 @@
# If autodetection is available then the third state is: auto
_libavcodec=auto
_libavcodecso=no # changed default to no as it causes problems - atmos
-_mp1e=auto
+_mp1e=no
_mencoder=yes
_x11=auto
_dga=auto # 1 2 no auto
@@ -1931,16 +1931,16 @@
echores "$_mga"
-echocheck "syncfb"
-_syncfb=no
-test "$_mga" = yes && _syncfb=yes
-if test "$_syncfb" = yes ; then
- _def_syncfb='#define HAVE_SYNCFB 1'
- _vosrc="$_vosrc vo_syncfb.c"
-else
- _def_syncfb='#undef HAVE_SYNCFB'
-fi
-echores "$_syncfb"
+# echocheck "syncfb"
+# _syncfb=no
+# test "$_mga" = yes && _syncfb=yes
+# if test "$_syncfb" = yes ; then
+# _def_syncfb='#define HAVE_SYNCFB 1'
+# _vosrc="$_vosrc vo_syncfb.c"
+# else
+# _def_syncfb='#undef HAVE_SYNCFB'
+# fi
+# echores "$_syncfb"
echocheck "xmga"
More information about the MPlayer-cvslog
mailing list