[gstreamer-bugs] [Bug 620136] Orc integration

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jun 9 12:44:00 PDT 2010


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

--- Comment #22 from David Schleef <ds at schleef.org> 2010-06-09 19:43:57 UTC ---
I have no opinion on the default behavior if Orc is missing.  My goal is to
allow graceful failure when using Orc, but that doesn't mean that feature has
to be used here.

Moving the Orc check into a macro ("ORC_CHECK()") in common/m4/orc.m4.  Also
adding a macro ORC_NOTICE that prints out this at the end of a configure run:

configure: *** Orc acceleration disabled.  Requires Orc >= 0.4.5, which was
               not found.  Slower code paths will be used.

Or other messages as appropriate.

The behavior during the Orc check now depends on the --enable-orc flag:  If you
specify --enable-orc, configure will fail if the required orc is not found.  No
flag: automatic detection.  --disable-orc continues to have the expected
result.

-- 
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