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
f83418ee
Commit
f83418ee
authored
Oct 16, 2008
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Contribs] Small FFMPEGCONF cleanup.
parent
c7d9a5cd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
7 deletions
+2
-7
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+2
-7
No files found.
extras/contrib/src/Makefile
View file @
f83418ee
...
@@ -84,14 +84,9 @@ else
...
@@ -84,14 +84,9 @@ else
HOSTCC2
=
$(HOSTCC)
HOSTCC2
=
$(HOSTCC)
endif
endif
# For ffmpeg if not cross compiling
FFMPEGCONF
=
ifneq
($(CC),)
FFMPEGCONF
=
--cc
=
"
$(CC)
"
endif
#
# cross compiling
# cross compiling
#
#This should be inside the if block but some config scripts are buggy
#This should be inside the if block but some config scripts are buggy
HOSTCONF
=
--target
=
$(HOST)
--host
=
$(HOST)
--build
=
$(BUILD)
--program-prefix
=
""
HOSTCONF
=
--target
=
$(HOST)
--host
=
$(HOST)
--build
=
$(BUILD)
--program-prefix
=
""
ifneq
($(BUILD),$(HOST))
ifneq
($(BUILD),$(HOST))
...
@@ -101,7 +96,7 @@ ifneq ($(BUILD),$(HOST))
...
@@ -101,7 +96,7 @@ ifneq ($(BUILD),$(HOST))
#
#
ifndef
HAVE_CYGWIN
ifndef
HAVE_CYGWIN
# We are REALLY cross compiling
# We are REALLY cross compiling
FFMPEGCONF
=
--cross-prefix
=
$(HOST)
-
--enable-cross-compile
FFMPEGCONF
+
=
--cross-prefix
=
$(HOST)
-
--enable-cross-compile
X264CONF
=
--host
=
$(HOST)
X264CONF
=
--host
=
$(HOST)
PTHREADSCONF
=
"CROSS=
$(HOST)
-"
PTHREADSCONF
=
"CROSS=
$(HOST)
-"
else
else
...
...
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