diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-10-15 12:59:45 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-10-15 12:59:45 +0000 |
commit | 14f29f795d6b1a8a7d864ff97d6302bfe6fb0ba9 (patch) | |
tree | b56f33bdd6218dbc1d7dea341b90e7bf303ec4f1 /libavcodec/Makefile | |
parent | 84471efd91a1599bf5c83bc2f7307017e27b4bd9 (diff) | |
download | ffmpeg-14f29f795d6b1a8a7d864ff97d6302bfe6fb0ba9.tar.gz |
Revert putting EXTRALIBS in common.mak, linking fails on MinGW.
Originally committed as revision 6700 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 3d961b8fa1..611a022372 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -399,6 +399,8 @@ CFLAGS += $(CFLAGS-yes) OBJS += $(OBJS-yes) ASM_OBJS += $(ASM_OBJS-yes) +EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS) + NAME=avcodec ifeq ($(BUILD_SHARED),yes) LIBVERSION=$(LAVCVERSION) |