Re: [FFmpeg-trac] #7213(undetermined:new): Cannot build ffmpeg 4.0 with --enable-libvorbis

2018-05-17 Thread FFmpeg
#7213: Cannot build ffmpeg 4.0 with --enable-libvorbis
-+-
 Reporter:  mario_grgic  |Owner:
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:
  Version:  git-master   |  undetermined
 Keywords:   |   Resolution:
 Blocking:   |   Blocked By:
Analyzed by developer:  0|  Reproduced by developer:  0
-+-

Comment (by oromit):

 That means its pkg-config file is broken then. It's supposed to provide
 such informations.

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #7213(undetermined:new): Cannot build ffmpeg 4.0 with --enable-libvorbis

2018-05-17 Thread FFmpeg
#7213: Cannot build ffmpeg 4.0 with --enable-libvorbis
-+-
 Reporter:  mario_grgic  |Owner:
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:
  Version:  git-master   |  undetermined
 Keywords:   |   Resolution:
 Blocking:   |   Blocked By:
Analyzed by developer:  0|  Reproduced by developer:  0
-+-

Comment (by mario_grgic):

 If I also add -logg option to the linker command:

 gcc -L/Volumes/ramdisk/ffmpeg/lib -Wl,-dynamic,-search_paths_first
 -I/Volumes/ramdisk/ffmpeg/include -L/Volumes/ramdisk/ffmpeg/lib -o
 /var/folders/rk/7t49495d3w1btf_fydzx6k20gn/Tffconf.p6ZBvzlB/test
 /var/folders/rk/7t49495d3w1btf_fydzx6k20gn/Tffconf.p6ZBvzlB/test.o
 -lvorbis -logg


 then it all works. I have compiled vorbis with ogg support, and it seems
 it now needs to have ogg library added as dependency. I have worked around
 this problem by modifying vorbis.pc file in pkgconfig path to also have
 -logg in library search path.

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac