search for: 918de8f

Displaying 2 results from an estimated 2 matches for "918de8f".

2007 Oct 25
0
[PATCH] Fix logic in mad detection
...nd should not be considered a hard requirement, as it's absent in most distros due to patent problems. Signed-off-by: Pavel Roskin <proski at gnu.org> --- configure.ac | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index 918de8f..9c0576e 100644 --- a/configure.ac +++ b/configure.ac @@ -189,19 +189,19 @@ fi AC_ARG_ENABLE(mad, AS_HELP_STRING([--enable-mad], [enable mad audio (default=yes)])], - enable_mad=$enableval, - enable_mad="yes") + enable_mad=$enableval) -if test "$enable_mad" = "yes&...
2007 Oct 25
1
[PATCH] Fix logic in ffmpeg detection
...g is not viewed as a hard requirement, as it's absent in most distros due to patent problems. Signed-off-by: Pavel Roskin <proski at gnu.org> --- configure.ac | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index 97d474b..918de8f 100644 --- a/configure.ac +++ b/configure.ac @@ -212,20 +212,20 @@ dnl Or you submit a patch that detects ffmpeg reliably on the distros. AC_ARG_ENABLE(ffmpeg, AS_HELP_STRING([--enable-ffmpeg], [enable ffmpeg support (default=yes)])], - enable_ffmpeg=$enableval, - enable_ffmpeg="yes&qu...