Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
13
Issues
13
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
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
GSoC
GSoC2018
macOS
vlc
Commits
e196e7ca
Commit
e196e7ca
authored
Apr 19, 2018
by
Hugo Beauzée-Luyssen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test: fuzzing: Add ogg module
parent
5157dc89
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
test/Makefile.am
test/Makefile.am
+1
-0
test/src/input/demux-run.c
test/src/input/demux-run.c
+1
-0
No files found.
test/Makefile.am
View file @
e196e7ca
...
@@ -196,6 +196,7 @@ libvlc_demux_run_la_LIBADD += \
...
@@ -196,6 +196,7 @@ libvlc_demux_run_la_LIBADD += \
../modules/librawvid_plugin.la
\
../modules/librawvid_plugin.la
\
../modules/libfilesystem_plugin.la
\
../modules/libfilesystem_plugin.la
\
../modules/libxml_plugin.la
\
../modules/libxml_plugin.la
\
../modules/libogg_plugin.la
\
-lstdc
++
-lstdc
++
if
HAVE_DVBPSI
if
HAVE_DVBPSI
libvlc_demux_run_la_CPPFLAGS
+=
-DHAVE_DVBPSI
libvlc_demux_run_la_CPPFLAGS
+=
-DHAVE_DVBPSI
...
...
test/src/input/demux-run.c
View file @
e196e7ca
...
@@ -443,6 +443,7 @@ extern vlc_plugin_cb vlc_static_modules[];
...
@@ -443,6 +443,7 @@ extern vlc_plugin_cb vlc_static_modules[];
f(vc1) \
f(vc1) \
f(rawvid) \
f(rawvid) \
f(rawaud) \
f(rawaud) \
f(ogg) \
DECODER_PLUGINS(f)
DECODER_PLUGINS(f)
#ifdef HAVE_DVBPSI
#ifdef HAVE_DVBPSI
...
...
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