summaryrefslogtreecommitdiff
path: root/libavformat/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 /libavformat/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 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 3b804d2c05..83259b2fc0 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -77,7 +77,7 @@ LIB= $(LIBPREF)avformat$(LIBSUF)
ifeq ($(BUILD_SHARED),yes)
SLIB= $(SLIBPREF)avformat$(SLIBSUF)
-AVCLIBS+=-lavcodec -L../libavcodec
+AVCLIBS+=-lavcodec$(BUILDSUF) -L../libavcodec
ifeq ($(CONFIG_MP3LAME),yes)
AVCLIBS+=-lmp3lame
endif