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
ec0ee66b
Commit
ec0ee66b
authored
Feb 16, 2010
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contribs: removed outdated x264 patch
parent
77b38910
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
13 deletions
+0
-13
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+0
-1
extras/contrib/src/Patches/x264-svn-info-threads.patch
extras/contrib/src/Patches/x264-svn-info-threads.patch
+0
-12
No files found.
extras/contrib/src/Makefile
View file @
ec0ee66b
...
@@ -1347,7 +1347,6 @@ x264-$(X264_VERSION).tar.gz:
...
@@ -1347,7 +1347,6 @@ x264-$(X264_VERSION).tar.gz:
ifdef
GIT
ifdef
GIT
x264
:
x264
:
$(GIT)
clone git://git.videolan.org/x264.git
$(GIT)
clone git://git.videolan.org/x264.git
patch
-p0
< Patches/x264-svn-info-threads.patch
ifdef
HAVE_WIN32
ifdef
HAVE_WIN32
(
cd
x264
;
patch
-p0
< ../Patches/x264-svn-win32.patch
)
(
cd
x264
;
patch
-p0
< ../Patches/x264-svn-win32.patch
)
endif
endif
...
...
extras/contrib/src/Patches/x264-svn-info-threads.patch
deleted
100644 → 0
View file @
77b38910
Index: x264/encoder/encoder.c
===================================================================
--- x264/encoder/encoder.c (revision 736)
+++ x264/encoder/encoder.c (working copy)
@@ -360,6 +360,7 @@
h->param.b_pre_scenecut = 1;
#endif
}
+ x264_log( h, X264_LOG_INFO, "using threads=%d\n", h->param.i_threads );
if( h->param.b_interlaced )
{
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