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
9370f608
Commit
9370f608
authored
Jul 20, 2011
by
Gwenole Beauchesne
Committed by
Austin Yuan
Jul 26, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix out-of-source builds.
parent
0d571c86
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
18 additions
and
17 deletions
+18
-17
dummy_drv_video/Makefile.am
dummy_drv_video/Makefile.am
+8
-9
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
test/vainfo/Makefile.am
test/vainfo/Makefile.am
+1
-1
va/Makefile.am
va/Makefile.am
+3
-1
va/egl/Makefile.am
va/egl/Makefile.am
+1
-1
va/glx/Makefile.am
va/glx/Makefile.am
+1
-1
va/x11/Makefile.am
va/x11/Makefile.am
+1
-1
No files found.
dummy_drv_video/Makefile.am
View file @
9370f608
...
...
@@ -20,13 +20,12 @@
# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
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_builddir)
/va/
$(libvabackendlib)
dummy_drv_video_la_DEPENDENCIES
=
$(top_builddir)
/va/
$(libvabackendlib)
INCLUDES
=
-I
$(top_srcdir)
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
noinst_HEADERS
=
dummy_drv_video.h object_heap.h
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_builddir)
/va/
$(libvabackendlib)
dummy_drv_video_la_DEPENDENCIES
=
$(top_builddir)
/va/
$(libvabackendlib)
dummy_drv_video_la_SOURCES
=
dummy_drv_video.c object_heap.c
noinst_HEADERS
=
dummy_drv_video.h object_heap.h
test/decode/Makefile.am
View file @
9370f608
...
...
@@ -22,7 +22,7 @@
bin_PROGRAMS
=
mpeg2vldemo
AM_CFLAGS
=
-I
$(top_srcdir)
/va
-I
$(top_srcdir)
/src/x11
INCLUDES
=
-I
$(top_srcdir)
TEST_LIBS
=
$(top_builddir)
/va/
$(libvabackendlib)
...
...
test/encode/Makefile.am
View file @
9370f608
...
...
@@ -22,7 +22,7 @@
bin_PROGRAMS
=
h264encode avcenc
AM_CFLAGS
=
-I
$(top_srcdir)
/va
-I
$(top_srcdir)
/src/x11
INCLUDES
=
-I
$(top_srcdir)
TEST_LIBS
=
$(top_builddir)
/va/
$(libvabackendlib)
...
...
test/putsurface/Makefile.am
View file @
9370f608
...
...
@@ -22,7 +22,7 @@
bin_PROGRAMS
=
putsurface
AM_CFLAGS
=
-I
$(top_srcdir)
/va
-I
$(top_srcdir)
/src/x11
INCLUDES
=
-I
$(top_srcdir)
TEST_LIBS
=
$(top_builddir)
/va/
$(libvabackendlib)
-lpthread
...
...
test/vainfo/Makefile.am
View file @
9370f608
...
...
@@ -23,7 +23,7 @@
bin_PROGRAMS
=
vainfo
AM_CFLAGS
=
-I
$(top_srcdir)
/va
-I
$(top_srcdir)
/test/basic
-I
$(top_srcdir)
/src/x11
INCLUDES
=
-I
$(top_srcdir)
-I
$(top_srcdir)
/test/basic
vainfo_LDADD
=
$(top_builddir)
/va/
$(libvacorelib)
$(top_builddir)
/va/
$(libvabackendlib)
vainfo_DEPENDENCIES
=
$(top_builddir)
/va/
$(libvacorelib)
$(top_builddir)
/va/
$(libvabackendlib)
...
...
va/Makefile.am
View file @
9370f608
...
...
@@ -23,7 +23,9 @@
SUBDIRS
=
INCLUDES
=
\
$(LIBVA_CFLAGS)
-I
$(top_srcdir)
/va/x11
\
$(LIBVA_CFLAGS)
\
-I
$(top_srcdir)
\
-I
$(top_srcdir)
/va/x11
\
-DVA_DRIVERS_PATH
=
"
\"
$(LIBVA_DRIVERS_PATH)
\"
"
LDADD
=
\
...
...
va/egl/Makefile.am
View file @
9370f608
...
...
@@ -20,7 +20,7 @@
# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
AM_CFLAGS
=
-DLINUX
-I
$(top_srcdir)
/va
-I
$(top_srcdir)
/va/x11
INCLUDES
=
-DLINUX
-I
$(top_srcdir)
-I
$(top_srcdir)
/va
-I
$(top_srcdir)
/va/x11
source_c
=
\
va_egl.c
...
...
va/glx/Makefile.am
View file @
9370f608
...
...
@@ -20,7 +20,7 @@
# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
AM_CFLAGS
=
-DLINUX
-I
$(top_srcdir)
/va
-I
$(top_srcdir)
/va/x11
INCLUDES
=
-DLINUX
-I
$(top_srcdir)
-I
$(top_srcdir)
/va
-I
$(top_srcdir)
/va/x11
source_c
=
\
va_glx.c
\
...
...
va/x11/Makefile.am
View file @
9370f608
...
...
@@ -20,7 +20,7 @@
# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
AM_CFLAGS
=
-DLINUX
-I
$(top_srcdir)
/va
$(DRM_CFLAGS)
INCLUDES
=
-DLINUX
-I
$(top_srcdir)
-I
$(top_srcdir)
/va
$(DRM_CFLAGS)
source_c
=
\
dri1_util.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