pkg-config --cflags returns nothing in jaunty

Bug #330786 reported by arturo
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
ffmpeg-debian (Ubuntu)
Won't Fix
Undecided
Unassigned
Declined for Jaunty by Reinhard Tartler

Bug Description

Binary package hint: ffmpeg

In jaunty pkg-config --cflags returns nothing for libavcodec, libavformat, libavutil and libswscale.

In intrepid it returns /usr/include/ffmpeg so code including ffmpeg like:

#include <avformat.h>

will be broken with jaunty as is now.

also includes were in /usr/include/ffmpeg in intrepid and are now in /usr/include/libavcodec, /usr/include/libavutil... so

#include <ffmpeg/avformat.h>

won't work too.

version: 3:0.svn20080206-12ubuntu3

Revision history for this message
arturo (arturo-openframeworks) wrote :

This is the pkg-config files fixed so they point to the right directory for --cflags

Revision history for this message
Reinhard Tartler (siretart) wrote :

ffmpeg's configure generates the .pc files. So there is no point in statically copying updated files in there.

as for the changed header location, yes, software needs to be adjusted to the new locations. see the xine package that supports both the new and the old location.

Changed in ffmpeg:
status: New → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.