diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-01-17 17:18:17 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-01-17 17:18:17 +0000 |
commit | aacc63fba787be224d3d355a161ae6e88f386007 (patch) | |
tree | 5fe7324e8e856ed85e98b69fc9036635ae8f43d1 | |
parent | e886af1e544dc7db4abad76bdb14fe53a5467ced (diff) | |
download | xine-lib-aacc63fba787be224d3d355a161ae6e88f386007.tar.gz xine-lib-aacc63fba787be224d3d355a161ae6e88f386007.tar.bz2 |
Don't install mpeg2.h & mpeg2convert.h.
-rw-r--r-- | src/libmpeg2new/include/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/libmpeg2new/include/Makefile.am b/src/libmpeg2new/include/Makefile.am index 302d01cb1..781e6d0b5 100644 --- a/src/libmpeg2new/include/Makefile.am +++ b/src/libmpeg2new/include/Makefile.am @@ -1,3 +1 @@ -pkginclude_HEADERS = mpeg2.h mpeg2convert.h - -EXTRA_DIST = video_out.h mmx.h alpha_asm.h vis.h attributes.h tendra.h +EXTRA_DIST = video_out.h mmx.h alpha_asm.h vis.h attributes.h tendra.h mpeg2.h mpeg2convert.h |