[SCM] libav/experimental: Consistently use $(BUILD_ROOT).
    siretart at users.alioth.debian.org 
    siretart at users.alioth.debian.org
       
    Sun Jun 30 15:52:17 UTC 2013
    
    
  
The following commit has been merged in the experimental branch:
commit 84471efd91a1599bf5c83bc2f7307017e27b4bd9
Author: Diego Biurrun <diego at biurrun.de>
Date:   Sun Oct 15 12:57:47 2006 +0000
    Consistently use $(BUILD_ROOT).
    
    Originally committed as revision 6699 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/Makefile b/Makefile
index 7d3f075..add8314 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,7 @@ endif
 
 OBJS = ffmpeg.o ffserver.o cmdutils.o ffplay.o
 SRCS = $(OBJS:.o=.c) $(ASM_OBJS:.o=.s)
-LDFLAGS := -L./libavformat -L./libavcodec -L./libavutil $(LDFLAGS)
+LDFLAGS := -L$(BUILD_ROOT)/libavformat -L$(BUILD_ROOT)/libavcodec -L$(BUILD_ROOT)/libavutil $(LDFLAGS)
 EXTRALIBS := -lavformat$(BUILDSUF) -lavcodec$(BUILDSUF) -lavutil$(BUILDSUF) $(EXTRALIBS)
 
 ifeq ($(CONFIG_SWSCALER),yes)
-- 
Libav/FFmpeg packaging
    
    
More information about the pkg-multimedia-commits
mailing list