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
66f3b7b9
Commit
66f3b7b9
authored
Dec 11, 2007
by
Jean-Paul Saman
Committed by
Jean-Paul Saman
Mar 10, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes for use of COMPRESS_TGZ
parent
c3266418
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+2
-1
extras/contrib/src/Patches/ffmpeg.spec
extras/contrib/src/Patches/ffmpeg.spec
+1
-1
No files found.
extras/contrib/src/Makefile
View file @
66f3b7b9
...
@@ -1001,7 +1001,7 @@ DISTCLEAN_PKG += amrwb-$(LIBAMR_WB_VERSION).tar.bz2
...
@@ -1001,7 +1001,7 @@ DISTCLEAN_PKG += amrwb-$(LIBAMR_WB_VERSION).tar.bz2
# ffmpeg
# ffmpeg
# ***************************************************************************
# ***************************************************************************
ffmpeg-rpm
:
ffmpeg.t
ar.
gz
ffmpeg-rpm
:
ffmpeg.tgz
$(RPM_PREPARE)
$(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/$$(FFMPEGCONF)/$(FFMPEGCONF)/' -e 's/$$(CFLAGS)/$(CFLAGS)/' -e 's/$$(FFMPEG_CFLAGS)/$(FFMPEG_CFLAGS)/' -i.orig rpm/SPECS/ffmpeg.spec
$(RPM_BUILD_SPEC)
$(RPM_BUILD_SPEC)
...
@@ -1312,6 +1312,7 @@ libdca:
...
@@ -1312,6 +1312,7 @@ libdca:
$(SVN)
co
$(LIBDCA_SVN)
-r
35 libdca
$(SVN)
co
$(LIBDCA_SVN)
-r
35 libdca
(
cd
$@
;
./bootstrap
)
(
cd
$@
;
./bootstrap
)
$(COMPRESS_TGZ)
$(COMPRESS_TGZ)
mv
libdca.tgz libdca-svn_35.tar.gz
.libdca
:
libdca
.libdca
:
libdca
(
cd
$<
;
$(HOSTCC)
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
&&
make
&&
make
install
)
(
cd
$<
;
$(HOSTCC)
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
&&
make
&&
make
install
)
...
...
extras/contrib/src/Patches/ffmpeg.spec
View file @
66f3b7b9
...
@@ -7,7 +7,7 @@ Version: svn_10886
...
@@ -7,7 +7,7 @@ Version: svn_10886
Release: 5
Release: 5
Group: System/Libraries
Group: System/Libraries
License: LGPL
License: LGPL
Source: %{name}.t
ar.
gz
Source: %{name}.tgz
URL: svn://svn.mplayerhq.hu/ffmpeg/trunk
URL: svn://svn.mplayerhq.hu/ffmpeg/trunk
BuildRoot: /var/tmp/%{name}-%{version}-root
BuildRoot: /var/tmp/%{name}-%{version}-root
BuildRequires: faac-devel, lame-devel, a52dec-devel, amrnb-devel, amrwb-devel
BuildRequires: faac-devel, lame-devel, a52dec-devel, amrnb-devel, amrwb-devel
...
...
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