diff options
author | Andres Mejia <mcitadel@gmail.com> | 2010-03-06 16:57:43 +0000 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2010-03-06 16:57:43 +0000 |
commit | 775aa5f38cacfd217efe835203b786aecf8eed5a (patch) | |
tree | 6ad81bd1ba8b628fb4813b327d7d245330f9b637 | |
parent | 578c32814c1abcc45bc13531555cab3ae1d015f0 (diff) | |
download | ffmpeg-775aa5f38cacfd217efe835203b786aecf8eed5a.tar.gz |
Add Hurd to OS list and disable dv1394 in the Hurd case.
patch by Andres Mejia, mcitadel gmail com
backport r18938 by diego
Originally committed as revision 22237 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1659,6 +1659,9 @@ case $target_os in ;; gnu/kfreebsd) ;; + gnu) + disable dv1394 + ;; *) die "Unknown OS '$target_os'." |