[Bug 727079] x264 failure to build on 32bit osx
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri Apr 18 00:02:46 PDT 2014
https://bugzilla.gnome.org/show_bug.cgi?id=727079
GStreamer | packages | git
--- Comment #5 from Edward Hervey <bilboed at bilboed.com> 2014-04-18 07:02:42 UTC ---
I got confused indeed.
Going back through the logs, the trick we did with gst-libav is to:
* use --enable-pic to have PIC code (which can be used in the resulting
gst-libav plugin)
* But disable the shared library (remove --enable-shared), ending up with a
.a/.la that we use in the actual gst plugin.
Would that solution make sense ?
--
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