Browse Source

swr: fix shared lib build

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.9
Michael Niedermayer 14 years ago
parent
commit
9dd3da1061
3 changed files with 6 additions and 1 deletions
  1. +1
    -0
      configure
  2. +1
    -1
      libswresample/Makefile
  3. +4
    -0
      libswresample/libswresample.v

+ 1
- 0
configure 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


+ 1
- 1
libswresample/Makefile 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

+ 4
- 0
libswresample/libswresample.v View File

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

Loading…
Cancel
Save