Commit d1df16f0 authored by Rafaël Carré's avatar Rafaël Carré

Make configure fail if a52 headers are not found

parent 514c92ed
...@@ -3088,7 +3088,9 @@ then ...@@ -3088,7 +3088,9 @@ then
VLC_ADD_CPPFLAGS([a52tofloat32],[${CPPFLAGS_test}]) VLC_ADD_CPPFLAGS([a52tofloat32],[${CPPFLAGS_test}])
],[ ],[
AC_MSG_ERROR([Could not find liba52 on your system: you may get it from http://liba52.sf.net/. Alternatively you can use --disable-a52 to disable the a52 plugin.]) AC_MSG_ERROR([Could not find liba52 on your system: you may get it from http://liba52.sf.net/. Alternatively you can use --disable-a52 to disable the a52 plugin.])
]) ]),
],[
AC_MSG_ERROR([Could not find liba52 on your system: you may get it from http://liba52.sf.net/. Alternatively you can use --disable-a52 to disable the a52 plugin.])
]) ])
CPPFLAGS="${CPPFLAGS_save}" CPPFLAGS="${CPPFLAGS_save}"
LDFLAGS="${LDFLAGS_save}" LDFLAGS="${LDFLAGS_save}"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment