Commit 43689902 authored by Måns Rullgård's avatar Måns Rullgård

ffplay depends on rdft

Spotted by Ramiro.

Originally committed as revision 21765 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent b5ab9b59
...@@ -1393,6 +1393,7 @@ avformat_deps="avcodec" ...@@ -1393,6 +1393,7 @@ avformat_deps="avcodec"
# programs # programs
ffmpeg_deps="avcodec avformat swscale" ffmpeg_deps="avcodec avformat swscale"
ffplay_deps="avcodec avformat swscale sdl" ffplay_deps="avcodec avformat swscale sdl"
ffplay_select="rdft"
ffserver_deps="avformat ffm_muxer rtp_protocol rtsp_demuxer" ffserver_deps="avformat ffm_muxer rtp_protocol rtsp_demuxer"
ffserver_extralibs='$ldl' ffserver_extralibs='$ldl'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment