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
57e3bec4
Commit
57e3bec4
authored
Dec 10, 2007
by
Jean-Paul Saman
Committed by
Jean-Paul Saman
Mar 10, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update ffmpeg.spec file.
parent
f01a23d5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+0
-1
extras/contrib/src/Patches/ffmpeg.spec
extras/contrib/src/Patches/ffmpeg.spec
+5
-4
No files found.
extras/contrib/src/Makefile
View file @
57e3bec4
...
...
@@ -1004,7 +1004,6 @@ DISTCLEAN_PKG += amrwb-$(LIBAMR_WB_VERSION).tar.bz2
ffmpeg-rpm
:
ffmpeg.tar.gz
$(RPM_PREPARE)
# sed -e 's/$$(FFMPEGCONF)/$(FFMPEGCONF)/' -e 's/$$(CFLAGS)/$(CFLAGS)/' -e 's/$$(FFMPEG_CFLAGS)/$(FFMPEG_CFLAGS)/' -i.orig rpm/SPECS/ffmpeg.spec
sed
-e
's/BuildRequires/#BuildRequires/'
-i.orig
rpm/SPECS/ffmpeg.spec
$(RPM_BUILD_SPEC)
touch
$@
...
...
extras/contrib/src/Patches/ffmpeg.spec
View file @
57e3bec4
...
...
@@ -24,17 +24,18 @@ rm -fr $RPM_BUILD_ROOT
%setup -n ffmpeg
%build
./configure --enable-libmp3lame --enable-libfaac --enable-libamr --enable-libamr-nb --enable-libamr-wb --prefix=/usr --extra-cflags="
-I/home/jpsaman/Source/vlc-0.8.6c-bugfix-m2x.git/extras/contrib/include -I/usr/include -DRUNTIME_CPUDETECT" --extra-ldflags="-L/home/jpsaman/Source/vlc-0.8.6c-bugfix-m2x.git/extras/contrib/lib
" --enable-gpl --enable-pp --disable-vhook --disable-ffserver --disable-network --enable-liba52 --disable-swscaler --disable-ffplay
./configure --enable-libmp3lame --enable-libfaac --enable-libamr --enable-libamr-nb --enable-libamr-wb --prefix=/usr --extra-cflags="
${CFLAGS} ${FFMPEG_CFLAGS} -DRUNTIME_CPUDETECT" --extra-ldflags="${LDFLAGS}
" --enable-gpl --enable-pp --disable-vhook --disable-ffserver --disable-network --enable-liba52 --disable-swscaler --disable-ffplay
make
#
make
%install
make DESTDIR=$RPM_BUILD_ROOT install
make DESTDIR=$RPM_BUILD_ROOT install
-libs install-headers
%files
%defattr(-,root,root)
%doc Changelog COPYING.GPL COPYING.LGPL CREDITS INSTALL MAINTAINERS README
%{_bindir}/ffmpeg
#%{_bindir}/ffmpeg
#%{_bindir}/ffplay
if %ffmpeg_shared; then
%{_libdir}/libavcodec.so
%{_libdir}/libavcodec.so.51
...
...
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