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
|
||||
# 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
|
||||
WORKDIR /home/user/ffmpeg
|
||||
|
||||
ENV LIBVA_DRIVER_NAME=iHD
|
||||
|
||||
# && sudo make install
|
||||
# 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) \
|
||||
&& sudo make install
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user