[SCM] libav/experimental: Use consistent paths for adding values to LDFLAGS.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:01:32 UTC 2013


The following commit has been merged in the experimental branch:
commit 06694949b4d3c6c0b50c02c2a5c9449ef7c61652
Author: Diego Biurrun <diego at biurrun.de>
Date:   Sun Jun 10 21:19:15 2007 +0000

    Use consistent paths for adding values to LDFLAGS.
    
    Originally committed as revision 9276 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/Makefile b/Makefile
index 4432e78..7cd5a05 100644
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,7 @@ LDFLAGS := -L$(BUILD_ROOT)/libavformat -L$(BUILD_ROOT)/libavcodec -L$(BUILD_ROOT
 EXTRALIBS := -lavformat$(BUILDSUF) -lavcodec$(BUILDSUF) -lavutil$(BUILDSUF) $(EXTRALIBS)
 
 ifeq ($(CONFIG_SWSCALER),yes)
-LDFLAGS+=-L./libswscale
+LDFLAGS+=-L$(BUILD_ROOT)/libswscale
 EXTRALIBS+=-lswscale$(BUILDSUF)
 endif
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list