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
13c581af
Commit
13c581af
authored
Feb 19, 2006
by
Christophe Mutricy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ffmpeg-cvs.patch: fix upstream
parent
f8387d4e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
16 deletions
+0
-16
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+0
-1
extras/contrib/src/Patches/ffmpeg-cvs.patch
extras/contrib/src/Patches/ffmpeg-cvs.patch
+0
-15
No files found.
extras/contrib/src/Makefile
View file @
13c581af
...
...
@@ -856,7 +856,6 @@ DISTCLEAN_PKG += libmatroska-$(LIBMATROSKA_VERSION).tar.bz2
ffmpeg
:
echo
$(FFMPEG_CVSROOT)
A
>
./ffmpeg.cvs
CVS_PASSFILE
=
./ffmpeg.cvs cvs
-z3
-d
$(FFMPEG_CVSROOT)
co ffmpeg
(
cd
$@
;
patch
-p
0 < ../Patches/ffmpeg-cvs.patch
)
ifeq
($(HOST),i586-pc-beos)
(
cd
$@
;
patch
-p
0 < ../Patches/ffmpeg-cvs-beos.patch
)
endif
...
...
extras/contrib/src/Patches/ffmpeg-cvs.patch
deleted
100644 → 0
View file @
f8387d4e
Index: Makefile
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/Makefile,v
retrieving revision 1.99
diff -u -r1.99 Makefile
--- Makefile 13 Feb 2006 14:28:32 -0000 1.99
+++ Makefile 14 Feb 2006 13:39:47 -0000
@@ -151,6 +151,7 @@
install-headers:
install -d "$(incdir)"
+ install -d "$(prefix)/include/postproc"
install -d "$(libdir)/pkgconfig"
$(MAKE) -C libavutil install-headers
$(MAKE) -C libavcodec install-headers
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