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
e710eca6
Commit
e710eca6
authored
Sep 09, 2002
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ./configure.in: the DV module is now a plugin, with the proper
dependencies in debian/control.
parent
f6237526
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
22 additions
and
8 deletions
+22
-8
configure.in
configure.in
+1
-1
debian/control
debian/control
+10
-3
debian/rules
debian/rules
+9
-4
debian/vlc-plugin-dv.dirs
debian/vlc-plugin-dv.dirs
+2
-0
No files found.
configure.in
View file @
e710eca6
...
...
@@ -1267,7 +1267,7 @@ AC_ARG_ENABLE(dv,
if test "x${enable_dv}" = "xyes"
then
AC_CHECK_HEADERS(libdv/dv.h, [
BUILTINS="${BUILT
INS} codec/dv/dv"
PLUGINS="${PLUG
INS} codec/dv/dv"
dv_LDFLAGS="${dv_LDFLAGS} -ldv"
],[])
fi
...
...
debian/control
View file @
e710eca6
...
...
@@ -180,9 +180,8 @@ Description: MAD audio codec plugin for vlc
VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution.
.
This plugin adds support for libmad, the MPEG audio decoder library,
to the VideoLAN Client. MAD is 100% fixed-point based. To activate
this plugin, use the `--mpeg_adec mad' flag or select the `mad' MPEG
decoder from the preferences menu.
to the VideoLAN Client. MAD is 100% fixed-point based. The plugin is
autodetected.
Package: vlc-mad
Architecture: any
...
...
@@ -290,3 +289,11 @@ Description: SVGAlib video output plugin for vlc
output plugin from the preferences menu. Note that you will need root
permissions to use SVGAlib.
Package: vlc-plugin-dv
Architecture: any
Depends: vlc (= ${Source-Version}), ${shlibs:Depends}
Description: DV codec plugin for vlc
VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution.
.
This plugin adds support for the DV video format to vlc, the VideoLAN
Client. The plugin is autodetected.
debian/rules
View file @
e710eca6
...
...
@@ -57,11 +57,11 @@ clean:
rm -f build-stamp
# Check that we have an ffmpeg tree in here (can be a symlink)
test -d ffmpeg
-(cd ffmpeg ; make distclean)
test -d
extras/
ffmpeg
-(cd
extras/
ffmpeg ; make distclean)
# Check that we have an faad tree in here (can be a symlink)
test -d faad
-(cd faad ; make distclean)
test -d
extras/
faad
-(cd
extras/
faad ; make distclean)
-$(MAKE) distclean
dh_clean
...
...
@@ -183,6 +183,11 @@ endif
mv debian/vlc/usr/lib/vlc/video_output/svgalib.so \
debian/vlc-plugin-svgalib/usr/lib/vlc/video_output
# Package: vlc-plugin-dv
ln -s vlc debian/vlc-plugin-dv/usr/share/doc/vlc-plugin-dv
mv debian/vlc/usr/lib/vlc/codec/dv.so \
debian/vlc-plugin-dv/usr/lib/vlc/codec
# Clean up
rm -f debian/vlc/$(VIDDIR)/*.png
...
...
debian/vlc-plugin-dv.dirs
0 → 100644
View file @
e710eca6
usr/lib/vlc/codec
usr/share/doc
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