use /boot/develop/headers for xvid.h location

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5612 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
shatty 2003-12-07 15:42:15 +00:00
parent 7ec82a9558
commit b7d16bdff5
2 changed files with 4 additions and 1 deletions

View File

@ -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
:

View File

@ -1,6 +1,6 @@
#include "DecoderPlugin.h"
#include "xvidcore/xvid.h"
#include "xvid.h"
class xvidDecoder : public Decoder
{