[MPlayer-dev-eng] [PATCH] minor makefile fix
Sidik Isani
lksi at cfht.hawaii.edu
Mon Nov 11 04:32:50 CET 2002
Hello -
Just checked out pre10 ... I haven't used it much yet, but
it seems pretty good so far! Thanks to everyone. One minor
change to the order of libraries in the makefile was needed
to get static builds to work again: SDL uses X11, so X_LIB
should come second. Patch is attached.
Be seeing you,
- Sidik
-------------- next part --------------
diff -ru MPlayer-cvs-pre10.DIST/Makefile MPlayer-cvs-pre10/Makefile
--- MPlayer-cvs-pre10.DIST/Makefile Sun Nov 10 03:12:34 2002
+++ MPlayer-cvs-pre10/Makefile Sun Nov 10 03:12:34 2002
@@ -37,7 +37,7 @@
OBJS_MENCODER = $(SRCS_MENCODER:.c=.o)
OBJS_MPLAYER = $(SRCS_MPLAYER:.c=.o)
-VO_LIBS = $(AA_LIB) $(X_LIB) $(SDL_LIB) $(GGI_LIB) $(MP1E_LIB) $(MLIB_LIB) $(SVGA_LIB) $(DIRECTFB_LIB) $(GIF_LIB)
+VO_LIBS = $(AA_LIB) $(SDL_LIB) $(X_LIB) $(GGI_LIB) $(MP1E_LIB) $(MLIB_LIB) $(SVGA_LIB) $(DIRECTFB_LIB) $(GIF_LIB)
AO_LIBS = $(ARTS_LIB) $(NAS_LIB) $(SGIAUDIO_LIB)
CODEC_LIBS = $(AV_LIB) $(FAME_LIB) $(MAD_LIB) $(VORBIS_LIB) $(FAAD_LIB) $(LIBLZO_LIB) $(XVID_LIB) $(DECORE_LIB) $(PNG_LIB) $(Z_LIB) $(JPEG_LIB) $(ALSA_LIB)
COMMON_LIBS = libmpcodecs/libmpcodecs.a mp3lib/libMP3.a liba52/liba52.a libmpeg2/libmpeg2.a $(W32_LIB) $(DS_LIB) libaf/libaf.a libmpdemux/libmpdemux.a input/libinput.a $(PP_LIB) postproc/libswscale.a linux/libosdep.a $(CSS_LIB) $(CODEC_LIBS) $(FREETYPE_LIB) $(TERMCAP_LIB) $(CDPARANOIA_LIB) $(STREAMING_LIB) $(WIN32_LIB)
More information about the MPlayer-dev-eng
mailing list