[Patch] Add src/video_dec/group_raw.h in the tarball
Xavier Bachelot <[email protected]> Wed, 9 Nov 2016 14:52:16 +0100
| Newsgroups | gmane.comp.video.xine.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, I've seen xine-lib 1.2.7 was tagged a couple weeks ago, however the tarball was not made available, so I built my own. I then found out that it's missing src/video_dec/group_raw.h. Attached patch fixes this issue. I still can't build from the tarball because of an unrelated issue, I'll send a patch or at least make a bug report once I've looked into it a bit more. Regards, Xavier ------------------------------------------------------------------------------ Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel Parallel Studio XE. Training and support from Colfax. Order your platform today. http://sdm.link/xeonphi _______________________________________________ xine-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xine-devel
xine-lib-1.2.7-Add_src_video_dec_group_raw_h_in_the_tarball.patch
(text/x-patch, 806 B)
# HG changeset patch # User Xavier Bachelot <[email protected]> # Date 1478696970 -3600 # Wed Nov 09 14:09:30 2016 +0100 # Node ID 90b0260c315960bb186e95dee03fa981cec4778d # Parent c1d0099dac10af1783e89877611e2b332555c787 Add src/video_dec/group_raw.h in the tarball diff -r c1d0099dac10 -r 90b0260c3159 src/video_dec/Makefile.am --- a/src/video_dec/Makefile.am Fri Oct 14 17:46:10 2016 +0200 +++ b/src/video_dec/Makefile.am Wed Nov 09 14:09:30 2016 +0100 @@ -40,7 +40,7 @@ $(libmmal_module) \ xineplug_decode_rawvideo.la -xineplug_decode_rawvideo_la_SOURCES = group_raw.c bitplane.c rgb.c yuv.c +xineplug_decode_rawvideo_la_SOURCES = group_raw.h group_raw.c bitplane.c rgb.c yuv.c xineplug_decode_rawvideo_la_LIBADD = $(XINE_LIB) $(LTLIBINTL) xineplug_decode_image_la_SOURCES = image.c