mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 11:49:48 +00:00
swr: fix shared lib build
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
b5875b9111
commit
9dd3da1061
1
configure
vendored
1
configure
vendored
@ -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
|
||||
|
4
libswresample/libswresample.v
Normal file
4
libswresample/libswresample.v
Normal file
@ -0,0 +1,4 @@
|
||||
LIBSWRESAMPLE_$MAJOR {
|
||||
global: swr_*; ff_*;
|
||||
local: *;
|
||||
};
|
Loading…
Reference in New Issue
Block a user