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:
parent
7ec82a9558
commit
b7d16bdff5
@ -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
|
||||
:
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "DecoderPlugin.h"
|
||||
|
||||
#include "xvidcore/xvid.h"
|
||||
#include "xvid.h"
|
||||
|
||||
class xvidDecoder : public Decoder
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user