ffmpeg: build the ffserver

Since the first expression of ffmpeg, it's disabled. I don't know why.
It does not require more dependencies.
This commit is contained in:
Lluís Batlle i Rossell 2012-07-06 12:10:06 +02:00
parent 8427f56203
commit 96a0a68598

View File

@ -35,7 +35,6 @@ stdenv.mkDerivation rec {
"--enable-gpl" "--enable-gpl"
"--enable-postproc" "--enable-postproc"
"--enable-swscale" "--enable-swscale"
"--disable-ffserver"
"--disable-ffplay" "--disable-ffplay"
"--enable-shared" "--enable-shared"
"--enable-runtime-cpudetect" "--enable-runtime-cpudetect"