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
c36ac444
Commit
c36ac444
authored
Nov 12, 2009
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contribs: fix makefile
parent
a54329d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+5
-1
No files found.
extras/contrib/src/Makefile
View file @
c36ac444
...
@@ -2137,10 +2137,14 @@ tiff: tiff-$(TIFF_VERSION).tar.gz
...
@@ -2137,10 +2137,14 @@ tiff: tiff-$(TIFF_VERSION).tar.gz
$(EXTRACT_GZ)
$(EXTRACT_GZ)
.tiff
:
tiff
.tiff
:
tiff
if
defined(HAVE_WIN32)
||
defined(HAVE_ARM_LINUX)
ifdef
HAVE_WIN32
(
cd
$<
;
./configure
--target
=
$(HOST)
--with-CFLAGS
=
"
$(CFLAGS)
"
--with-JPEG
=
no
--with-ZIP
=
no
--prefix
=
$(PREFIX)
--host
=
$(HOST)
&&
make
-C
port
&&
make
-C
libtiff
&&
make
-C
libtiff
install
)
else
ifdef
HAVE_ARM_LINUX
(
cd
$<
;
./configure
--target
=
$(HOST)
--with-CFLAGS
=
"
$(CFLAGS)
"
--with-JPEG
=
no
--with-ZIP
=
no
--prefix
=
$(PREFIX)
--host
=
$(HOST)
&&
make
-C
port
&&
make
-C
libtiff
&&
make
-C
libtiff
install
)
(
cd
$<
;
./configure
--target
=
$(HOST)
--with-CFLAGS
=
"
$(CFLAGS)
"
--with-JPEG
=
no
--with-ZIP
=
no
--prefix
=
$(PREFIX)
--host
=
$(HOST)
&&
make
-C
port
&&
make
-C
libtiff
&&
make
-C
libtiff
install
)
else
else
(
cd
$<
;
./configure
--with-CFLAGS
=
"
$(CFLAGS)
"
--with-JPEG
=
no
--with-ZIP
=
no
--prefix
=
$(PREFIX)
&&
make
-C
port
&&
make
-C
libtiff
&&
make
-C
libtiff
install
)
(
cd
$<
;
./configure
--with-CFLAGS
=
"
$(CFLAGS)
"
--with-JPEG
=
no
--with-ZIP
=
no
--prefix
=
$(PREFIX)
&&
make
-C
port
&&
make
-C
libtiff
&&
make
-C
libtiff
install
)
endif
endif
endif
$(INSTALL_NAME)
$(INSTALL_NAME)
touch
$@
touch
$@
...
...
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