lv2: Don't leak plugin information on registration
[platform/upstream/gstreamer.git] / subprojects / gst-plugins-ugly / meson_options.txt
index 74c3115..1a54888 100644 (file)
@@ -6,7 +6,6 @@ option('asfdemux', type : 'feature', value : 'auto')
 option('dvdlpcmdec', type : 'feature', value : 'auto')
 option('dvdsub', type : 'feature', value : 'auto')
 option('realmedia', type : 'feature', value : 'auto')
-option('xingmux', type : 'feature', value : 'auto')
 
 # Feature options for plugins that need external deps
 option('a52dec', type : 'feature', value : 'auto', description : 'Dolby Digital (AC-3) audio decoder plugin based on liba52 (GPL - only built if gpl option is also enabled!)')
@@ -19,7 +18,7 @@ option('sidplay', type : 'feature', value : 'auto', description : 'Commodore 64
 option('x264', type : 'feature', value : 'auto', description : 'H.264 video encoder plugin based on libx264 (GPL - only built if gpl option is also enabled!)')
 
 # License-related feature options
-option('gpl', type: 'feature', value: 'auto', yield: true, # FIXME: disable by default
+option('gpl', type: 'feature', value: 'disabled', yield: true,
   description: 'Allow build plugins that have GPL-licensed dependencies')
 
 # Common feature options