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 && \
|
curl -sLO https://github.com/nothings/stb/archive/${STB_VERSION}.tar.gz && \
|
||||||
tar -x --strip-components=1 -f ${STB_VERSION}.tar.gz && \
|
tar -x --strip-components=1 -f ${STB_VERSION}.tar.gz && \
|
||||||
mkdir -p ${PREFIX}/include/stb && \
|
mkdir -p ${PREFIX}/include/stb && \
|
||||||
cp *.h ${PREFIX}/include/stb
|
cp ./*.h ${PREFIX}/include/stb
|
||||||
|
|
||||||
# ffmpeg
|
# ffmpeg
|
||||||
RUN \
|
RUN \
|
||||||
|
|||||||
@@ -265,7 +265,6 @@ Engine::loadClassifier(std::unique_ptr<IClassifier> classifier,
|
|||||||
}
|
}
|
||||||
|
|
||||||
_pendingClassifiersCondvar.notify_one();
|
_pendingClassifiersCondvar.notify_one();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|||||||
Reference in New Issue
Block a user