[FFmpeg-user] compilation error

William Morgan therealbrewer at gmail.com
Tue Nov 8 02:20:50 EET 2016


Why not? Because it seemed redundant to simply copy what is already there.
But if you insist, here it is:

PATH="$HOME/bin:$PATH"
PKG_CONFIG_PATH="$HOME/ffmpeg_build/lib/pkgconfig" ./configure \
  --prefix="$HOME/ffmpeg_build" \
  --pkg-config-flags="--static" \
  --extra-cflags="-I$HOME/ffmpeg_build/include" \
  --extra-ldflags="-L$HOME/ffmpeg_build/lib" \
  --bindir="$HOME/bin" \
  --enable-gpl \
  --enable-libass \
  --enable-libfdk-aac \
  --enable-libfreetype \
  --enable-libmp3lame \
  --enable-libopus \
  --enable-libtheora \
  --enable-libvorbis \
  --enable-libvpx \
  --enable-libx264 \
  --enable-libx265 \
  --enable-nonfree


On Mon, Nov 7, 2016 at 6:07 PM, Reindl Harald <h.reindl at thelounge.net>
wrote:

>
>
> Am 08.11.2016 um 00:36 schrieb William Morgan:
>
>> I'm using version 3.2 (using wget as shown on the compilation guide page)
>> and my configure line is exactly the same as on that page.
>>
>
> what about posting the infor,ations you where asked?
>
> nobody cares about "exactly the same as on that page"
> *post* exactly what you did and why did you not do that in your initial
> post?
>
> Here are the results of make V=1 ffmpeg:
>>
>> bill at bill-desk:~/ffmpeg_sources/ffmpeg$ PATH="$HOME/bin:$PATH" make V=1
>> ffmpeg
>> gcc -Llibavcodec -Llibavdevice -Llibavfilter -Llibavformat -Llibavresample
>> -Llibavutil -Llibpostproc -Llibswscale -Llibswresample
>> -L/home/bill/ffmpeg_build/lib  -Wl,--as-needed -Wl,-z,noexecstack
>> -Wl,--warn-common
>> -Wl,-rpath-link=libpostproc:libswresample:libswscale:libavfi
>> lter:libavdevice:libavformat:libavcodec:libavutil:libavresample
>>   -o ffmpeg_g cmdutils.o ffmpeg_opt.o ffmpeg_filter.o ffmpeg.o
>>  ffmpeg_vaapi.o ffmpeg_vdpau.o -lavdevice -lavfilter -lavformat -lavcodec
>> -lpostproc -lswresample -lswscale -lavutil -ldl -lvdpau -lva -lva-drm -lva
>> -lva-x11 -lva -lxcb -lXau -lXdmcp -lxcb-shm -lxcb -lXau -lXdmcp
>> -lxcb-xfixes -lxcb-render -lxcb-shape -lxcb -lXau -lXdmcp -lxcb-shape
>> -lxcb
>> -lXau -lXdmcp -lX11 -lasound -L/home/bill/ffmpeg_build/lib -lx265 -lstdc++
>> -lm -lrt -ldl -lx264 -lpthread -lm -ldl -lvpx -lvpx -lvorbisenc -lvorbis
>> -logg -ltheoraenc -ltheoradec -logg -lopus -lm -lmp3lame -lfreetype -lz
>> -lpng16 -lm -lz -lm -lfdk-aac -lm -lass -lm -lharfbuzz -lglib-2.0 -pthread
>> -lpcre -pthread -lgraphite2 -lfontconfig -lexpat -lfreetype -lexpat
>> -lfribidi -lfreetype -lz -lpng16 -lm -lz -lm -lm -lz -pthread
>>
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-user mailing list