aboutsummaryrefslogtreecommitdiff
path: root/lib/xbmc-libav-hacks/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/xbmc-libav-hacks/Makefile')
-rw-r--r--lib/xbmc-libav-hacks/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/xbmc-libav-hacks/Makefile b/lib/xbmc-libav-hacks/Makefile
new file mode 100644
index 0000000000..463a9081fd
--- /dev/null
+++ b/lib/xbmc-libav-hacks/Makefile
@@ -0,0 +1,6 @@
+SRCS = swresample.c alloc_output_context2.c buffersink.c accessors.c
+
+LIB = dll-libavhacks.a
+
+include ../../Makefile.include
+-include $(patsubst %.cpp,%.P,$(patsubst %.c,%.P,$(SRCS)))