Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
c7d84297
Commit
c7d84297
authored
Jul 01, 2011
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: add and update x264 win64 patch
parent
25960112
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
contrib/src/x264/rules.mak
contrib/src/x264/rules.mak
+1
-1
contrib/src/x264/x264-svn-win64.patch
contrib/src/x264/x264-svn-win64.patch
+11
-0
No files found.
contrib/src/x264/rules.mak
View file @
c7d84297
...
@@ -41,7 +41,7 @@ X264_VERSION := git
...
@@ -41,7 +41,7 @@ X264_VERSION := git
x264
:
x264-$(X264_VERSION).tar.xz .sum-x264
x264
:
x264-$(X264_VERSION).tar.xz .sum-x264
$(UNPACK)
$(UNPACK)
ifdef
HAVE_WIN64
ifdef
HAVE_WIN64
$(APPLY)
<
$(SRC)
/x264/x264-svn-win64.patch
$(APPLY)
$(SRC)
/x264/x264-svn-win64.patch
endif
endif
$(MOVE)
$(MOVE)
...
...
contrib/src/x264/x264-svn-win64.patch
0 → 100644
View file @
c7d84297
--- x264-git.orig/Makefile 2010-10-08 22:52:14.799265002 +0200
+++ x264-git/Makefile 2010-10-08 22:55:01.549265004 +0200
@@ -136,7 +136,7 @@
$(CC) -shared -o $@ $(OBJS) $(OBJASM) $(OBJSO) $(SOFLAGS) $(LDFLAGS)
x264$(EXE): .depend $(OBJCLI) $(CLI_LIBX264)
- $(LD)$@ $(OBJCLI) $(CLI_LIBX264) $(LDFLAGSCLI) $(LDFLAGS)
+ $(LD)$@ $(OBJCLI) $(CLI_LIBX264) $(LDFLAGSCLI) $(LDFLAGS) -liberty
checkasm: tools/checkasm.o libx264.a
$(CC) -o $@ $+ $(LDFLAGS)
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