Line wrap fixes
Signed-off-by: James P. Ketrenos <james.p.ketrenos@intel.com>
This commit is contained in:
parent
e1331590a5
commit
ae0b452b05
@ -28,16 +28,17 @@ USER user
|
|||||||
|
|
||||||
# Clone ffmpeg
|
# Clone ffmpeg
|
||||||
# NOTE: This explicitly clones the FFMPEG_TAG_VERSION (see SOLUTIONS)
|
# NOTE: This explicitly clones the FFMPEG_TAG_VERSION (see SOLUTIONS)
|
||||||
RUN git clone --depth 1 --branch $FFMPEG_TAG_VERSION https://github.com/ffmpeg/ffmpeg /home/user/ffmpeg
|
RUN git clone --depth 1 --branch $FFMPEG_TAG_VERSION \
|
||||||
|
https://github.com/ffmpeg/ffmpeg /home/user/ffmpeg
|
||||||
|
|
||||||
# Build FFmpeg
|
# Build FFmpeg
|
||||||
WORKDIR /home/user/ffmpeg
|
WORKDIR /home/user/ffmpeg
|
||||||
|
|
||||||
ENV LIBVA_DRIVER_NAME=iHD
|
ENV LIBVA_DRIVER_NAME=iHD
|
||||||
|
|
||||||
# && sudo make install
|
|
||||||
# Disable libxcb -- we don't want/need all the X dependencies
|
# Disable libxcb -- we don't want/need all the X dependencies
|
||||||
RUN ./configure --arch=x86_64 --disable-libxcb --disable-x86asm --enable-vaapi --enable-libmfx \
|
RUN ./configure --arch=x86_64 --disable-libxcb --disable-x86asm \
|
||||||
|
--enable-vaapi --enable-libmfx \
|
||||||
&& make -j $(nproc --all) \
|
&& make -j $(nproc --all) \
|
||||||
&& sudo make install
|
&& sudo make install
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user