Changeset 9dadc4294 in mythtv
- Timestamp:
- Sep 20, 2013, 6:21:56 PM (11 years ago)
- Branches:
- devel/2020-player, devel/ffmpeg-resync, fixes/0.28, fixes/29, fixes/30, fixes/31, github-templates, master
- Children:
- 330f4190a
- Parents:
- 58dd8f31a
- File:
-
- 1 edited
-
mythplugins/configure (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mythplugins/configure
r58dd8f31a r9dadc4294 273 273 archive 274 274 browser 275 flix276 275 gallery 277 276 game … … 283 282 " 284 283 284 DEPRECATED_PLUGIN_LIST=" 285 flix 286 gallery 287 " 288 285 289 CONFIG_LIST=" 286 290 opengl … … 299 303 300 304 enable $PLUGIN_LIST $CONFIG_LIST $DEPEND_LIST 305 disable $DEPRECATED_PLUGIN_LIST 301 306 302 307 prefix="/usr/local" … … 328 333 --help print this message 329 334 --enable-all Enable all options 330 --enable-opengl enable OpenGL (M usic andGallery) [$opengl]335 --enable-opengl enable OpenGL (MythGallery) [$opengl] 331 336 --previous use previous configure parameters if possible 332 337 … … 417 422 if is_in $option $PLUGIN_LIST; then 418 423 $action $option 424 elif is_in $option $DEPRECATED_PLUGIN_LIST; then 425 $action $option 419 426 else 420 427 die_unknown $opt … … 432 439 ;; 433 440 --enable-all) 434 enable $ PLUGIN_LIST $CONFIG_LIST441 enable $DEPRECATED_PLUGIN_LIST $PLUGIN_LIST $CONFIG_LIST 435 442 ;; 436 443 --disable-all) 437 disable $ PLUGIN_LIST $CONFIG_LIST444 disable $DEPRECATED_PLUGIN_LIST $PLUGIN_LIST $CONFIG_LIST 438 445 ;; 439 446 --enable-?*|--disable-?*)
Note: See TracChangeset
for help on using the changeset viewer.
