Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
1cf4ccdf
Commit
1cf4ccdf
authored
Jul 08, 2009
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Spell developer properly
parent
923f3ec6
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
Makefile.am
Makefile.am
+1
-1
bindings/cil/src/libvlc.cs
bindings/cil/src/libvlc.cs
+1
-1
bindings/cil/src/player.cs
bindings/cil/src/player.cs
+1
-1
bindings/python/README
bindings/python/README
+1
-1
include/vlc_plugin.h
include/vlc_plugin.h
+1
-1
include/vlc_threads.h
include/vlc_threads.h
+1
-1
projects/activex/vlccontrol2.cpp
projects/activex/vlccontrol2.cpp
+1
-1
No files found.
Makefile.am
View file @
1cf4ccdf
...
...
@@ -319,7 +319,7 @@ CLEANFILES = $(BUILT_SOURCES_clean)
DISTCLEANFILES
=
$(BUILT_SOURCES_distclean)
vlc-config.in compile
MAINTAINERCLEANFILES
=
ChangeLog
# Shortcut for develop
p
ers to rebuild the core (libvlc + vlc)
# Shortcut for developers to rebuild the core (libvlc + vlc)
# Don't use it if you don't know what it is about.
# Don't complain if it doesn't work. -- Courmisch
libcompat
:
...
...
bindings/cil/src/libvlc.cs
View file @
1cf4ccdf
...
...
@@ -5,7 +5,7 @@
*
* @defgroup Internals LibVLC internals
* This covers internal marshalling functions to use the native LibVLC.
* Only VLC develop
p
ers should need to read this section.
* Only VLC developers should need to read this section.
*/
/**********************************************************************
...
...
bindings/cil/src/player.cs
View file @
1cf4ccdf
...
...
@@ -9,7 +9,7 @@
*
* @defgroup Internals LibVLC internals
* This covers internal marshalling functions to use the native LibVLC.
* Only VLC develop
p
ers should need to read this section.
* Only VLC developers should need to read this section.
*/
/**********************************************************************
...
...
bindings/python/README
View file @
1cf4ccdf
...
...
@@ -11,7 +11,7 @@ mc=vlc.MediaControl('--plugin-path /path/to/vlc/directory'.split())
For vlc.Instance:
i=vlc.Instance('--plugin-path /path/to/vlc/directory'.split())
* Skeleton generation (for develop
p
ers of the module):
* Skeleton generation (for developers of the module):
** For method bindings:
...
...
include/vlc_plugin.h
View file @
1cf4ccdf
...
...
@@ -452,7 +452,7 @@ enum vlc_module_properties
"\x43\x6f\x70\x79\x72\x69\x67\x68\x74\x20\x28\x43\x29\x20\x74\x68" \
"\x65\x20\x56\x69\x64\x65\x6f\x4c\x41\x4e\x20\x56\x4c\x43\x20\x6d" \
"\x65\x64\x69\x61\x20\x70\x6c\x61\x79\x65\x72\x20\x64\x65\x76\x65" \
"\x6c\x6f\x70\
x70\
x65\x72\x73" )
"\x6c\x6f\x70\x65\x72\x73" )
#elif !defined (VLC_COPYRIGHT_EXPORT)
# define VLC_COPYRIGHT_EXPORT
#endif
...
...
include/vlc_threads.h
View file @
1cf4ccdf
...
...
@@ -259,7 +259,7 @@ struct vlc_cleanup_t
};
/* This macros opens a code block on purpose. This is needed for multiple
* calls within a single function. This also prevent Win32 develop
p
ers from
* calls within a single function. This also prevent Win32 developers from
* writing code that would break on POSIX (POSIX opens a block as well). */
# define vlc_cleanup_push( routine, arg ) \
do { \
...
...
projects/activex/vlccontrol2.cpp
View file @
1cf4ccdf
...
...
@@ -2816,7 +2816,7 @@ STDMETHODIMP VLCControl2::get_Toolbar(VARIANT_BOOL *visible)
return
E_POINTER
;
/*
* Note to develop
p
ers
* Note to developers
*
* Returning the _b_toolbar is closer to the method specification.
* But returning True when toolbar is not implemented so not displayed
...
...
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