mirror of https://git.ffmpeg.org/ffmpeg.git
swr: fix shared lib build
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
b5875b9111
commit
9dd3da1061
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
LIBSWRESAMPLE_$MAJOR {
|
||||
global: swr_*; ff_*;
|
||||
local: *;
|
||||
};
|
Loading…
Reference in New Issue