diff options
author | althekiller <althekiller@svn> | 2009-12-21 00:49:43 +0000 |
---|---|---|
committer | althekiller <althekiller@svn> | 2009-12-21 00:49:43 +0000 |
commit | 3f7782db7f22659367a8b4a00a691140ffb8ee75 (patch) | |
tree | 9e0e31e34045b97cdd91076fa245cc9af355d446 | |
parent | 78f95390a04ece84cf8c09448233eeabb7536062 (diff) |
fixed: Linux compile error with VDPAU enabled
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@25913 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
-rw-r--r-- | xbmc/cores/VideoRenderers/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/cores/VideoRenderers/Makefile b/xbmc/cores/VideoRenderers/Makefile index bf62ec8725..4f5a86ecec 100644 --- a/xbmc/cores/VideoRenderers/Makefile +++ b/xbmc/cores/VideoRenderers/Makefile @@ -1,4 +1,4 @@ -INCLUDES=-I. -I.. -I../../ -I../../../ -I../../linux -I../../../guilib -I../../utils -I../dvdplayer/Codecs/ffmpeg +INCLUDES=-I. -I.. -I../../ -I../../../ -I../../linux -I../../../guilib -I../../utils -I../dvdplayer/Codecs/ffmpeg -I../dvdplayer SRCS=LinuxRenderer.cpp \ RenderManager.cpp \ |