diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2005-04-25 22:44:22 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2005-04-25 22:44:22 +0000 |
commit | 0e226aea818f0735b2f566894856eeee6a0a9a36 (patch) | |
tree | 61bcd0007b07c5081a10937832097aff26d2eeb8 /src | |
parent | 89ebde6ee23d9c73758a6bcf63a9a021d728dce0 (diff) | |
download | xine-lib-0e226aea818f0735b2f566894856eeee6a0a9a36.tar.gz xine-lib-0e226aea818f0735b2f566894856eeee6a0a9a36.tar.bz2 |
**BUGFIX**
Gotcha! Unfortunately, this disrupted make distcheck, so it is a showstopper
for the release. I am too tired to wait another hour for the compilation, so
things will have to wait until tomorrow morning.
CVS patchset: 7498
CVS date: 2005/04/25 22:44:22
Diffstat (limited to 'src')
-rw-r--r-- | src/libmpeg2/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libmpeg2/Makefile.am b/src/libmpeg2/Makefile.am index e0d0d37b3..8bcc9b8b2 100644 --- a/src/libmpeg2/Makefile.am +++ b/src/libmpeg2/Makefile.am @@ -29,4 +29,5 @@ xineplug_decode_mpeg2_la_SOURCES = \ xineplug_decode_mpeg2_la_LIBADD = $(MLIB_LIBS) $(XINE_LIB) xineplug_decode_mpeg2_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ -noinst_HEADERS = vlc.h mpeg2.h xvmc.h xvmc_vld.h mpeg2_internal.h idct_mlib.h vis.h +noinst_HEADERS = vlc.h mpeg2.h xvmc.h xvmc_vld.h mpeg2_internal.h idct_mlib.h vis.h \ + libmpeg2_accel.h |