Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
bcae143e
Commit
bcae143e
authored
Aug 05, 2009
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete CSRI module. Unmaintained and libass is better.
parent
7dfa2737
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
332 deletions
+3
-332
NEWS
NEWS
+3
-0
configure.ac
configure.ac
+0
-17
modules/LIST
modules/LIST
+0
-1
modules/codec/Modules.am
modules/codec/Modules.am
+0
-1
modules/codec/csri.c
modules/codec/csri.c
+0
-313
No files found.
NEWS
View file @
bcae143e
...
...
@@ -27,6 +27,9 @@ Video Output:
Visualisation:
* Support of .milk visualisation files using projectM libraries
Removed modules:
* csri
Changes between 0.9.9a and 1.0.0:
---------------------------------
...
...
configure.ac
View file @
bcae143e
...
...
@@ -3674,23 +3674,6 @@ AS_IF( [test "${enable_telx}" != "no" ],[
VLC_ADD_PLUGIN([telx])
])
dnl
dnl asa/csri subtitle rendering module
dnl
AC_ARG_ENABLE(csri,
[ --enable-csri Subtitle support using CSRI / asa (default disabled)])
AS_IF( [test "${enable_csri}" = "yes"], [
PKG_CHECK_MODULES(CSRI,
csri >= 0.1.0,
[
VLC_ADD_LDFLAGS([csri],[$CSRI_LIBS])
VLC_ADD_CFLAGS([csri],[$CSRI_CFLAGS])
VLC_ADD_PLUGIN([csri])
],[
AC_MSG_WARN([CSRI helper library not found])
])
])
dnl
dnl libass subtitle rendering module
dnl
...
...
modules/LIST
View file @
bcae143e
...
...
@@ -74,7 +74,6 @@ $Id$
* converter_float: Floating-point audio format conversions
* crop: Crop video filter
* croppadd: Crop/Padd image filter
* csri: common subtitle interface decoder
* cvdsub: CVD subtitles decoder
* dbus: D-Bus control interface
* dc1394: firewire input module
...
...
modules/codec/Modules.am
View file @
bcae143e
...
...
@@ -30,7 +30,6 @@ SOURCES_realaudio = realaudio.c
SOURCES_realvideo = realvideo.c
SOURCES_sdl_image = sdl_image.c
SOURCES_zvbi = zvbi.c
SOURCES_csri = csri.c
SOURCES_cdg = cdg.c
SOURCES_fluidsynth = fluidsynth.c
SOURCES_cc = cc.c cc.h
...
...
modules/codec/csri.c
deleted
100644 → 0
View file @
7dfa2737
This diff is collapsed.
Click to expand it.
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