google-code-export / ffmpegthumbnailer

Automatically exported from code.google.com/p/ffmpegthumbnailer
GNU General Public License v2.0
1 stars 1 forks source link

Problems in pkgconfig file #50

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The pkg-config file for ffmpegthumbnailer has the following problems:
- it sets includedir=@includedir@/libffmpegthumbnailer. It should only set 
it to @includedir@, because other code (e.g. kffmpegthumbnaimer) includes it 
like <libffmpegthumbnailer/file.h>.
- it always adds the -ljpeg flag, even if jpeg was disabled at configure.

I'm attaching a patch that fixes these two problems.

Original issue reported on code.google.com by ambr...@gmail.com on 2 Jan 2010 at 2:39

Attachments:

GoogleCodeExporter commented 9 years ago
Also, the version is incorrectly set to 1.0.0. Attaching updated patch.

Original comment by ambr...@gmail.com on 2 Jan 2010 at 3:28

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks a lot,

I'll apply the patch.

Original comment by dirk.vdb on 2 Jan 2010 at 5:11

GoogleCodeExporter commented 9 years ago

Original comment by dirk.vdb on 2 Jan 2010 at 5:15