unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#34439: vlc build fails on guix master
@ 2019-02-11 17:38 Danny Milosavljevic
  2019-02-11 17:59 ` Danny Milosavljevic
  0 siblings, 1 reply; 2+ messages in thread
From: Danny Milosavljevic @ 2019-02-11 17:38 UTC (permalink / raw)
  To: 34439

[-- Attachment #1: Type: text/plain, Size: 1653 bytes --]

codec/vpx.c:119:23: error: ‘VPX_IMG_FMT_444A’ undeclared here (not in a function)
     { VLC_CODEC_YUVA, VPX_IMG_FMT_444A, 8, 0 },
                       ^
codec/vpx.c:120:23: error: ‘VPX_IMG_FMT_YUY2’ undeclared here (not in a function)
     { VLC_CODEC_YUYV, VPX_IMG_FMT_YUY2, 8, 0 },
                       ^
codec/vpx.c:121:23: error: ‘VPX_IMG_FMT_UYVY’ undeclared here (not in a function)
     { VLC_CODEC_UYVY, VPX_IMG_FMT_UYVY, 8, 0 },
                       ^
codec/vpx.c:122:23: error: ‘VPX_IMG_FMT_YVYU’ undeclared here (not in a function)
     { VLC_CODEC_YVYU, VPX_IMG_FMT_YVYU, 8, 0 },

codec/vpx.c:124:24: error: ‘VPX_IMG_FMT_RGB555’ undeclared here (not in a function)
     { VLC_CODEC_RGB15, VPX_IMG_FMT_RGB555, 8, 0 },
                        ^
codec/vpx.c:125:24: error: ‘VPX_IMG_FMT_RGB565’ undeclared here (not in a function)
     { VLC_CODEC_RGB16, VPX_IMG_FMT_RGB565, 8, 0 },
                        ^
codec/vpx.c:126:24: error: ‘VPX_IMG_FMT_RGB24’ undeclared here (not in a function)
     { VLC_CODEC_RGB24, VPX_IMG_FMT_RGB24, 8, 0 },

codec/vpx.c:127:24: error: ‘VPX_IMG_FMT_RGB32’ undeclared here (not in a function)
     { VLC_CODEC_RGB32, VPX_IMG_FMT_RGB32, 8, 0 },
                        ^
codec/vpx.c:129:23: error: ‘VPX_IMG_FMT_ARGB’ undeclared here (not in a function)
     { VLC_CODEC_ARGB, VPX_IMG_FMT_ARGB, 8, 0 },
                       ^
codec/vpx.c:130:23: error: ‘VPX_IMG_FMT_ARGB_LE’ undeclared here (not in a function)
     { VLC_CODEC_BGRA, VPX_IMG_FMT_ARGB_LE, 8, 0 },

make[4]: *** [Makefile:23666: codec/libvpx_plugin_la-vpx.lo] Error 1

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#34439: vlc build fails on guix master
  2019-02-11 17:38 bug#34439: vlc build fails on guix master Danny Milosavljevic
@ 2019-02-11 17:59 ` Danny Milosavljevic
  0 siblings, 0 replies; 2+ messages in thread
From: Danny Milosavljevic @ 2019-02-11 17:59 UTC (permalink / raw)
  To: 34439-done

[-- Attachment #1: Type: text/plain, Size: 387 bytes --]

Possible fixes:

Either make vlc require libvpx-1.7 instead of libvpx-1.8 with no other changes.

Or patch vlc to not use the newly removed constants.  Reading the vlc commit log,
they say that they removed those because they were unused anyway--so it shouldn't
have a negative impact.

I've posted the latter patch to vlc-devel.

I've done the former to guix master for now.

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-02-11 18:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-11 17:38 bug#34439: vlc build fails on guix master Danny Milosavljevic
2019-02-11 17:59 ` Danny Milosavljevic

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).