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
5d878035
Commit
5d878035
authored
Nov 15, 2011
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add example multi-threaded decoder to test/decode/Makefile.am
parent
451428c4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
test/decode/Makefile.am
test/decode/Makefile.am
+3
-1
No files found.
test/decode/Makefile.am
View file @
5d878035
...
...
@@ -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.
bin_PROGRAMS
=
mpeg2vldemo
bin_PROGRAMS
=
mpeg2vldemo
vaapi_h264_mt
INCLUDES
=
-I
$(top_srcdir)
...
...
@@ -29,6 +29,8 @@ TEST_LIBS = $(top_builddir)/va/$(libvabackendlib) $(top_builddir)/va/$(libvacore
mpeg2vldemo_LDADD
=
$(TEST_LIBS)
mpeg2vldemo_SOURCES
=
mpeg2vldemo.cpp
vaapi_h264_mt_LDADD
=
$(TEST_LIBS)
vaapi_h264_mt_SOURCES
=
vaapi_h264_mt.c
valgrind
:
$(bin_PROGRAMS)
for
a
in
$(bin_PROGRAMS)
;
do
\
...
...
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