aboutsummaryrefslogtreecommitdiff
path: root/lib/xbmc-libav-hacks/Makefile
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-08-02 09:38:36 -0400
committerAlexis Ballier <aballier@gentoo.org>2013-08-06 10:17:06 -0400
commit9441222993e58e1ba71fb12faac31fbfe78bdd3f (patch)
tree35671794b4635408b3c9c20e64980db6c1da62cd /lib/xbmc-libav-hacks/Makefile
parentfb1bd7e4c4a723436d7e8e26862d90a0347a4d08 (diff)
Introduce a libav-hacks library to wrap a compatibility layer with libav.
This copies/pastes some code from FFmpeg but at least allows us to support the fork.
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)))