[MPlayer-G2-dev] g2p25 FreeBSD patch - $(VORBIS_LIB)
Bohdan Horst
nexus at irc.pl
Fri May 16 13:32:00 CEST 2003
FreeBSD g2p25 patch - $(VORBIS_LIB):
--
/ irl: Bohdan 'Nexus' Horst | irc: Nexus \
{----------------------v-------^---------------}
\ http://irc.pl/nexus | mailto: nexus at irc.pl /
-------------- next part --------------
--- Makefile.old Fri May 16 10:13:39 2003
+++ Makefile Fri May 16 10:14:41 2003
@@ -76,10 +76,10 @@
test-codecs: $(OBJS) $(CODECS_DEPS) $(STREAM_DEPS) $(PLAYER_DEPS) osdep/libosdep.a test-codecs.o
# FIXME: for some odd reason the gCpuCaps symbol will be undefined on Darwin
# unless osdep/cpudetect.o is explicitely linked
- $(CC) $(OBJS) test-codecs.o osdep/cpudetect.o -o test-codecs $(CODECS_DEPS) $(STREAM_DEPS) $(PLAYER_DEPS) $(EXTRA_LIB) $(CDPARANOIA_LIB) osdep/libosdep.a $(SMBCLIENT_LIB) $(AO_LIBS) $(VO_LIBS) $(THEORA_LIB) $(I18NLIBS) -lm
+ $(CC) $(OBJS) test-codecs.o osdep/cpudetect.o -o test-codecs $(CODECS_DEPS) $(STREAM_DEPS) $(PLAYER_DEPS) $(EXTRA_LIB) $(CDPARANOIA_LIB) osdep/libosdep.a $(SMBCLIENT_LIB) $(AO_LIBS) $(VO_LIBS) $(VORBIS_LIB) $(THEORA_LIB) $(I18NLIBS) -lm
test-play: $(OBJS) $(CODECS_DEPS) $(STREAM_DEPS) $(PLAYER_DEPS) osdep/libosdep.a test-play.o input/libinput.a
- $(CC) $(OBJS) test-play.o -o test-play $(CODECS_DEPS) $(STREAM_DEPS) $(PLAYER_DEPS) input/libinput.a osdep/libosdep.a $(EXTRA_LIB) $(CDPARANOIA_LIB) $(SMBCLIENT_LIB) $(AO_LIBS) $(VO_LIBS) $(TERMCAP_LIB) $(LIRC_LIB) $(THEORA_LIB) $(I18NLIBS) -lm
+ $(CC) $(OBJS) test-play.o -o test-play $(CODECS_DEPS) $(STREAM_DEPS) $(PLAYER_DEPS) input/libinput.a osdep/libosdep.a $(EXTRA_LIB) $(CDPARANOIA_LIB) $(SMBCLIENT_LIB) $(AO_LIBS) $(VO_LIBS) $(TERMCAP_LIB) $(LIRC_LIB) $(VORBIS_LIB) $(THEORA_LIB) $(I18NLIBS) -lm
test-input: test-input.o input/libinput.a osdep/libosdep.a mp_msg.o get_path.o
$(CC) test-input.o -o test-input input/libinput.a osdep/libosdep.a mp_msg.o get_path.o $(EXTRA_LIB) $(TERMCAP_LIB) $(LIRC_LIB) $(I18NLIBS) $(MACOSX_FRAMEWORKS)
More information about the MPlayer-G2-dev
mailing list