Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libva
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
libva
Commits
16a51b8c
Commit
16a51b8c
authored
Jan 21, 2009
by
Austin Yuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix path issue of "va_x11.h"
Signed-off-by:
Austin Yuan
<
shengquan.yuan@intel.com
>
parent
b1a802f0
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
8 additions
and
8 deletions
+8
-8
configure.ac
configure.ac
+1
-1
src/Makefile.am
src/Makefile.am
+2
-2
src/X11/Makefile.am
src/X11/Makefile.am
+4
-4
src/X11/va_dri.c
src/X11/va_dri.c
+0
-0
src/X11/va_dri.h
src/X11/va_dri.h
+0
-0
src/X11/va_dristr.h
src/X11/va_dristr.h
+0
-0
src/X11/va_x11.c
src/X11/va_x11.c
+0
-0
src/X11/va_x11.h
src/X11/va_x11.h
+0
-0
src/va_backend.h
src/va_backend.h
+1
-1
No files found.
configure.ac
View file @
16a51b8c
...
...
@@ -44,4 +44,4 @@ PKG_CHECK_MODULES([DRM], [libdrm])
pkgconfigdir=${libdir}/pkgconfig
AC_SUBST(pkgconfigdir)
AC_OUTPUT([Makefile src/Makefile src/
x
11/Makefile dummy_drv_video/Makefile test/Makefile libva.pc])
AC_OUTPUT([Makefile src/Makefile src/
X
11/Makefile dummy_drv_video/Makefile test/Makefile libva.pc])
src/Makefile.am
View file @
16a51b8c
...
...
@@ -23,9 +23,9 @@
libva_la_LTLIBRARIES
=
libva.la
libva_ladir
=
$(libdir)
libva_la_LDFLAGS
=
-version-number
0:30:0
-no-undefined
libva_la_LIBADD
=
-ldl
-lX11
-lXext
-lXfixes
-lXdamage
x11/libva_x
11.la
libva_la_LIBADD
=
-ldl
-lX11
-lXext
-lXfixes
-lXdamage
X11/libva_X
11.la
SUBDIRS
=
x
11
SUBDIRS
=
X
11
libva_la_SOURCES
=
va.c
...
...
src/
x
11/Makefile.am
→
src/
X
11/Makefile.am
View file @
16a51b8c
...
...
@@ -20,9 +20,9 @@
AM_CFLAGS
=
-DLINUX
-I
$(top_srcdir)
/src
$(DRM_CFLAGS)
noinst_LTLIBRARIES
=
libva_
x
11.la
noinst_LTLIBRARIES
=
libva_
X
11.la
libva_
x11includedir
=
${includedir}
libva_
x
11include_HEADERS
=
va_x11.h va_dri.h
libva_
X11includedir
=
${includedir}
/X11
libva_
X
11include_HEADERS
=
va_x11.h va_dri.h
libva_
x
11_la_SOURCES
=
va_x11.c va_dri.c
libva_
X
11_la_SOURCES
=
va_x11.c va_dri.c
src/
x
11/va_dri.c
→
src/
X
11/va_dri.c
View file @
16a51b8c
File moved
src/
x
11/va_dri.h
→
src/
X
11/va_dri.h
View file @
16a51b8c
File moved
src/
x
11/va_dristr.h
→
src/
X
11/va_dristr.h
View file @
16a51b8c
File moved
src/
x
11/va_x11.c
→
src/
X
11/va_x11.c
View file @
16a51b8c
File moved
src/
x
11/va_x11.h
→
src/
X
11/va_x11.h
View file @
16a51b8c
File moved
src/va_backend.h
View file @
16a51b8c
...
...
@@ -30,7 +30,7 @@
#define _VA_BACKEND_H_
#include "va.h"
#include "
x
11/va_x11.h"
#include "
X
11/va_x11.h"
#include <stdlib.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment