[gstreamer-bugs] [Bug 616194] New: vorbisidec uses non public api

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Apr 19 08:45:07 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=616194
  GStreamer | gst-plugins-base | unspecified

           Summary: vorbisidec uses non public api
    Classification: Desktop
           Product: GStreamer
           Version: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: blocker
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: ensonic at sonicpulse.de
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


upstream vobisidec has no pkg-config script. If that is not available we check
if 
vorbis_block_init is available. This is not a good idea as it is not public API
(see http://svn.xiph.org/trunk/Tremor/Version_script.in).

configure:27440: No package 'vorbisidec' found
configure:27471: checking for vorbis_block_init in -lvorbisidec
configure:27496: gcc -o conftest -g -O2   conftest.c -lvorbisidec   >&5
/tmp/ccAdfQWb.o: In function `main':
/home/ensonic/projects/gstreamer/gst-plugins-base/conftest.c:83: undefined
reference to `vorbis_block_init'
collect2: ld returned 1 exit status
configure:27496: $? = 1
configure: failed program was:

Also the actual plugin uses that code.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list