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:
@@ -2,6 +2,9 @@ SubDir OBOS_TOP src add-ons media plugins xvid_decoder ;
|
|||||||
|
|
||||||
UsePrivateHeaders media ;
|
UsePrivateHeaders media ;
|
||||||
|
|
||||||
|
# Install the xvid.h to this directory
|
||||||
|
SubDirHdrs /boot/develop/headers ;
|
||||||
|
|
||||||
Addon xvid_decoder : media plugins :
|
Addon xvid_decoder : media plugins :
|
||||||
xvidDecoderPlugin.cpp
|
xvidDecoderPlugin.cpp
|
||||||
:
|
:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#include "DecoderPlugin.h"
|
#include "DecoderPlugin.h"
|
||||||
|
|
||||||
#include "xvidcore/xvid.h"
|
#include "xvid.h"
|
||||||
|
|
||||||
class xvidDecoder : public Decoder
|
class xvidDecoder : public Decoder
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user