From b7ea1c16a4df0812a089e7b944533b0b8d523280 Mon Sep 17 00:00:00 2001 From: Gavin Hurlbut Date: Sun, 12 Dec 2010 19:18:58 -0800 Subject: [PATCH] Added mythffplay to the build As requested on IRC, I've added the build of mythfffplay to the configure. For this to actually build, you will need libsdl installed, it seems. If it's not around, the configure script silently disables building the executable. --- mythtv/configure | 1 + mythtv/external/.gitignore | 3 +++ 2 files changed, 4 insertions(+) diff --git a/mythtv/configure b/mythtv/configure index 6fe49fac23d..12e1ac055ff 100755 --- a/mythtv/configure +++ b/mythtv/configure @@ -1956,6 +1956,7 @@ enable asm enable debug #enable doc enable ffmpeg +enable ffplay enable fastdiv enable gpl enable mpegaudio_hp diff --git a/mythtv/external/.gitignore b/mythtv/external/.gitignore index 2baf4a5a8bc..605c805036b 100644 --- a/mythtv/external/.gitignore +++ b/mythtv/external/.gitignore @@ -11,3 +11,6 @@ avconfig.h ffmpeg ffmpeg_g mythffmpeg +ffplay +ffplay_g +mythffplay