Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
40489baa
Commit
40489baa
authored
Dec 05, 2017
by
Konstantin Pavlov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: soxr/openjpeg: don't explicitely set CMAKE_BUILD_TYPE.
parent
be00c0f7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
contrib/src/openjpeg/rules.mak
contrib/src/openjpeg/rules.mak
+1
-1
contrib/src/soxr/rules.mak
contrib/src/soxr/rules.mak
+0
-1
No files found.
contrib/src/openjpeg/rules.mak
View file @
40489baa
...
...
@@ -21,7 +21,7 @@ endif
.openjpeg
:
openjpeg
cd
$<
&&
$(HOSTVARS)
$(CMAKE)
\
-DBUILD_SHARED_LIBS
:bool
=
off
-DBUILD_PKGCONFIG_FILES
=
ON
-DCMAKE_BUILD_TYPE
=
Release
\
-DBUILD_SHARED_LIBS
:bool
=
off
-DBUILD_PKGCONFIG_FILES
=
ON
\
.
cd
$<
&&
$(MAKE)
install
touch
$@
contrib/src/soxr/rules.mak
View file @
40489baa
...
...
@@ -23,7 +23,6 @@ soxr: soxr-$(SOXR_VERSION)-Source.tar.xz .sum-soxr
.soxr
:
soxr toolchain.cmake
cd
$<
&&
$(HOSTVARS_PIC)
$(CMAKE)
\
-DBUILD_SHARED_LIBS
=
OFF
\
-DCMAKE_BUILD_TYPE
=
Release
\
-DBUILD_EXAMPLES
=
OFF
\
-DBUILD_TESTS
=
OFF
\
-DWITH_LSR_BINDINGS
=
OFF
\
...
...
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