Skip to content

Commit

Permalink
Fix ffmplay to depend on SDL, fix version.sh path
Browse files Browse the repository at this point in the history
  • Loading branch information
Beirdo committed May 8, 2012
1 parent fd1b335 commit 60c6b41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mythtv/configure
Expand Up @@ -1913,7 +1913,7 @@ avformat_deps="avcodec"
postproc_deps="gpl"

# programs
ffplay_deps="avcodec avformat swscale swresample"
ffplay_deps="avcodec avformat swscale swresample sdl"
ffplay_select="buffersink_filter rdft"
ffprobe_deps="avcodec avformat"
ffserver_deps="avformat ffm_muxer fork rtp_protocol rtsp_demuxer"
Expand Down
2 changes: 1 addition & 1 deletion mythtv/external/FFmpeg/Makefile
Expand Up @@ -108,7 +108,7 @@ GIT_LOG = $(SRC_PATH_BARE)/.git/logs/HEAD
.version: M=@

version.h .version:
$(M)$(VERSION_SH) $(SRC_PATH)/external/FFmpeg version.h $(EXTRA_VERSION)
$(M)$(VERSION_SH) $(SRC_PATH) version.h $(EXTRA_VERSION)
$(Q)touch .version

# force version.sh to run whenever version might have changed
Expand Down

0 comments on commit 60c6b41

Please sign in to comment.