mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
Install headers in $prefix/include/$libname
Install each library's headers in $prefix/include/$libname. The installed headers use #include "lib*/*.h"; applications are expected to do the same. Specify only $prefix/include in .pc files. Originally committed as revision 12194 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
* external api for the pp stuff
|
||||
*/
|
||||
|
||||
#include "avutil.h"
|
||||
#include "libavutil/avutil.h"
|
||||
|
||||
#define LIBPOSTPROC_VERSION_TRIPLET 51,1,0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user