[FFmpeg-cvslog] swr: fix shared lib build

Michael Niedermayer git at videolan.org
Mon Sep 19 07:34:10 CEST 2011


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon Sep 19 07:26:42 2011 +0200| [9dd3da1061e34f13f5f233274ed10c0a4da41dfe] | committer: Michael Niedermayer

swr: fix shared lib build

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9dd3da1061e34f13f5f233274ed10c0a4da41dfe
---

 configure                     |    1 +
 libswresample/Makefile        |    2 +-
 libswresample/libswresample.v |    4 ++++
 3 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/configure b/configure
index dfc8ee3..c443d93 100755
--- a/configure
+++ b/configure
@@ -3476,6 +3476,7 @@ get_version(){
 }
 
 get_version LIBSWSCALE  libswscale/swscale.h
+get_version LIBSWRESAMPLE libswresample/swresample.h
 get_version LIBPOSTPROC libpostproc/postprocess.h
 get_version LIBAVCODEC  libavcodec/version.h
 get_version LIBAVDEVICE libavdevice/avdevice.h
diff --git a/libswresample/Makefile b/libswresample/Makefile
index 33b8ea0..7435162 100644
--- a/libswresample/Makefile
+++ b/libswresample/Makefile
@@ -9,4 +9,4 @@ OBJS = swresample.o audioconvert.o resample2.o rematrix.o
 
 TESTPROGS = swresample_test
 
-include $(SUBDIR)../subdir.mak
+include $(SRC_PATH)/subdir.mak
diff --git a/libswresample/libswresample.v b/libswresample/libswresample.v
new file mode 100644
index 0000000..af21811
--- /dev/null
+++ b/libswresample/libswresample.v
@@ -0,0 +1,4 @@
+LIBSWRESAMPLE_$MAJOR {
+        global: swr_*; ff_*;
+        local: *;
+};



More information about the ffmpeg-cvslog mailing list