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
7ececb7e
Commit
7ececb7e
authored
May 18, 2010
by
Gwenole Beauchesne
Committed by
Austin Yuan
Jun 02, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix out-of-source builds.
parent
57f1e2f4
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
dummy_drv_video/Makefile.am
dummy_drv_video/Makefile.am
+2
-2
test/basic/Makefile.am
test/basic/Makefile.am
+1
-1
test/decode/Makefile.am
test/decode/Makefile.am
+1
-1
test/encode/Makefile.am
test/encode/Makefile.am
+1
-1
test/putsurface/Makefile.am
test/putsurface/Makefile.am
+1
-1
No files found.
dummy_drv_video/Makefile.am
View file @
7ececb7e
...
...
@@ -23,8 +23,8 @@
dummy_drv_video_la_LTLIBRARIES
=
dummy_drv_video.la
dummy_drv_video_ladir
=
@LIBVA_DRIVERS_PATH@
dummy_drv_video_la_LDFLAGS
=
-module
-avoid-version
-no-undefined
-Wl
,--no-undefined
dummy_drv_video_la_LIBADD
=
$(top_
src
dir)
/va/
$(libvabackendlib)
dummy_drv_video_la_DEPENDENCIES
=
$(top_
src
dir)
/va/
$(libvabackendlib)
dummy_drv_video_la_LIBADD
=
$(top_
build
dir)
/va/
$(libvabackendlib)
dummy_drv_video_la_DEPENDENCIES
=
$(top_
build
dir)
/va/
$(libvabackendlib)
AM_CFLAGS
=
-I
$(top_srcdir)
/va
-I
$(top_srcdir)
/../../include/external/
-I
$(top_srcdir)
/../../include/kmd
dummy_drv_video_la_SOURCES
=
dummy_drv_video.c object_heap.c
...
...
test/basic/Makefile.am
View file @
7ececb7e
...
...
@@ -25,7 +25,7 @@ bin_PROGRAMS = test_01 test_02 test_03 test_04 test_05 test_06 \
AM_CFLAGS
=
-I
$(top_srcdir)
/va
-I
$(top_srcdir)
/src/x11
TEST_LIBS
=
$(top_
src
dir)
/va/
$(libvabackendlib)
TEST_LIBS
=
$(top_
build
dir)
/va/
$(libvabackendlib)
test_01_LDADD
=
$(TEST_LIBS)
test_01_SOURCES
=
test_01.c
...
...
test/decode/Makefile.am
View file @
7ececb7e
...
...
@@ -24,7 +24,7 @@ bin_PROGRAMS = mpeg2vldemo
AM_CFLAGS
=
-I
$(top_srcdir)
/va
-I
$(top_srcdir)
/src/x11
TEST_LIBS
=
$(top_
src
dir)
/va/
$(libvabackendlib)
TEST_LIBS
=
$(top_
build
dir)
/va/
$(libvabackendlib)
mpeg2vldemo_LDADD
=
$(TEST_LIBS)
mpeg2vldemo_SOURCES
=
mpeg2vldemo.c
...
...
test/encode/Makefile.am
View file @
7ececb7e
...
...
@@ -24,7 +24,7 @@ bin_PROGRAMS = h264encode
AM_CFLAGS
=
-I
$(top_srcdir)
/va
-I
$(top_srcdir)
/src/x11
TEST_LIBS
=
$(top_
src
dir)
/va/
$(libvabackendlib)
TEST_LIBS
=
$(top_
build
dir)
/va/
$(libvabackendlib)
h264encode_LDADD
=
$(TEST_LIBS)
h264encode_SOURCES
=
h264encode.c
...
...
test/putsurface/Makefile.am
View file @
7ececb7e
...
...
@@ -24,7 +24,7 @@ bin_PROGRAMS = putsurface
AM_CFLAGS
=
-I
$(top_srcdir)
/va
-I
$(top_srcdir)
/src/x11
TEST_LIBS
=
$(top_
src
dir)
/va/
$(libvabackendlib)
-lpthread
TEST_LIBS
=
$(top_
build
dir)
/va/
$(libvabackendlib)
-lpthread
putsurface_LDADD
=
$(TEST_LIBS)
putsurface_SOURCES
=
putsurface.c
...
...
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