summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Freitas <miguelfreitas@users.sourceforge.net>2002-06-11 17:21:57 +0000
committerMiguel Freitas <miguelfreitas@users.sourceforge.net>2002-06-11 17:21:57 +0000
commit647a4537987fe8b09028b7687924cdfef1681275 (patch)
tree54ee3fc4ae0e9dfed51fd42ef8ce89a9e7735424
parent496321880707456f3f2cdbd07701a6784260b16e (diff)
downloadxine-lib-647a4537987fe8b09028b7687924cdfef1681275.tar.gz
xine-lib-647a4537987fe8b09028b7687924cdfef1681275.tar.bz2
missing header from dist
CVS patchset: 2063 CVS date: 2002/06/11 17:21:57
-rw-r--r--src/libffmpeg/libavcodec/i386/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libffmpeg/libavcodec/i386/Makefile.am b/src/libffmpeg/libavcodec/i386/Makefile.am
index 5c83c9d8f..1eab5ab21 100644
--- a/src/libffmpeg/libavcodec/i386/Makefile.am
+++ b/src/libffmpeg/libavcodec/i386/Makefile.am
@@ -29,7 +29,7 @@ endif
libavcodec_mmx_la_SOURCES = $(mmx_modules) $(libavcodec_mmx_dummy)
-noinst_HEADERS = dsputil_mmx_avg.h mmx.h
+noinst_HEADERS = dsputil_mmx_avg.h dsputil_mmx_rnd.h mmx.h
.s.lo:
$(ASCOMPILE) -o $@ `test -f $< || echo '$(srcdir)/'`$<