Skip to content

Commit

Permalink
Accept --enable-sdl configure option
Browse files Browse the repository at this point in the history
[fb90f73] made the use of --enable-sdl option required to build ffplay, but such option was invalid
  • Loading branch information
jyavenard committed May 14, 2012
1 parent bd262f7 commit 68b53a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mythtv/configure
Expand Up @@ -159,6 +159,7 @@ External codec library options (used for mythffmpeg and streaming transcode):
--enable-libvpx enable VP8 encoding via libvpx [no]
--enable-libxvid enable Xvid encoding via xvidcore,
native MPEG-4/Xvid encoder exists [no]
--enable-sdl enable Simple DirectMedia Layer (required for ffplay
EOF

#following is ffmpeg's configure help text
Expand Down Expand Up @@ -1207,6 +1208,7 @@ CONFIG_LIST="
rtpdec
runtime_cpudetect
safe_bitstream_reader
sdl
shared
sinewin
small
Expand Down Expand Up @@ -4832,6 +4834,7 @@ echo "faac ${libfaac-no}"
echo "xvid ${libxvid-no}"
echo "x264 ${libx264-no}"
echo "vpx ${libvpx-no}"
echo "SDL ${sdl-no}"
echo ""

MYTH_CONFIG_H=libs/libmythbase/mythconfig.h
Expand Down

0 comments on commit 68b53a6

Please sign in to comment.