View | Details | Raw Unified | Return to bug 79386
Collapse All | Expand All

(-)Makefile.common (-1 / +1 lines)
Lines 111-117 Link Here
111
111
112
# Enable the right plugin
112
# Enable the right plugin
113
113
114
CONFIGURE_ARGS:=${CONFIGURE_ARGS:S|--disable-${p}|--enable-${p}|}
114
CONFIGURE_ARGS:=${CONFIGURE_ARGS:S|--disable-${GST_PLUGIN}|--enable-${GST_PLUGIN}|}
115
115
116
# Build/Install directory. defaults to ext/${GST_PLUGIN}
116
# Build/Install directory. defaults to ext/${GST_PLUGIN}
117
#   few plugins are in sys/
117
#   few plugins are in sys/

Return to bug 79386