Commit 8ca1bf63 authored by Antoine Cellerier's avatar Antoine Cellerier Committed by Jean-Paul Saman

Fix hackish include (it's still hackish but it should work on other people's systems now).

Signed-off-by: Jean-Paul Saman's avatarJean-Paul Saman <jean-paul.saman@m2x.nl>
parent 1c6ef656
...@@ -4506,6 +4506,7 @@ AC_ARG_ENABLE(davinciresizer, ...@@ -4506,6 +4506,7 @@ AC_ARG_ENABLE(davinciresizer,
if test "${enable_davinciresizer}" = "yes" if test "${enable_davinciresizer}" = "yes"
then then
VLC_ADD_PLUGINS([davinci_resizer]) VLC_ADD_PLUGINS([davinci_resizer])
VLC_ADD_CFLAGS([davinci_resizer],[-I${KNL_INSTALL_DIR}/include])
fi fi
dnl dnl
......
...@@ -31,8 +31,8 @@ ...@@ -31,8 +31,8 @@
#include <unistd.h> #include <unistd.h>
#include <sys/mman.h> #include <sys/mman.h>
/* FIXME */ /* FIXME: Including stuff directly from kernel is a bit ugly */
#include "/home/dionoea/videolan/m2x/neuros/linux-davinci-2.6/include/asm-arm/arch-davinci/davinci_resizer.h" #include <asm-arm/arch-davinci/davinci_resizer.h>
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <vlc/vout.h> #include <vlc/vout.h>
......
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