New submission from Tom Vercauteren <[EMAIL PROTECTED]>:

The swscale.h header doesn't get installed by default 
in recent versions of ffmpeg (e.g. rev 13712).

I need lgpl dynamic libraries and thus use a very simple build process:
   ./configure --prefix=some_prefix --disable-static --enable-shared
   make
   make install

Looking in "some_prefix" I can't find the swscale.h header.


A very quick look at the svn tree (not test performed) may point to a bug
introduced in revision 12683:
http://svn.mplayerhq.hu/ffmpeg/trunk/Makefile?r1=12683&r2=12760

----------
messages: 2811
nosy: tom.vercauteren
priority: normal
status: new
substatus: new
title: Missing swscale.h header after (lgpl) make install
type: bug

______________________________________________________
FFmpeg issue tracker <[EMAIL PROTECTED]>
<https://roundup.mplayerhq.hu/roundup/ffmpeg/issue587>
______________________________________________________

Reply via email to