[SCM] libav/experimental: Vhooks require special cflags and ldflags for Windows builds Copy them from Cygwin to MinGW

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


The following commit has been merged in the experimental branch:
commit 1bdf0fe7c79c9b7ba37ff7ba045c676f7ef1182f
Author: Ramiro Polla <ramiro.polla at gmail.com>
Date:   Thu Jun 14 16:48:09 2007 +0000

    Vhooks require special cflags and ldflags for Windows builds
    Copy them from Cygwin to MinGW
    
    Originally committed as revision 9313 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index 1b3b114..d513ae2 100755
--- a/configure
+++ b/configure
@@ -1168,6 +1168,8 @@ case $targetos in
     targetos=mingw32
     shlibdir="$bindir"
     dv1394="no"
+    VHOOKSHFLAGS='-shared -L$(BUILD_ROOT)/libavformat -L$(BUILD_ROOT)/libavcodec -L$(BUILD_ROOT)/libswscale -L$(BUILD_ROOT)/libavutil'
+    VHOOKLIBS='-lavformat$(BUILDSUF) -lavcodec$(BUILDSUF) -lswscale$(BUILDSUF) -lavutil$(BUILDSUF) $(EXTRALIBS)'
     ffserver="no"
     network="no"
     SLIBPREF=""

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list