GNOME Bugzilla – Bug 671922
gst-plugins-ugly does not build with opencore-amr 0.1.3 due to invalid includes
Last modified: 2012-03-12 18:58:37 UTC
Created attachment 209512 [details] [review] Include correct headers, fixes build with opencore-amr 0.1.3 Opencore-amr 0.1.3 changed the cflags in the pkgconfig files to no longer export $includedir/opencore-amrwb and $includedir/opencore-amrnb. Projects should use #include <opencore-amr[wb|nb]/[file]> instead of just [file]. The configure script already uses the correct checks, so the includefiles in ext/amr[nb|wb] should do the same.
I believe this is already fixed in git. If not, please re-open. *** This bug has been marked as a duplicate of bug 671123 ***