From 647a4537987fe8b09028b7687924cdfef1681275 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Tue, 11 Jun 2002 17:21:57 +0000 Subject: missing header from dist CVS patchset: 2063 CVS date: 2002/06/11 17:21:57 --- src/libffmpeg/libavcodec/i386/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)/'`$< -- cgit v1.2.3