summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCharles Yates <charles.yates@pandora.be>2005-05-08 15:04:59 +0000
committerFrançois Revol <revol@free.fr>2005-05-08 15:04:59 +0000
commiteb94aca926131cfbe5d818a679c6872a8bb97049 (patch)
treeee53c3e1e75156ff13d57104402fd2133889f7f0 /Makefile
parent1c02a9732aa2e5ec0eaf83e65044704af05e8400 (diff)
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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 19cf90669d..ee44701238 100644
--- a/Makefile
+++ b/Makefile
@@ -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)