[FFmpeg-user] FFmpeg Configure error, Help need

Dinesh Gupta dinesh.gupta01 at gmail.com
Thu Jan 10 09:33:22 EET 2019


Output of command
  >  $echo $PKG_CONFIG_PATH
/d/smallgame/ffmpeg_win/deps.posix/lib/pkgconfig:/opt/local/lib/pkgconfig:/usr/lib/i386-linux-gnu/pkgconfig/:/usr/lib/pkgconfig

> cd /d/smallgame/ffmpeg_win/deps.posix/lib/pkgconfig
> ls -I/opus
ffnvcodec.pc  freetype2.pc  libvpx.pc  ogg.pc  opus.pc  sdl2.pc
SDL2_ttf.pc  theora.pc  theoradec.pc  theoraenc.pc  vorbis.pc
vorbisenc.pc  vorbisfile.pc  x264.pc  x265.pc

Output of Command
> cat opus.pc
# Opus codec reference implementation pkg-config file

prefix=/d/smallgame/ffmpeg_win/deps.posix
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include

Name: Opus
Description: Opus IETF audio codec (floating-point build)
URL: https://opus-codec.org/
Version: 1.3
Requires:
Conflicts:
Libs: -L -lopus
Libs.private: -lm
Cflags: -I/opus
-------------------------
When I am in make src directory
> cd /d/smallgame/ffmpeg_win/deps.src/
> ls -I/opus
EasyHook-2.7.tar.gz     last_stable_x264.tar.bz2
live.2018.10.10.tar.gz      msinttypes-r26.tar.gz
SDL2_ttf-2.0.14.tar.gz               xvidmsvc2017.tar.gz
ffmpeg-4.1              libogg-1.3.3.tar.gz           live.2018.12.03-bin
       NotBuildMSVC2017                   SDL2-2.0.9.tar.gz
    yasm-1.3.0.tar.gz
ffmpeg-4.1.tar.bz2      libtheora-1.2.0alpha1.tar.gz
live.2018.12.03-bin.tar.gz  opus-1.3.tar.gz                    test.txt
ffnvcodec.tar.gz        libvorbis-1.3.6.tar.gz        Makefile
      patches                            x264-snapshot-20151001-2245.tar.bz2
freetype-2.9.1.tar.bz2  libvpx-1.7.0.tar.gz           Makefile.bak
      pthreads-w32-2-9-1-release.tar.gz  x265_2.9.tar.gz
lame-3.100.tar.gz       list-pkgs.sh                  Makefile.packages
       rtsp.h                             xvidcore-1.3.5.tar.gz

Thanks,
Dinesh


On Thu, Jan 10, 2019 at 2:17 AM Carl Eugen Hoyos <ceffmpeg at gmail.com> wrote:

> 2019-01-08 16:13 GMT+01:00, Dinesh Gupta <dinesh.gupta01 at gmail.com>:
> > Below commend
> >>    $ pkg-config --print-errors --cflags opus
> > output as below
> > -I/opus
> >
> > If u see the log file, last error is as :
> >
> > cl -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
> > -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS
> > -D_WIN32_WINNT=0x0600 -DPIC -nologo
> > -I/d/smallgame/ffmpeg_win/deps.posix/include
> > -I/d/smallgame/ffmpeg_win/deps.posix/include -I/opus -libpath: -c
> > -Fo./ffconf.yojz8TRA/test.o ./ffconf.yojz8TRA/test.c
> > cl : Command line warning D9002 : ignoring unknown option '-libpath:'
> > test.c
> > ./ffconf.yojz8TRA/test.c(1): fatal error C1083: Cannot open include file:
> > 'opus_multistream.h': No such file or directory
> >
> > why it is failing.?
>
> What does the following show?
> $ ls -l /opus
>
> Carl Eugen
> _______________________________________________
> 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