diff options
| author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-12 12:31:40 +0100 |
|---|---|---|
| committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-12 12:31:40 +0100 |
| commit | 2e3f351aab6f653313d113f0d2ec0374c2d7aee4 (patch) | |
| tree | d2243a5002904e2467767cdc92ac54522aa03a93 /src/libmpeg2/Makefile.am | |
| parent | 3999004c72e12aa3f718ae08c1fec5d50753af65 (diff) | |
| download | xine-lib-2e3f351aab6f653313d113f0d2ec0374c2d7aee4.tar.gz xine-lib-2e3f351aab6f653313d113f0d2ec0374c2d7aee4.tar.bz2 | |
Replace usage of xine_xmalloc_aligned() with av_mallocz() from libavutil, link plugins needing it to libavutil.
Diffstat (limited to 'src/libmpeg2/Makefile.am')
| -rw-r--r-- | src/libmpeg2/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/libmpeg2/Makefile.am b/src/libmpeg2/Makefile.am index d772f0e09..1cf18c325 100644 --- a/src/libmpeg2/Makefile.am +++ b/src/libmpeg2/Makefile.am @@ -28,5 +28,6 @@ xineplug_decode_mpeg2_la_SOURCES = \ xine_mpeg2_decoder.c \ libmpeg2_accel.c -xineplug_decode_mpeg2_la_LIBADD = $(MLIB_LIBS) $(XINE_LIB) -lm -xineplug_decode_mpeg2_la_CFLAGS = $(AM_CFLAGS) $(MLIB_CFLAGS) +xineplug_decode_mpeg2_la_LIBADD = $(MLIB_LIBS) $(XINE_LIB) $(AVUTIL_LIBS) -lm +xineplug_decode_mpeg2_la_DEPS = $(AVUTIL_DEPS) +xineplug_decode_mpeg2_la_CFLAGS = $(AM_CFLAGS) $(MLIB_CFLAGS) $(AVUTIL_CFLAGS) |
