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 /libavformat | |
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 'libavformat')
-rw-r--r-- | libavformat/Makefile | 2 |
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 |