summaryrefslogtreecommitdiff
path: root/libswresample/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-09-19 07:26:42 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-09-19 07:26:42 +0200
commit9dd3da1061e34f13f5f233274ed10c0a4da41dfe (patch)
tree989077396fc1006b62dbe1af155d2c17f396e1ff /libswresample/Makefile
parentb5875b91113a0f3de6ad61e9ff8b74b81de94760 (diff)
swr: fix shared lib build
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswresample/Makefile')
-rw-r--r--libswresample/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libswresample/Makefile b/libswresample/Makefile
index 33b8ea0c58..7435162793 100644
--- a/libswresample/Makefile
+++ b/libswresample/Makefile
@@ -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