diff options
author | Matthias Kortstiege <mkortstiege@users.noreply.github.com> | 2015-09-01 08:10:04 +0200 |
---|---|---|
committer | Matthias Kortstiege <mkortstiege@users.noreply.github.com> | 2015-09-01 08:10:04 +0200 |
commit | a0827cacd168869f659e09c74c3b02e8fd4fc18c (patch) | |
tree | 061d7bd93878ad6f0833037022f2f3dd1a4f82ec /configure.ac | |
parent | 7ff50a238bd131c5381bef0113b9d49b115c32d1 (diff) | |
parent | e2eec430dc0a1b359ca92b9be3626adb7fcf3504 (diff) |
Merge pull request #7908 from stefansaraev/ogg-cleanup
[cleanup] dont search for ogg/vorbis/vorbisenc shared libs
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 164a736925..48c153429d 100644 --- a/configure.ac +++ b/configure.ac @@ -1336,9 +1336,6 @@ fi fi fi -XB_FIND_SONAME([OGG], [ogg]) -XB_FIND_SONAME([VORBIS], [vorbis]) -XB_FIND_SONAME([VORBISFILE], [vorbisfile]) XB_FIND_SONAME([ASS], [ass]) XB_FIND_SONAME([MPEG2], [mpeg2]) |