After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 598824 - gst-plugins-ugly refuse compilation if in system present installed x264
gst-plugins-ugly refuse compilation if in system present installed x264
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
0.10.12
Other Linux
: Normal major
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-10-18 08:33 UTC by Vitaly Chernooky
Modified: 2009-10-23 08:42 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vitaly Chernooky 2009-10-18 08:33:41 UTC
As far as I understand x264 require undefined macro GST_DISABLE_GST_DEBUG but by default GST_DISABLE_GST_DEBUG is defined.

It is safe undef GST_DISABLE_GST_DEBUG for normal use (non-dev)? if save how it can be done?

gstx264enc.c:394:3: error: attempt to use poisoned "gst_debug_log_valist"
gstx264enc.c: In function 'gst_x264_enc_log_callback':
gstx264enc.c:394: warning: implicit declaration of function 'gst_debug_log_valist'
gstx264enc.c:394: error: 'x264_enc_debug' undeclared (first use in this function)
gstx264enc.c:394: error: (Each undeclared identifier is reported only once
gstx264enc.c:394: error: for each function it appears in.)
Comment 1 Jan Schmidt 2009-10-21 15:07:42 UTC
I don't understand your description of the problem. I think you are saying that if you build GStreamer core --disable-gst-debug, then you run into trouble building gstx264enc.c. If so, then this commit should have fixed it in June:

commit 0e285b3d299cebc2deaae4f3ab9fee7907d96a95
Author: Tim-Philipp Müller <tim.muller@collabora.co.uk>
Date:   Fri Jun 19 15:01:46 2009 +0100

    x264enc, rdtmanager: fix compilation with debugging disabled
Comment 2 Vitaly Chernooky 2009-10-21 15:15:50 UTC
> I think you are saying that if you build GStreamer core --disable-gst-debug, then you run into trouble building gstx264enc.c

GStreamer core was built with default configure options.
Comment 3 Vitaly Chernooky 2009-10-22 07:15:40 UTC
(In reply to comment #2)
> > I think you are saying that if you build GStreamer core --disable-gst-debug, then you run into trouble building gstx264enc.c
> 
> GStreamer core was built with default configure options.

Pardon me, GStreamer core really was built with --disable-gst-debug.
Comment 4 Tim-Philipp Müller 2009-10-22 08:26:16 UTC
Ok, I guess we can close this then. Thanks for confirming.
Comment 5 Vitaly Chernooky 2009-10-23 08:42:49 UTC
This bug is fixed in 0.10.13. *THANKS*