| OLD | NEW | 
|---|
| 1 #!/bin/sh | 1 #!/bin/sh | 
| 2 # | 2 # | 
| 3 # FFmpeg configure script | 3 # FFmpeg configure script | 
| 4 # | 4 # | 
| 5 # Copyright (c) 2000-2002 Fabrice Bellard | 5 # Copyright (c) 2000-2002 Fabrice Bellard | 
| 6 # Copyright (c) 2005-2008 Diego Biurrun | 6 # Copyright (c) 2005-2008 Diego Biurrun | 
| 7 # Copyright (c) 2005-2008 Mans Rullgard | 7 # Copyright (c) 2005-2008 Mans Rullgard | 
| 8 # | 8 # | 
| 9 | 9 | 
| 10 # Prevent locale nonsense from breaking basic text processing. | 10 # Prevent locale nonsense from breaking basic text processing. | 
| (...skipping 894 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 905     lsp | 905     lsp | 
| 906     mdct | 906     mdct | 
| 907     memalign_hack | 907     memalign_hack | 
| 908     mlib | 908     mlib | 
| 909     mpegaudio_hp | 909     mpegaudio_hp | 
| 910     network | 910     network | 
| 911     nonfree | 911     nonfree | 
| 912     pic | 912     pic | 
| 913     postproc | 913     postproc | 
| 914     rdft | 914     rdft | 
|  | 915     rtpdec | 
| 915     runtime_cpudetect | 916     runtime_cpudetect | 
| 916     shared | 917     shared | 
| 917     small | 918     small | 
| 918     sram | 919     sram | 
| 919     static | 920     static | 
| 920     swscale | 921     swscale | 
| 921     swscale_alpha | 922     swscale_alpha | 
| 922     vaapi | 923     vaapi | 
| 923     vdpau | 924     vdpau | 
| 924     version3 | 925     version3 | 
| (...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 1354 libnut_muxer_deps="libnut" | 1355 libnut_muxer_deps="libnut" | 
| 1355 matroska_audio_muxer_select="matroska_muxer" | 1356 matroska_audio_muxer_select="matroska_muxer" | 
| 1356 matroska_demuxer_suggest="zlib bzlib" | 1357 matroska_demuxer_suggest="zlib bzlib" | 
| 1357 mov_demuxer_suggest="zlib" | 1358 mov_demuxer_suggest="zlib" | 
| 1358 mp3_demuxer_deps="mpegaudio_parser" | 1359 mp3_demuxer_deps="mpegaudio_parser" | 
| 1359 mp4_muxer_select="mov_muxer" | 1360 mp4_muxer_select="mov_muxer" | 
| 1360 mpegtsraw_demuxer_select="mpegts_demuxer" | 1361 mpegtsraw_demuxer_select="mpegts_demuxer" | 
| 1361 mxf_d10_muxer_select="mxf_muxer" | 1362 mxf_d10_muxer_select="mxf_muxer" | 
| 1362 ogg_demuxer_select="golomb" | 1363 ogg_demuxer_select="golomb" | 
| 1363 psp_muxer_select="mov_muxer" | 1364 psp_muxer_select="mov_muxer" | 
| 1364 rtsp_demuxer_select="http_protocol sdp_demuxer" | 1365 rtp_demuxer_select="sdp_demuxer" | 
| 1365 rtsp_muxer_select="rtp_muxer http_protocol sdp_demuxer" | 1366 rtpdec_select="asf_demuxer rm_demuxer rtp_protocol mpegts_demuxer mov_demuxer" | 
|  | 1367 rtsp_demuxer_select="http_protocol rtpdec" | 
|  | 1368 rtsp_muxer_select="rtp_muxer http_protocol rtp_protocol" | 
|  | 1369 sap_demuxer_select="sdp_demuxer" | 
| 1366 sap_muxer_select="rtp_muxer rtp_protocol" | 1370 sap_muxer_select="rtp_muxer rtp_protocol" | 
| 1367 sdp_demuxer_select="asf_demuxer rm_demuxer rtp_protocol mpegts_demuxer mov_demux
      er" | 1371 sdp_demuxer_select="rtpdec" | 
| 1368 spdif_muxer_select="aac_parser" | 1372 spdif_muxer_select="aac_parser" | 
| 1369 tg2_muxer_select="mov_muxer" | 1373 tg2_muxer_select="mov_muxer" | 
| 1370 tgp_muxer_select="mov_muxer" | 1374 tgp_muxer_select="mov_muxer" | 
| 1371 w64_demuxer_deps="wav_demuxer" | 1375 w64_demuxer_deps="wav_demuxer" | 
| 1372 | 1376 | 
| 1373 # indevs / outdevs | 1377 # indevs / outdevs | 
| 1374 alsa_indev_deps="alsa_asoundlib_h snd_pcm_htimestamp" | 1378 alsa_indev_deps="alsa_asoundlib_h snd_pcm_htimestamp" | 
| 1375 alsa_outdev_deps="alsa_asoundlib_h" | 1379 alsa_outdev_deps="alsa_asoundlib_h" | 
| 1376 bktr_indev_deps_any="dev_bktr_ioctl_bt848_h machine_ioctl_bt848_h dev_video_bktr
      _ioctl_bt848_h dev_ic_bt8xx_h" | 1380 bktr_indev_deps_any="dev_bktr_ioctl_bt848_h machine_ioctl_bt848_h dev_video_bktr
      _ioctl_bt848_h dev_ic_bt8xx_h" | 
| 1377 dv1394_indev_deps="dv1394 dv_demuxer" | 1381 dv1394_indev_deps="dv1394 dv_demuxer" | 
| (...skipping 14 matching lines...) Expand all  Loading... | 
| 1392 http_protocol_select="tcp_protocol" | 1396 http_protocol_select="tcp_protocol" | 
| 1393 mmsh_protocol_select="http_protocol" | 1397 mmsh_protocol_select="http_protocol" | 
| 1394 mmst_protocol_deps="network" | 1398 mmst_protocol_deps="network" | 
| 1395 rtmp_protocol_select="tcp_protocol" | 1399 rtmp_protocol_select="tcp_protocol" | 
| 1396 rtp_protocol_select="udp_protocol" | 1400 rtp_protocol_select="udp_protocol" | 
| 1397 tcp_protocol_deps="network" | 1401 tcp_protocol_deps="network" | 
| 1398 udp_protocol_deps="network" | 1402 udp_protocol_deps="network" | 
| 1399 | 1403 | 
| 1400 # filters | 1404 # filters | 
| 1401 blackframe_filter_deps="gpl" | 1405 blackframe_filter_deps="gpl" | 
|  | 1406 cropdetect_filter_deps="gpl" | 
| 1402 frei0r_filter_deps="frei0r dlopen strtok_r" | 1407 frei0r_filter_deps="frei0r dlopen strtok_r" | 
| 1403 ocv_smooth_filter_deps="libopencv" | 1408 ocv_smooth_filter_deps="libopencv" | 
| 1404 yadif_filter_deps="gpl" | 1409 yadif_filter_deps="gpl" | 
| 1405 | 1410 | 
| 1406 # libraries | 1411 # libraries | 
| 1407 avdevice_deps="avcodec avformat" | 1412 avdevice_deps="avcodec avformat" | 
| 1408 avformat_deps="avcodec" | 1413 avformat_deps="avcodec" | 
| 1409 | 1414 | 
| 1410 # programs | 1415 # programs | 
| 1411 ffmpeg_deps="avcodec avformat swscale" | 1416 ffmpeg_deps="avcodec avformat swscale" | 
| (...skipping 1926 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 3338 } | 3343 } | 
| 3339 | 3344 | 
| 3340 pkgconfig_generate libavutil "FFmpeg utility library" "$LIBAVUTIL_VERSION" | 3345 pkgconfig_generate libavutil "FFmpeg utility library" "$LIBAVUTIL_VERSION" | 
| 3341 pkgconfig_generate libavcore "FFmpeg multimedia shared core utilities library" "
      $LIBAVCORE_VERSION" "" "libavutil = $LIBAVUTIL_VERSION" | 3346 pkgconfig_generate libavcore "FFmpeg multimedia shared core utilities library" "
      $LIBAVCORE_VERSION" "" "libavutil = $LIBAVUTIL_VERSION" | 
| 3342 pkgconfig_generate libavcodec "FFmpeg codec library" "$LIBAVCODEC_VERSION" "$ext
      ralibs" "libavcore = $LIBAVCORE_VERSION" | 3347 pkgconfig_generate libavcodec "FFmpeg codec library" "$LIBAVCODEC_VERSION" "$ext
      ralibs" "libavcore = $LIBAVCORE_VERSION" | 
| 3343 pkgconfig_generate libavformat "FFmpeg container format library" "$LIBAVFORMAT_V
      ERSION" "$extralibs" "libavcodec = $LIBAVCODEC_VERSION" | 3348 pkgconfig_generate libavformat "FFmpeg container format library" "$LIBAVFORMAT_V
      ERSION" "$extralibs" "libavcodec = $LIBAVCODEC_VERSION" | 
| 3344 pkgconfig_generate libavdevice "FFmpeg device handling library" "$LIBAVDEVICE_VE
      RSION" "$extralibs" "libavformat = $LIBAVFORMAT_VERSION" | 3349 pkgconfig_generate libavdevice "FFmpeg device handling library" "$LIBAVDEVICE_VE
      RSION" "$extralibs" "libavformat = $LIBAVFORMAT_VERSION" | 
| 3345 pkgconfig_generate libavfilter "FFmpeg video filtering library" "$LIBAVFILTER_VE
      RSION" "$extralibs" "libavcore = $LIBAVCORE_VERSION" | 3350 pkgconfig_generate libavfilter "FFmpeg video filtering library" "$LIBAVFILTER_VE
      RSION" "$extralibs" "libavcore = $LIBAVCORE_VERSION" | 
| 3346 pkgconfig_generate libpostproc "FFmpeg post processing library" "$LIBPOSTPROC_VE
      RSION" | 3351 pkgconfig_generate libpostproc "FFmpeg post processing library" "$LIBPOSTPROC_VE
      RSION" | 
| 3347 pkgconfig_generate libswscale "FFmpeg image rescaling library" "$LIBSWSCALE_VERS
      ION" "" "libavutil = $LIBAVUTIL_VERSION" | 3352 pkgconfig_generate libswscale "FFmpeg image rescaling library" "$LIBSWSCALE_VERS
      ION" "" "libavutil = $LIBAVUTIL_VERSION" | 
| OLD | NEW | 
|---|