Skip to content
Snippets Groups Projects
Commit 9dd3da10 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

swr: fix shared lib build

parent b5875b91
No related branches found
No related tags found
No related merge requests found
......@@ -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
LIBSWRESAMPLE_$MAJOR {
global: swr_*; ff_*;
local: *;
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment