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
b01e357d
Commit
b01e357d
authored
Feb 01, 2010
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move mediacontrol to bindings
TBD: Makefile
parent
adaa7778
Changes
8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
29 additions
and
41 deletions
+29
-41
bindings/mediacontrol/libmediacontrol.sym
bindings/mediacontrol/libmediacontrol.sym
+29
-0
bindings/mediacontrol/mediacontrol_audio_video.c
bindings/mediacontrol/mediacontrol_audio_video.c
+0
-0
bindings/mediacontrol/mediacontrol_core.c
bindings/mediacontrol/mediacontrol_core.c
+0
-0
bindings/mediacontrol/mediacontrol_internal.h
bindings/mediacontrol/mediacontrol_internal.h
+0
-0
bindings/mediacontrol/mediacontrol_util.c
bindings/mediacontrol/mediacontrol_util.c
+0
-0
po/POTFILES.in
po/POTFILES.in
+0
-6
src/Makefile.am
src/Makefile.am
+0
-6
src/libvlc.sym
src/libvlc.sym
+0
-29
No files found.
bindings/mediacontrol/libmediacontrol.sym
0 → 100644
View file @
b01e357d
mediacontrol_RGBPicture__free
mediacontrol_StreamInformation__free
mediacontrol_display_text
mediacontrol_exception_cleanup
mediacontrol_exception_create
mediacontrol_exception_free
mediacontrol_exception_init
mediacontrol_exit
mediacontrol_get_fullscreen
mediacontrol_get_libvlc_instance
mediacontrol_get_media_player
mediacontrol_get_media_position
mediacontrol_get_mrl
mediacontrol_get_rate
mediacontrol_get_stream_information
mediacontrol_new
mediacontrol_new_from_instance
mediacontrol_pause
mediacontrol_resume
mediacontrol_set_fullscreen
mediacontrol_set_media_position
mediacontrol_set_mrl
mediacontrol_set_rate
mediacontrol_set_visual
mediacontrol_snapshot
mediacontrol_sound_get_volume
mediacontrol_sound_set_volume
mediacontrol_start
mediacontrol_stop
src/
control/mediacontrol_audio_video.c
→
bindings/media
control/mediacontrol_audio_video.c
View file @
b01e357d
File moved
src/
control/mediacontrol_core.c
→
bindings/media
control/mediacontrol_core.c
View file @
b01e357d
File moved
src/
control/mediacontrol_internal.h
→
bindings/media
control/mediacontrol_internal.h
View file @
b01e357d
File moved
src/
control/mediacontrol_util.c
→
bindings/media
control/mediacontrol_util.c
View file @
b01e357d
File moved
po/POTFILES.in
View file @
b01e357d
...
@@ -37,8 +37,6 @@ include/vlc/libvlc_structures.h
...
@@ -37,8 +37,6 @@ include/vlc/libvlc_structures.h
include/vlc/libvlc_vlm.h
include/vlc/libvlc_vlm.h
include/vlc_main.h
include/vlc_main.h
include/vlc_md5.h
include/vlc_md5.h
include/vlc/mediacontrol.h
include/vlc/mediacontrol_structures.h
include/vlc_messages.h
include/vlc_messages.h
include/vlc_meta.h
include/vlc_meta.h
include/vlc_modules.h
include/vlc_modules.h
...
@@ -87,10 +85,6 @@ src/control/event.c
...
@@ -87,10 +85,6 @@ src/control/event.c
src/control/libvlc_internal.h
src/control/libvlc_internal.h
src/control/log.c
src/control/log.c
src/control/media.c
src/control/media.c
src/control/mediacontrol_audio_video.c
src/control/mediacontrol_core.c
src/control/mediacontrol_internal.h
src/control/mediacontrol_util.c
src/control/media_discoverer.c
src/control/media_discoverer.c
src/control/media_library.c
src/control/media_library.c
src/control/media_list.c
src/control/media_list.c
...
...
src/Makefile.am
View file @
b01e357d
...
@@ -37,8 +37,6 @@ pkginclude_HEADERS = \
...
@@ -37,8 +37,6 @@ pkginclude_HEADERS = \
../include/vlc/libvlc_media_player.h
\
../include/vlc/libvlc_media_player.h
\
../include/vlc/libvlc_structures.h
\
../include/vlc/libvlc_structures.h
\
../include/vlc/libvlc_vlm.h
\
../include/vlc/libvlc_vlm.h
\
../include/vlc/mediacontrol.h
\
../include/vlc/mediacontrol_structures.h
\
$(NULL)
$(NULL)
pluginsinclude_HEADERS
=
\
pluginsinclude_HEADERS
=
\
...
@@ -507,10 +505,6 @@ SOURCES_libvlc_control = \
...
@@ -507,10 +505,6 @@ SOURCES_libvlc_control = \
control/media_list_path.h
\
control/media_list_path.h
\
control/media_list_player.c
\
control/media_list_player.c
\
control/media_library.c
\
control/media_library.c
\
control/mediacontrol_internal.h
\
control/mediacontrol_core.c
\
control/mediacontrol_util.c
\
control/mediacontrol_audio_video.c
\
control/media_discoverer.c
control/media_discoverer.c
###############################################################################
###############################################################################
...
...
src/libvlc.sym
View file @
b01e357d
...
@@ -219,32 +219,3 @@ libvlc_vlm_set_output
...
@@ -219,32 +219,3 @@ libvlc_vlm_set_output
libvlc_vlm_show_media
libvlc_vlm_show_media
libvlc_vlm_stop_media
libvlc_vlm_stop_media
libvlc_wait
libvlc_wait
mediacontrol_RGBPicture__free
mediacontrol_StreamInformation__free
mediacontrol_display_text
mediacontrol_exception_cleanup
mediacontrol_exception_create
mediacontrol_exception_free
mediacontrol_exception_init
mediacontrol_exit
mediacontrol_get_fullscreen
mediacontrol_get_libvlc_instance
mediacontrol_get_media_player
mediacontrol_get_media_position
mediacontrol_get_mrl
mediacontrol_get_rate
mediacontrol_get_stream_information
mediacontrol_new
mediacontrol_new_from_instance
mediacontrol_pause
mediacontrol_resume
mediacontrol_set_fullscreen
mediacontrol_set_media_position
mediacontrol_set_mrl
mediacontrol_set_rate
mediacontrol_set_visual
mediacontrol_snapshot
mediacontrol_sound_get_volume
mediacontrol_sound_set_volume
mediacontrol_start
mediacontrol_stop
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