Minor cleanup

This commit is contained in:
emeric
2020-10-29 15:26:08 +01:00
parent 976b94959a
commit 45b6f67896
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ RUN \
curl -sLO https://github.com/nothings/stb/archive/${STB_VERSION}.tar.gz && \
tar -x --strip-components=1 -f ${STB_VERSION}.tar.gz && \
mkdir -p ${PREFIX}/include/stb && \
cp *.h ${PREFIX}/include/stb
cp ./*.h ${PREFIX}/include/stb
# ffmpeg
RUN \
-1
View File
@@ -265,7 +265,6 @@ Engine::loadClassifier(std::unique_ptr<IClassifier> classifier,
}
_pendingClassifiersCondvar.notify_one();
}
void