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
b7c8a2ec
Commit
b7c8a2ec
authored
Dec 01, 2009
by
Austin Yuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix test build issue on a clean system
Signed-off-by:
Austin Yuan
<
shengquan.yuan@intel.com
>
parent
d76376f1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
test/basic/Makefile.am
test/basic/Makefile.am
+2
-0
test/decode/mpeg2vldemo.c
test/decode/mpeg2vldemo.c
+3
-3
No files found.
test/basic/Makefile.am
View file @
b7c8a2ec
...
@@ -23,6 +23,8 @@
...
@@ -23,6 +23,8 @@
bin_PROGRAMS
=
test_01 test_02 test_03 test_04 test_05 test_06
\
bin_PROGRAMS
=
test_01 test_02 test_03 test_04 test_05 test_06
\
test_07 test_08 test_09 test_10 test_11
test_07 test_08 test_09 test_10 test_11
AM_CFLAGS
=
-I
$(top_srcdir)
/src
-I
$(top_srcdir)
/src/x11
-DIN_LIBVA
TEST_LIBS
=
$(top_srcdir)
/src/
$(libvabackendlib)
TEST_LIBS
=
$(top_srcdir)
/src/
$(libvabackendlib)
test_01_LDADD
=
$(TEST_LIBS)
test_01_LDADD
=
$(TEST_LIBS)
...
...
test/decode/mpeg2vldemo.c
View file @
b7c8a2ec
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
* "mpeg2-I.m2v" and VA parameters are hardcoded into mpeg2vldemo.c,
* "mpeg2-I.m2v" and VA parameters are hardcoded into mpeg2vldemo.c,
* See mpeg2-I.jif to know how those VA parameters come from
* See mpeg2-I.jif to know how those VA parameters come from
*
*
* gcc -o mpeg2vldemo mpeg2vldemo.c -lva -lva-x11
* gcc -o mpeg2vldemo mpeg2vldemo.c -lva -lva-x11
-I/usr/include/va
* ./mpeg2vldemo : only do decode
* ./mpeg2vldemo : only do decode
* ./mpeg2vldemo <any parameter >: decode+display
* ./mpeg2vldemo <any parameter >: decode+display
*
*
...
@@ -47,8 +47,8 @@
...
@@ -47,8 +47,8 @@
#include <assert.h>
#include <assert.h>
#include
<va/va.h>
#include
"va.h"
#include
<va/va_x11.h>
#include
"va_x11.h"
#define CHECK_VASTATUS(va_status,func) \
#define CHECK_VASTATUS(va_status,func) \
if (va_status != VA_STATUS_SUCCESS) { \
if (va_status != VA_STATUS_SUCCESS) { \
...
...
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