Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 472542 Details for
Bug 618408
media-libs/libopenshot-0.1.7 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
libopenshot-0.1.5-fix-tests.patch
libopenshot-0.1.5-fix-tests.patch (text/plain), 1.06 KB, created by
Vladimir
on 2017-05-14 06:01:18 UTC
(
hide
)
Description:
libopenshot-0.1.5-fix-tests.patch
Filename:
MIME Type:
Creator:
Vladimir
Created:
2017-05-14 06:01:18 UTC
Size:
1.06 KB
patch
obsolete
>diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt >index 29fbe45..ff67cb5 100644 >--- a/tests/CMakeLists.txt >+++ b/tests/CMakeLists.txt >@@ -24,16 +24,19 @@ > # along with OpenShot Library. If not, see <http://www.gnu.org/licenses/>. > ################################################################################ > >+SET(TEST_MEDIA_PATH "${openshot_SOURCE_DIR}/src/examples/") > > ################ WINDOWS ################## > # Set some compiler options for Windows > # required for libopenshot-audio headers > IF (WIN32) >- STRING(REPLACE "/" "\\\\" TEST_MEDIA_PATH "${openshot_SOURCE_DIR}/src/examples/") >- add_definitions( -DIGNORE_JUCE_HYPOT=1 -DTEST_MEDIA_PATH="${TEST_MEDIA_PATH}" ) >+ STRING(REPLACE "/" "\\\\" TEST_MEDIA_PATH TEST_MEDIA_PATH) >+ add_definitions( -DIGNORE_JUCE_HYPOT=1 ) > SET(CMAKE_CXX_FLAGS " ${CMAKE_CXX_FLAGS} -include cmath -std=c++0x") > ENDIF(WIN32) > >+add_definitions( -DTEST_MEDIA_PATH="${TEST_MEDIA_PATH}" ) >+ > ################### UNITTEST++ ##################### > # Find UnitTest++ libraries (used for unit testing) > FIND_PACKAGE(UnitTest++ REQUIRED)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 618408
:
472538
| 472542