gstreamer/ext/x264
Sebastian Dröge 2942f7d931 x264: Only enable dynamic loading code for x264 < 253
Otherwise we get some compiler warnings:

../subprojects/gst-plugins-ugly/ext/x264/gstx264enc.c:200:1: warning: ‘unload_x264’ defined but not used [-Wunused-function]
 unload_x264 (GstX264EncVTable * vtable)
 ^~~~~~~~~~~
../subprojects/gst-plugins-ugly/ext/x264/gstx264enc.c:154:1: warning: ‘load_x264’ defined but not used [-Wunused-function]
 load_x264 (const gchar * filename)
 ^~~~~~~~~
2019-01-25 14:38:05 +02:00
..
gstx264enc.c x264: Only enable dynamic loading code for x264 < 253 2019-01-25 14:38:05 +02:00
gstx264enc.h x264enc: Avoid format decision per frame 2018-09-22 12:42:34 +01:00
GstX264Enc.prs x264enc: Add a youtube preset. 2017-01-03 08:15:43 -03:00
Makefile.am Remove plugin specific static build option 2017-05-16 14:07:56 -04:00
meson.build x264: Link to gmodule in the meson build if extra x264 libraries are provided 2019-01-25 14:36:55 +02:00