diff options
author | Charles Yates <charles.yates@pandora.be> | 2005-05-08 15:04:59 +0000 |
---|---|---|
committer | François Revol <revol@free.fr> | 2005-05-08 15:04:59 +0000 |
commit | eb94aca926131cfbe5d818a679c6872a8bb97049 (patch) | |
tree | ee53c3e1e75156ff13d57104402fd2133889f7f0 /Makefile | |
parent | 1c02a9732aa2e5ec0eaf83e65044704af05e8400 (diff) | |
download | ffmpeg-eb94aca926131cfbe5d818a679c6872a8bb97049.tar.gz |
support BUILDSUF patch by <charles dot yates at pandora dot be>
Originally committed as revision 4203 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -91,7 +91,7 @@ endif OBJS = ffmpeg.o ffserver.o cmdutils.o $(FFPLAY_O) SRCS = $(OBJS:.o=.c) $(ASM_OBJS:.o=.s) -FFLIBS = -L./libavformat -lavformat -L./libavcodec -lavcodec +FFLIBS = -L./libavformat -lavformat$(BUILDSUF) -L./libavcodec -lavcodec$(BUILDSUF) all: lib $(PROG) $(PROGTEST) $(VHOOK) $(QTFASTSTART) $(DOC) |