mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 12:10:31 -04:00
* Convert SOUND from OPTIONS_MULTI to OPTIONS_SINGLE. The arguments show that it is meant to be exclusive. * Add options for FFMPEG and MPG123 as they are picked up if installed. Further patch in toggleability for FFMPEG. Reviewed by: rakuco Approved by: rakuco (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D10836
14 lines
303 B
Text
14 lines
303 B
Text
Make ffmpeg toggleable.
|
|
|
|
--- configure.orig 2017-05-20 16:53:55 UTC
|
|
+++ configure
|
|
@@ -314,6 +314,9 @@ for arg; do
|
|
sun=*)
|
|
get_option_value enable_sun "$arg"
|
|
;;
|
|
+ ffmpeg=*)
|
|
+ get_option_value enable_ffmpeg "$arg"
|
|
+ ;;
|
|
help|-h|--help)
|
|
error "see the INSTALL file for more information"
|
|
;;
|