[SCM] libav/experimental: Keep -L flags before corresponding -l flags.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:09:44 UTC 2013


The following commit has been merged in the experimental branch:
commit 34c9d454d129495db87113e996cd0fe1f8b81ced
Author: Diego Biurrun <diego at biurrun.de>
Date:   Fri Nov 23 11:41:01 2007 +0000

    Keep -L flags before corresponding -l flags.
    
    Originally committed as revision 11083 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/Makefile b/libavformat/Makefile
index 14b2729..421a355 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -157,7 +157,7 @@ OBJS-$(CONFIG_LIBNUT_MUXER)              += libnut.o riff.o
 OBJS-$(CONFIG_VHOOK)                     += framehook.o
 
 EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) \
-             -lavcodec$(BUILDSUF) -L$(BUILD_ROOT)/libavcodec $(EXTRALIBS)
+             -L$(BUILD_ROOT)/libavcodec -lavcodec$(BUILDSUF) $(EXTRALIBS)
 
 # protocols I/O
 OBJS+= avio.o aviobuf.o

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list