swr: fix shared lib build

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2011-09-19 07:26:42 +02:00
parent b5875b9111
commit 9dd3da1061
3 changed files with 6 additions and 1 deletions

1
configure vendored
View File

@ -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

View File

@ -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

View File

@ -0,0 +1,4 @@
LIBSWRESAMPLE_$MAJOR {
global: swr_*; ff_*;
local: *;
};