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
aa7b1edc
Commit
aa7b1edc
authored
Jul 03, 2011
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contribs: remove unneeded x264 patch for w64
just don't build the cli
parent
bff2424d
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
29 deletions
+2
-29
contrib/src/x264/rules.mak
contrib/src/x264/rules.mak
+1
-3
contrib/src/x264/x264-svn-win64.patch
contrib/src/x264/x264-svn-win64.patch
+0
-11
extras/contrib/src/Patches/x264-svn-win64.patch
extras/contrib/src/Patches/x264-svn-win64.patch
+0
-11
extras/contrib/src/contrib-src.mak
extras/contrib/src/contrib-src.mak
+1
-4
No files found.
contrib/src/x264/rules.mak
View file @
aa7b1edc
...
...
@@ -12,6 +12,7 @@ X264CONF = --prefix="$(PREFIX)" --host="$(HOST)" \
--enable-static
\
--disable-avs
\
--disable-lavf
\
--disable-cli
\
--disable-ffms
ifndef
HAVE_WIN32
X264CONF
+=
--enable-pic
...
...
@@ -40,9 +41,6 @@ X264_VERSION := git
x264
:
x264-$(X264_VERSION).tar.xz .sum-x264
$(UNPACK)
ifdef
HAVE_WIN64
$(APPLY)
$(SRC)
/x264/x264-svn-win64.patch
endif
$(MOVE)
.x264
:
x264
...
...
contrib/src/x264/x264-svn-win64.patch
deleted
100644 → 0
View file @
bff2424d
--- 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)
extras/contrib/src/Patches/x264-svn-win64.patch
deleted
100644 → 0
View file @
bff2424d
--- Makefile 2010-10-08 22:52:14.799265002 +0200
+++ Makefile 2010-10-08 22:55:01.549265004 +0200
@@ -136,7 +136,7 @@
$(CC) -shared -o $@ $(OBJS) $(OBJASM) $(OBJSO) $(SOFLAGS) $(LDFLAGS)
x264$(EXE): $(OBJCLI) libx264.a
- $(CC) -o $@ $+ $(LDFLAGSCLI) $(LDFLAGS)
+ $(CC) -o $@ $+ $(LDFLAGSCLI) $(LDFLAGS) -liberty
checkasm: tools/checkasm.o libx264.a
$(CC) -o $@ $+ $(LDFLAGS)
extras/contrib/src/contrib-src.mak
View file @
aa7b1edc
...
...
@@ -1441,7 +1441,7 @@ ifdef HAVE_LINUX
X264CONF
+=
--enable-pic
endif
X264CONF
+=
--disable-avs
--disable-lavf
--disable-ffms
--enable-static
X264CONF
+=
--disable-avs
--disable-lavf
--disable-ffms
--enable-static
--disable-cli
x264-$(X264_VERSION).tar.gz
:
$(WGET)
$(X264_URL)
...
...
@@ -1449,9 +1449,6 @@ x264-$(X264_VERSION).tar.gz:
ifdef
GIT
x264
:
$(GIT)
clone git://git.videolan.org/x264.git
ifdef
HAVE_WIN64
(
cd
x264
;
patch
-p0
< ../Patches/x264-svn-win64.patch
)
endif
else
x264
:
echo
"x264 snapshot is too old, you MUST use Git !"
...
...
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