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
71e90525
Commit
71e90525
authored
Jan 16, 2003
by
Yves Duret
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* codec/mad plugin is replaced by audio_filter/mpgatofixed32.
* new demux/m4v and mux/avi plugins
parent
3788b628
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
vlc.spec
vlc.spec
+8
-2
No files found.
vlc.spec
View file @
71e90525
...
...
@@ -8,7 +8,7 @@
%define cvs 1
%if %{cvs}
%define cvsrel 1
%define cvsdate 200
21220
%define cvsdate 200
30116
%define release 0.%{cvsdate}.%{cvsrel}mdk
%define cvs_name %{name}-snapshot-%cvsdate
%else
...
...
@@ -46,6 +46,10 @@
%define redhat80 0
%if %redhat80
%define release %rel
# some mdk macros that do not exist in rh
%define configure2_5x CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr
%define make %__make
%define makeinstall_std make DESTDIR="$RPM_BUILD_ROOT" install
# adjust define for Redhat.
%endif
...
...
@@ -739,6 +743,7 @@ rm -fr %buildroot
%_libdir/vlc/demux/libes_plugin.so
%_libdir/vlc/demux/libid3_plugin.so
%_libdir/vlc/demux/libm3u_plugin.so
%_libdir/vlc/demux/libm4v_plugin.so
%_libdir/vlc/demux/libmp4_plugin.so
%_libdir/vlc/demux/libmpeg_system_plugin.so
%_libdir/vlc/demux/libps_plugin.so
...
...
@@ -760,6 +765,7 @@ rm -fr %buildroot
%_libdir/vlc/misc/libsap_plugin.so
%dir %_libdir/vlc/mux
%_libdir/vlc/mux/libmux_avi_plugin.so
%_libdir/vlc/mux/libmux_dummy_plugin.so
%_libdir/vlc/mux/libmux_ps_plugin.so
%_libdir/vlc/mux/libmux_ts_plugin.so
...
...
@@ -950,7 +956,7 @@ rm -fr %buildroot
%files plugin-mad
%defattr(-,root,root)
%doc README
%_libdir/vlc/
codec/libmad
_plugin.so
%_libdir/vlc/
audio_filter/libmpgatofixed32
_plugin.so
%_libdir/vlc/demux/libid3tag_plugin.so
%endif
...
...
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