Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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
vlc-gpu
Commits
97a25c1e
Commit
97a25c1e
authored
Feb 25, 2009
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Provide a dummy (empty) but valid sample file
parent
099bacb2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
test/Makefile.am
test/Makefile.am
+2
-1
test/libvlc/test.h
test/libvlc/test.h
+2
-1
test/samples/empty.voc
test/samples/empty.voc
+0
-0
No files found.
test/Makefile.am
View file @
97a25c1e
...
...
@@ -18,6 +18,7 @@ EXTRA_PROGRAMS = \
test_libvlc_meta
\
$(NULL)
#check_DATA = samples/test.sample samples/meta.sample
EXTRA_DIST
=
samples/empty.voc
check_HEADERS
=
libvlc/test.h
...
...
@@ -36,7 +37,7 @@ samples/meta.sample:
mkdir
-p
`
dirname
$@
`
curl
$(SAMPLES_SERVER)
/metadata/id3tag/Wesh-Bonneville.mp3
>
$@
CFLAGS_tests
=
`
$(VLC_CONFIG)
--cflags
libvlc
`
CFLAGS_tests
=
`
$(VLC_CONFIG)
--cflags
libvlc
`
-DSRCDIR
=
\"
$(srcdir)
\"
test_libvlc_core_SOURCES
=
libvlc/core.c
test_libvlc_core_LDADD
=
$(top_builddir)
/src/libvlc.la
...
...
test/libvlc/test.h
View file @
97a25c1e
...
...
@@ -62,7 +62,8 @@ static const char * test_defaults_args[] = {
static
const
int
test_defaults_nargs
=
sizeof
(
test_defaults_args
)
/
sizeof
(
test_defaults_args
[
0
]);
static
const
char
*
test_default_sample
=
"samples/test.sample"
;
/*static const char test_default_sample[] = "samples/test.sample";*/
static
const
char
test_default_sample
[]
=
SRCDIR
"/samples/empty.voc"
;
/*********************************************************************
...
...
test/samples/empty.voc
0 → 100644
View file @
97a25c1e
File added
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