[PATCH] Changeset 12887 breaks make dist (Update internal libfaad to 2.7)

Xavier Bachelot <[email protected]> Sun, 12 Feb 2017 23:18:06 +0100
Newsgroups gmane.comp.video.xine.devel
Message-ID <[email protected]>
Hi,

"make dist" was broken by changeset 12887 (Update internal libfaad to
2.7). Attached patch fixes the issue.

make[3]: Entering directory
'/home/xavierb/sources/xine-lib-1.2/contrib/libfaad'
make[3]: *** No rule to make target 'decoder.h', needed by 'distdir'.  Stop.
make[3]: Leaving directory
'/home/xavierb/sources/xine-lib-1.2/contrib/libfaad'
Makefile:693: recipe for target 'distdir' failed
make[2]: *** [distdir] Error 1
make[2]: Leaving directory '/home/xavierb/sources/xine-lib-1.2/contrib'
Makefile:794: recipe for target 'distdir' failed
make[1]: *** [distdir] Error 1
make[1]: Leaving directory '/home/xavierb/sources/xine-lib-1.2'
Makefile:895: recipe for target 'dist' failed
make: *** [dist] Error 2

Regards,
Xavier

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot

_______________________________________________
xine-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xine-devel
xine-lib-contrib_libfaad_decoder_h_is_gone__remove_it_from_Makefile_am.patch (text/x-patch, 595 B)
# HG changeset patch
# User Xavier Bachelot <[email protected]>
# Date 1486937497 -3600
#      Sun Feb 12 23:11:37 2017 +0100
# Node ID b8b5aae7a171d2752827300ec5bc1c43f41e0734
# Parent  d1b6b7dcc22f64fd4a553ec7caac0470fa3edd90
contrib/libfaad/decoder.h is gone, remove it from Makefile.am

diff -r d1b6b7dcc22f -r b8b5aae7a171 contrib/libfaad/Makefile.am
--- a/contrib/libfaad/Makefile.am	Sat Feb 11 18:22:06 2017 +0200
+++ b/contrib/libfaad/Makefile.am	Sun Feb 12 23:11:37 2017 +0100
@@ -55,7 +55,6 @@
 	cfft.h \
 	cfft_tab.h \
 	common.h \
-	decoder.h \
 	drc.h \
 	drm_dec.h \
 	error.h \