summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-12-11 22:01:45 +0100
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-12-11 22:01:45 +0100
commit1ab33da9f80b7ff811f6e01c70cffcae8787def9 (patch)
treeb85ac154fc11ac815fbc8438999aa899b854c5be /misc
parent8ee847b7af98a527d30664370e5784066becc49b (diff)
downloadxine-lib-1ab33da9f80b7ff811f6e01c70cffcae8787def9.tar.gz
xine-lib-1ab33da9f80b7ff811f6e01c70cffcae8787def9.tar.bz2
Add generic libavutil rule.
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile.common3
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/Makefile.common b/misc/Makefile.common
index edafcea4b..96c981ee3 100644
--- a/misc/Makefile.common
+++ b/misc/Makefile.common
@@ -14,6 +14,9 @@ $(XINE_LIB):
$(top_builddir)/contrib/libxdg-basedir/libxdg-basedir.la:
$(MAKE) -C $(top_builddir)/contrib/libxdg-basedir
+$(top_builddir)/contrib/ffmpeg/libavutil/libavutil.a:
+ $(MAKE) -C $(top_builddir)/contrib/ ffmpeg/libavutil/libavutil.a
+
install-data-hook:
@if test $$MAKELEVEL -le 4 ; then \
if test -x "$(top_srcdir)/post-install.sh" ; then \