]> Git Repo - buildroot-mgba.git/commit
gst1-validate: fix compile with cairo support
authorPeter Seiderer <[email protected]>
Tue, 27 Oct 2015 20:58:30 +0000 (21:58 +0100)
committerPeter Korsgaard <[email protected]>
Tue, 27 Oct 2015 21:50:05 +0000 (22:50 +0100)
commit7855885b95cf6ce9e0f2780d9764ae0b51f3538c
tree33a31f8a6364bc290f4f3a3f30207edd6ff05c79
parent1faa164f2fa268025771e2d0f80b68a1946d9261
gst1-validate: fix compile with cairo support

In case cairo support is (auto-)detected cairo PNG support
is required.

Fixes ([1]):

../gst-libs/gst/video/.libs/libgstvalidatevideo-1.0.so: undefined reference to `cairo_surface_write_to_png'
../gst-libs/gst/video/.libs/libgstvalidatevideo-1.0.so: undefined reference to `cairo_image_surface_create_from_png'
collect2: error: ld returned 1 exit status

[1] http://autobuild.buildroot.net/results/c5e/c5eb6cb12dba559226c67f5d258cc151aa8a8d3a

[Peter: reworded comment, dropped extra line]
Signed-off-by: Peter Seiderer <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
package/gstreamer1/gst1-validate/Config.in
package/gstreamer1/gst1-validate/gst1-validate.mk
This page took 0.033842 seconds and 4 git commands to generate.