Browse code

swr: fix shared lib build

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

Michael Niedermayer authored on 2011/09/19 14:26:42
Showing 3 changed files
... ...
@@ -3476,6 +3476,7 @@ get_version(){
3476 3476
 }
3477 3477
 
3478 3478
 get_version LIBSWSCALE  libswscale/swscale.h
3479
+get_version LIBSWRESAMPLE libswresample/swresample.h
3479 3480
 get_version LIBPOSTPROC libpostproc/postprocess.h
3480 3481
 get_version LIBAVCODEC  libavcodec/version.h
3481 3482
 get_version LIBAVDEVICE libavdevice/avdevice.h
... ...
@@ -9,4 +9,4 @@ OBJS = swresample.o audioconvert.o resample2.o rematrix.o
9 9
 
10 10
 TESTPROGS = swresample_test
11 11
 
12
-include $(SUBDIR)../subdir.mak
12
+include $(SRC_PATH)/subdir.mak
13 13
new file mode 100644
... ...
@@ -0,0 +1,4 @@
0
+LIBSWRESAMPLE_$MAJOR {
1
+        global: swr_*; ff_*;
2
+        local: *;
3
+};