From b7d16bdff51d4f77e74d5732efefa2551a985557 Mon Sep 17 00:00:00 2001 From: shatty Date: Sun, 7 Dec 2003 15:42:15 +0000 Subject: [PATCH] use /boot/develop/headers for xvid.h location git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5612 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/add-ons/media/plugins/xvid_decoder/Jamfile | 3 +++ src/add-ons/media/plugins/xvid_decoder/xvidDecoderPlugin.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/add-ons/media/plugins/xvid_decoder/Jamfile b/src/add-ons/media/plugins/xvid_decoder/Jamfile index 05e9acec8f..e2e6ecf091 100644 --- a/src/add-ons/media/plugins/xvid_decoder/Jamfile +++ b/src/add-ons/media/plugins/xvid_decoder/Jamfile @@ -2,6 +2,9 @@ SubDir OBOS_TOP src add-ons media plugins xvid_decoder ; UsePrivateHeaders media ; +# Install the xvid.h to this directory +SubDirHdrs /boot/develop/headers ; + Addon xvid_decoder : media plugins : xvidDecoderPlugin.cpp : diff --git a/src/add-ons/media/plugins/xvid_decoder/xvidDecoderPlugin.h b/src/add-ons/media/plugins/xvid_decoder/xvidDecoderPlugin.h index 0e3cb66f74..d28d4f44b9 100644 --- a/src/add-ons/media/plugins/xvid_decoder/xvidDecoderPlugin.h +++ b/src/add-ons/media/plugins/xvid_decoder/xvidDecoderPlugin.h @@ -1,6 +1,6 @@ #include "DecoderPlugin.h" -#include "xvidcore/xvid.h" +#include "xvid.h" class xvidDecoder : public Decoder {