aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
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 /Makefile.in
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 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 6a3792f54f..a66945e97b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -174,6 +174,10 @@ ifeq (@USE_OMXPLAYER@,1)
DIRECTORY_ARCHIVES += xbmc/cores/omxplayer/omxplayer.a
endif
+ifeq (@USE_LIBAV_HACKS@,1)
+DIRECTORY_ARCHIVES += lib/xbmc-libav-hacks/dll-libavhacks.a
+endif
+
PAPCODECS_DIRS= \
lib/xbadpcm \
lib/nosefart \