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
03502874
Commit
03502874
authored
Mar 02, 2005
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Add dependency of update-includes on vlc-config
- TODO: SSL on Windows
parent
d799a0ae
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
3 deletions
+14
-3
Makefile.am
Makefile.am
+3
-3
TODO
TODO
+11
-0
No files found.
Makefile.am
View file @
03502874
...
...
@@ -126,13 +126,13 @@ HEADERS_include_built = \
include/vlc_symbols.h
\
$(NULL)
include/vlc_symbols.h
:
Makefile $(HEADERS_include)
include/vlc_symbols.h
:
Makefile $(HEADERS_include)
vlc-config
srcdir
=
$(srcdir)
$(srcdir)
/toolbox
--update-includes
src/misc/modules_plugin.h
:
Makefile src/misc/modules_plugin.h.in $(HEADERS_include)
src/misc/modules_plugin.h
:
Makefile src/misc/modules_plugin.h.in $(HEADERS_include)
vlc-config
srcdir
=
$(srcdir)
$(srcdir)
/toolbox
--update-includes
src/misc/modules_builtin.h
:
Makefile src/misc/modules_builtin.h.in
src/misc/modules_builtin.h
:
Makefile src/misc/modules_builtin.h.in
vlc-config
srcdir
=
$(srcdir)
$(srcdir)
/toolbox
--update-includes
# These dependencies are mandatory
...
...
TODO
View file @
03502874
...
...
@@ -673,6 +673,17 @@ Video Files( .avi, .mkv, .mov, .mpg, .m2v, etc)<br />
Subtitle Files( .idx, .sub, .utf, .srt)<br />
Status: Todo
Task
Difficulty: Medium
Platform: win32
Urgency: Wishlist
Description: SSL support
Support SSL/TLS encryption layer on Windows<br />
We can't use OpenSSL because it is not GPL-compatible<br />
and GnuTLS does not seem to compile on Windows<br />
Might try to use Secure channels<br />
Status: Todo
# Do not remove me
Task
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