Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adds official support for mp3lame, x264, and xvid compile flags in
configure by adding to the 'help' printout, indicating they are only of
use to the bundled 'mythffmpeg' binary, rather than all of MythTV.
  • Loading branch information
wagnerrp committed Apr 8, 2011
1 parent aa916b0 commit 2434f7c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions mythtv/configure
Expand Up @@ -140,6 +140,12 @@ Advanced options (experts only):
--python=PATH Force a specific python executable to use [$python_default]
--perl-config-opts=OPTS Additional options to pass when generating
Makefile.perl for building Perl bindings.
mythffmpeg options (These only effect the internal ffmpeg binary, not MythTV):
--enable-libmp3lame enable MP3 encoding via libmp3lame [no]
--enable-libx264 enable H.264 encoding via x264 [no]
--enable-libxvid enable Xvid encoding via xvidcore,
native MPEG-4/Xvid encoder exists [no]
EOF

#following is ffmpeg's configure help text
Expand Down Expand Up @@ -4448,6 +4454,12 @@ echo "bindings_python ${bindings_python-no}"
echo "bindings_php ${bindings_php-no}"
echo ""

echo "# mythffmpeg Options"
echo "mp3lame ${libmp3lame-no}"
echo "xvid ${libxvid-no}"
echo "x264 ${libx264-no}"
echo ""

MYTH_CONFIG_H=libs/libmythbase/mythconfig.h
MYTH_CONFIG_MAK=libs/libmythbase/mythconfig.mak
echo "Creating $MYTH_CONFIG_H and $MYTH_CONFIG_MAK"
Expand Down

0 comments on commit 2434f7c

Please sign in to comment.