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
4e349bb8
Commit
4e349bb8
authored
Aug 21, 2009
by
Gwenole Beauchesne
Committed by
Austin Yuan
Sep 03, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drop libva_display. Explicitly use libva-x11.
parent
6a72604e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
11 deletions
+5
-11
Makefile.am
Makefile.am
+3
-8
configure.ac
configure.ac
+1
-2
libva_display.pc.in
libva_display.pc.in
+1
-1
No files found.
Makefile.am
View file @
4e349bb8
...
...
@@ -30,17 +30,12 @@ if BUILD_I965_DRIVER
SUBDIRS
+=
i965_drv_video
endif
pcfiles
=
\
libva.pc
\
libva-
$(LIBVA_DISPLAY)
.pc
# libva-<display>.pc - for display-specific dependencies
libva-$(LIBVA_DISPLAY).pc
:
libva_display.pc
@
cp
$<
$@
pcfiles
=
libva.pc
pcfiles
+=
libva-x11.pc
pkgconfigdir
=
@pkgconfigdir@
pkgconfig_DATA
=
$(pcfiles)
EXTRA_DIST
=
libva.pc.in libva
_display
.pc.in
EXTRA_DIST
=
libva.pc.in libva
-x11
.pc.in
CLEANFILES
=
$(pcfiles)
configure.ac
View file @
4e349bb8
...
...
@@ -113,7 +113,6 @@ libvacorelib=libva.la
libvabackendlib=libva-$LIBVA_DISPLAY.la
AC_SUBST([libvacorelib])
AC_SUBST([libvabackendlib])
AC_SUBST(LIBVA_DISPLAY)
AC_OUTPUT([
Makefile
...
...
@@ -128,6 +127,6 @@ AC_OUTPUT([
i965_drv_video/shaders/render/Makefile
test/Makefile
libva.pc
libva
_display
.pc
libva
-x11
.pc
])
libva_display.pc.in
View file @
4e349bb8
...
...
@@ -2,7 +2,7 @@ prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
display=
@LIBVA_DISPLAY@
display=
x11
Name: libva-${display}
Description: Userspace Video Acceleration (VA) ${display} interface
...
...
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