File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -157,13 +157,13 @@ RUN git clone -b $GST_VERSION --depth 1 git://anongit.freedesktop.org/git/gstrea
157
157
rm -rvf /gst-rtsp-server
158
158
159
159
# Fetch and build gstreamer-vaapi
160
- RUN git clone -b $GST_VERSION --depth 1 git://anongit.freedesktop.org/git/gstreamer/gstreamer-vaapi && \
161
- cd gstreamer-vaapi && \
162
- meson build --prefix=/usr --libdir=/usr/lib --buildtype=release && \
163
- ninja -C build -j `nproc` && \
164
- ninja -C build install && \
165
- cd .. && \
166
- rm -rvf /gstreamer-vaapi
160
+ # RUN git clone -b $GST_VERSION --depth 1 git://anongit.freedesktop.org/git/gstreamer/gstreamer-vaapi && \
161
+ # cd gstreamer-vaapi && \
162
+ # meson build --prefix=/usr --libdir=/usr/lib --buildtype=release && \
163
+ # ninja -C build -j `nproc` && \
164
+ # ninja -C build install && \
165
+ # cd .. && \
166
+ # rm -rvf /gstreamer-vaapi
167
167
168
168
# Fetch and build gst-python
169
169
RUN git clone -b $GST_VERSION --depth 1 git://anongit.freedesktop.org/git/gstreamer/gst-python && \
You can’t perform that action at this time.
0 commit comments