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
e8157826
Commit
e8157826
authored
Nov 23, 2005
by
Damien Fouilleul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile: updated build process for fribidi & goom24k
x264-svn-win32.patch: updated for x264 rev 375
parent
c6a43758
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
20 deletions
+15
-20
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+2
-2
extras/contrib/src/Patches/x264-svn-win32.patch
extras/contrib/src/Patches/x264-svn-win32.patch
+13
-18
No files found.
extras/contrib/src/Makefile
View file @
e8157826
...
...
@@ -432,7 +432,7 @@ ifdef HAVE_WIN32
patch
-p
0 <Patches/fribidi-win32.patch
endif
.fribidi
:
fribidi .iconv
(
cd
$<
;
./bootstrap
&&
$(HOSTCC)
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
&&
make
&&
make
install
)
(
cd
$<
;
rm
-f
configure
;
./bootstrap
&&
$(HOSTCC)
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
&&
make
&&
make
install
)
$(INSTALL_NAME)
touch
$@
...
...
@@ -1057,7 +1057,7 @@ endif
ifdef
HAVE_DARWIN_OS
(
cd
$<
;
./configure
--prefix
=
$(PREFIX)
--disable-shared
--enable-static
&&
make
&&
make
install
)
else
(
cd
$<
&&
rm
-f
configure
;
autoconf configure.in
>
configure
&&
$(HOSTCC)
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
--disable-shared
--enable-static
--disable-glibtest
--disable-gtktest
&&
make
&&
make
install
)
(
cd
$<
&&
rm
-f
configure
;
autoconf configure.in
>
configure
&&
$(HOSTCC)
sh
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
--disable-shared
--enable-static
--disable-glibtest
--disable-gtktest
&&
make
&&
make
install
)
endif
touch
$@
...
...
extras/contrib/src/Patches/x264-svn-win32.patch
View file @
e8157826
...
...
@@ -223,8 +223,8 @@ Index: common/i386/mc-a2.asm
+mmx_dw_5:
+ times 4 dw -5
+
--- configure
.crosscompile~ 2005-10-23 14:48:21.000000000 +02
00
+++ config
ure 2005-10-27 17:04:09.000000000 +02
00
--- configure
2005-11-23 18:31:49.062500000 +00
00
+++ config
.new 2005-11-23 18:30:07.343750000 +00
00
@@ -7,6 +7,7 @@
echo "available options:"
echo ""
...
...
@@ -262,7 +262,7 @@ Index: common/i386/mc-a2.asm
+ prefix="$optarg"
+ ;;
+ --exec-prefix=*)
+ eprefix="$optarg"
+ e
xec_
prefix="$optarg"
+ ;;
+ --bindir=*)
+ bindir="$optarg"
...
...
@@ -401,7 +401,7 @@ Index: common/i386/mc-a2.asm
ARCH="PPC"
if [ $SYS = MACOSX ]
then
@@ -15
0,86 +245
,6 @@
@@ -15
3,86 +248
,6 @@
CFLAGS="$CFLAGS -DARCH_$ARCH -DSYS_$SYS"
...
...
@@ -414,7 +414,7 @@ Index: common/i386/mc-a2.asm
- prefix="$optarg"
- ;;
- --exec-prefix=*)
- eprefix="$optarg"
- e
xec_
prefix="$optarg"
- ;;
- --bindir=*)
- bindir="$optarg"
...
...
@@ -488,7 +488,7 @@ Index: common/i386/mc-a2.asm
VFWFLAGS=
if [ "$debug" != "yes" -a "$gprof" != "yes" ]; then
CFLAGS="$CFLAGS -s -fomit-frame-pointer"
@@ -25
3,6 +268
,9 @@
@@ -25
6,6 +271
,9 @@
ASFLAGS=$ASFLAGS
VFW=$vfw
EXE=$EXE
...
...
@@ -498,32 +498,27 @@ Index: common/i386/mc-a2.asm
VIS=$vis
HAVE_GETOPT_LONG=$HAVE_GETOPT_LONG
EOF
--- Makefile.
crosscompile~ 2005-10-27 17:01:35.000000000 +02
00
+++ Makefile 2005-1
0-27 17:02:51.000000000 +02
00
--- Makefile.
old 2005-11-23 17:25:15.953125000 +00
00
+++ Makefile 2005-1
1-23 17:38:09.796875000 +00
00
@@ -62,8 +62,8 @@
default: $(DEP) x264$(EXE)
libx264.a: .depend $(OBJS) $(OBJASM)
- ar rc libx264.a $(OBJS) $(OBJASM)
- ranlib libx264.a
+ $(AR)
$(AROPTS)
libx264.a $(OBJS) $(OBJASM)
+ $(AR)
rc
libx264.a $(OBJS) $(OBJASM)
+ $(RANLIB) libx264.a
x264$(EXE): libx264.a x264.o matroska.o
$(CC) -o $@ x264.o matroska.o libx264.a $(LDFLAGS)
@@ -100,12 +100,12 @@
distclean: clean
rm -f config.mak vfw/build/cygwin/config.mak
-install: x264
+install: x264$(EXE)
install -d $(DESTDIR)$(bindir) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir)
@@ -106,8 +106,8 @@
install -m 644 x264.h $(DESTDIR)$(includedir)
install -m 644 libx264.a $(DESTDIR)$(libdir)
install -m 644 x264.pc $(DESTDIR)$(libdir)/pkgconfig
- install x264 $(DESTDIR)$(bindir)
- ranlib $(DESTDIR)$(libdir)/libx264.a
+ install x264$(EXE) $(DESTDIR)$(bindir)
+ $(RANLIB) $(DESTDIR)$(libdir)/libx264.a
etags: TAGS
.PHONY: uninstall
uninstall:
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