Commit 7a16cdaa authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Make theora codec a plugin

parent c0407503
...@@ -3343,11 +3343,7 @@ if test "${enable_theora}" = "yes" ...@@ -3343,11 +3343,7 @@ if test "${enable_theora}" = "yes"
then then
AC_CHECK_HEADERS(theora/theora.h, [ AC_CHECK_HEADERS(theora/theora.h, [
AC_CHECK_LIB(theora, theora_granule_time, [ AC_CHECK_LIB(theora, theora_granule_time, [
if test "${SYS}" = "mingw32"; then VLC_ADD_PLUGINS([theora])
VLC_ADD_PLUGINS([theora])
else
VLC_ADD_BUILTINS([theora])
fi
theora_libs="-ltheora -logg" theora_libs="-ltheora -logg"
VLC_ADD_LDFLAGS([theora],[${theora_libs}]) ],[ VLC_ADD_LDFLAGS([theora],[${theora_libs}]) ],[
AC_MSG_ERROR([libtheora doesn't appear to be installed on your system. AC_MSG_ERROR([libtheora doesn't appear to be installed on your system.
......
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