Skip to content
Snippets Groups Projects
Commit 94a3401e authored by Fabrice Bellard's avatar Fabrice Bellard
Browse files

disable ffplay if no SDL

Originally committed as revision 1945 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 25a2ee7d
Branches
Tags
No related merge requests found
......@@ -641,6 +641,10 @@ sdl=yes
fi
fi
if test "$sdl" = "no" ; then
ffplay=no
fi
if test "$small" = "yes"; then
# CFLAGS=${CFLAGS//-O3/-Os}
CFLAGS="$CFLAGS -Os"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment