Skip to content

Instantly share code, notes, and snippets.

@superlou
Created September 14, 2012 01:07
Show Gist options
  • Save superlou/3719158 to your computer and use it in GitHub Desktop.
Save superlou/3719158 to your computer and use it in GitHub Desktop.
gst-plugins-bad build error
make -C videoparsers
make[3]: Entering directory `/home/lsimons/gst/master/gst-plugins-bad/gst/videoparsers'
CC libgstvideoparsersbad_la-gstdiracparse.lo
gstdiracparse.c: In function 'gst_dirac_parse_init':
gstdiracparse.c:138:3: error: implicit declaration of function 'gst_base_parse_set_pts_interpolation' [-Werror=implicit-function-declaration]
gstdiracparse.c:138:3: error: nested extern declaration of 'gst_base_parse_set_pts_interpolation' [-Werror=nested-externs]
cc1: all warnings being treated as errors
make[3]: *** [libgstvideoparsersbad_la-gstdiracparse.lo] Error 1
make[3]: Leaving directory `/home/lsimons/gst/master/gst-plugins-bad/gst/videoparsers'
make[2]: *** [videoparsers] Error 2
make[2]: Leaving directory `/home/lsimons/gst/master/gst-plugins-bad/gst'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/lsimons/gst/master/gst-plugins-bad'
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment