Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
d3635fbc
Commit
d3635fbc
authored
May 16, 2008
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
s/vlc-control/vlc/
parent
19721e51
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
test/Makefile.am
test/Makefile.am
+6
-6
No files found.
test/Makefile.am
View file @
d3635fbc
...
...
@@ -39,27 +39,27 @@ samples/meta.sample:
CFLAGS_tests
=
`
$(VLC_CONFIG)
--cflags
libvlc
`
test_libvlc_core_SOURCES
=
libvlc/core.c
test_libvlc_core_LDADD
=
$(top_builddir)
/src/libvlc
-control
.la
test_libvlc_core_LDADD
=
$(top_builddir)
/src/libvlc.la
test_libvlc_core_CFLAGS
=
$(CFLAGS_tests)
test_libvlc_events_SOURCES
=
libvlc/events.c
test_libvlc_events_LDADD
=
$(top_builddir)
/src/libvlc
-control
.la
test_libvlc_events_LDADD
=
$(top_builddir)
/src/libvlc.la
test_libvlc_events_CFLAGS
=
$(CFLAGS_tests)
test_libvlc_media_list_player_SOURCES
=
libvlc/media_list_player.c
test_libvlc_media_list_player_LDADD
=
$(top_builddir)
/src/libvlc
-control
.la
test_libvlc_media_list_player_LDADD
=
$(top_builddir)
/src/libvlc.la
test_libvlc_media_list_player_CFLAGS
=
$(CFLAGS_tests)
test_libvlc_media_list_SOURCES
=
libvlc/media_list.c
test_libvlc_media_list_LDADD
=
$(top_builddir)
/src/libvlc
-control
.la
test_libvlc_media_list_LDADD
=
$(top_builddir)
/src/libvlc.la
test_libvlc_media_list_CFLAGS
=
$(CFLAGS_tests)
test_libvlc_media_player_SOURCES
=
libvlc/media_player.c
test_libvlc_media_player_LDADD
=
$(top_builddir)
/src/libvlc
-control
.la
test_libvlc_media_player_LDADD
=
$(top_builddir)
/src/libvlc.la
test_libvlc_media_player_CFLAGS
=
$(CFLAGS_tests)
test_libvlc_meta_SOURCES
=
libvlc/meta.c
test_libvlc_meta_LDADD
=
$(top_builddir)
/src/libvlc
-control
.la
test_libvlc_meta_LDADD
=
$(top_builddir)
/src/libvlc.la
test_libvlc_meta_CFLAGS
=
$(CFLAGS_tests)
...
...
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