Minor cleanup
This commit is contained in:
+1
-1
@@ -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 \
|
||||
|
||||
@@ -265,7 +265,6 @@ Engine::loadClassifier(std::unique_ptr<IClassifier> classifier,
|
||||
}
|
||||
|
||||
_pendingClassifiersCondvar.notify_one();
|
||||
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user