Projects
Multimedia
turing
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 11
View file
turing.spec
Changed
@@ -87,7 +87,7 @@ CXXFLAGS='%{optflags} -std=gnu++14' %cmake -DUSE_SYSTEM_BOOST=1 -DTURING_VERSION=%{version} -make %{?_smp_mflags} +%cmake_build %install %cmake_install
View file
turing-system-boost.patch
Changed
@@ -1,7 +1,14 @@ -Index: turing-1.2.git.1499183039.72b085e/turing/CMakeLists.txt -=================================================================== ---- turing-1.2.git.1499183039.72b085e.orig/turing/CMakeLists.txt -+++ turing-1.2.git.1499183039.72b085e/turing/CMakeLists.txt +--- + turing/CMakeLists.txt | 7 +------ + turing/ConformanceStreams.h | 4 ++-- + turing/FixedPoint.h | 3 ++- + turing/Picture.h | 2 +- + turing/Read.h | 1 + + turing/Search.hpp | 1 + + 6 files changed, 8 insertions(+), 10 deletions(-) + +--- a/turing/CMakeLists.txt ++++ b/turing/CMakeLists.txt @@ -216,7 +216,7 @@ endif (CMAKE_COMPILER_IS_GNUCC) source_group(SEI FILES ${SEI_HEADERS}) @@ -23,3 +30,64 @@ endif() endif() +--- a/turing/ConformanceStreams.h ++++ b/turing/ConformanceStreams.h +@@ -131,7 +131,7 @@ void find(std::vector<Stream> &streams, + { + auto s = base; + s.remove_filename(); +- s /= s.leaf().string() + "_yuv.md5"; ++ s /= s.filename().string() + "_yuv.md5"; + md5 = s.string(); + } + if (!boost::filesystem::exists(md5)) +@@ -157,4 +157,4 @@ void find(std::vector<Stream> &streams, + } + + } +-#endif +\ No newline at end of file ++#endif +--- a/turing/FixedPoint.h ++++ b/turing/FixedPoint.h +@@ -23,7 +23,8 @@ For more information, contact us at info + + #pragma once + +-#include <stdint.h> ++#include <cstdint> ++#include <limits> + #include <ostream> + + +--- a/turing/Picture.h ++++ b/turing/Picture.h +@@ -23,7 +23,7 @@ For more information, contact us at info + + #include "MotionVector.h" + #include <iostream> +-#include <stdint.h> ++#include <cstdint> + #include <cassert> + #include <memory> + +--- a/turing/Read.h ++++ b/turing/Read.h +@@ -40,6 +40,7 @@ For more information, contact us at info + #include "RangeLimits.h" + #include "Mvp.h" + #include <fstream> ++#include <boost/numeric/conversion/cast.hpp> + + + // review: shouldn't be here +--- a/turing/Search.hpp ++++ b/turing/Search.hpp +@@ -33,6 +33,7 @@ For more information, contact us at info + #include "EstimateRate.h" + #include "havoc/sad.h" + #include "Aps.h" ++#include <boost/range.hpp> + + + // Finds the best value of IntraPredModeY for a single intra partition
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.