registry: fix compilation with --disable-registry
authorHavard Graff <havard.graff@tandberg.com>
Wed, 4 Jan 2012 16:10:15 +0000 (17:10 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 4 Feb 2012 15:52:21 +0000 (15:52 +0000)
commit609e618e70bf51bab6fe970b1774da8d1a8f8719
treefa0cac954462b83e7da3d288d2ac75712cd03027
parentec7a7c318ac33fe76ad88fde7b9b64913ab23c57
registry: fix compilation with --disable-registry

__registry_reuse_plugin_scanner is only defined when
GST_DISABLE_REGISTRY is not defined.

gstregistry.c: In function 'gst_registry_scan_plugin_file':
gstregistry.c:1131:8: error: '__registry_reuse_plugin_scanner' undeclared (first use in this function)

https://bugzilla.gnome.org/show_bug.cgi?id=667284
gst/gstregistry.c