diff options
| author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-05-08 14:27:35 +0100 |
|---|---|---|
| committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-05-08 14:27:35 +0100 |
| commit | efbef33b133ee728285f6bfb5f5014041dc991d4 (patch) | |
| tree | a968f04c71d7326214a19c7d8871702df0217dd5 /src/post | |
| parent | 28d683480c3acf5a8b02e302b43184a71b00694a (diff) | |
| download | xine-lib-efbef33b133ee728285f6bfb5f5014041dc991d4.tar.gz xine-lib-efbef33b133ee728285f6bfb5f5014041dc991d4.tar.bz2 | |
Internal libpostproc.a needs libavutil.a, so link planar post-plugin with both.
Diffstat (limited to 'src/post')
| -rw-r--r-- | src/post/planar/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/post/planar/Makefile.am b/src/post/planar/Makefile.am index 6d239202b..4461f8314 100644 --- a/src/post/planar/Makefile.am +++ b/src/post/planar/Makefile.am @@ -7,10 +7,12 @@ postproc_lib = $(FFMPEG_POSTPROC_LIBS) ff_cflags = $(FFMPEG_POSTPROC_CFLAGS) else ff_cflags = -I$(top_srcdir)/contrib/ffmpeg/libpostproc -postproc_lib = $(top_builddir)/contrib/ffmpeg/libpostproc/libpostproc.a - +postproc_lib = $(top_builddir)/contrib/ffmpeg/libpostproc/libpostproc.a \ + $(top_builddir)/contrib/ffmpeg/libavutil/libavutil.a $(top_builddir)/contrib/ffmpeg/libpostproc/libpostproc.a: $(MAKE) -C $(top_builddir)/contrib/ffmpeg/ -f makefile.xine libpostproc/libpostproc.a +$(top_builddir)/contrib/ffmpeg/libavutil/libavutil.a: + $(MAKE) -C $(top_builddir)/contrib/ffmpeg/ -f makefile.xine libpostproc/libpostproc.a endif # -fomit-frame-pointer is always needed. it might cause debug to not |
