~ubuntu-branches/ubuntu/wily/kid3/wily

« back to all changes in this revision

Viewing changes to src/plugins/mp4v2metadata/mp4v2config.h.cmake

  • Committer: Package Import Robot
  • Author(s): Mark Purcell, Patrick Matthäi, Mark Purcell
  • Date: 2013-11-30 15:44:59 UTC
  • mfrom: (1.1.16) (2.1.18 sid)
  • Revision ID: package-import@ubuntu.com-20131130154459-s6lpalx8yy2zq7gx
Tags: 3.0.2-1
* New upstream release 

[ Patrick Matthäi ]
* New upstream release.
  - Add new libreadline-dev build dependency.
* Don't explicitly request xz compression - dpkg 1.17 does this by default.
* Bump Standards-Version to 3.9.5 (no changes needed).
* Fix Vcs-Browser control field.

[ Mark Purcell ]
* Switch to dh - reduce debian/rules bloat
* kid3 Replaces kid3-qt - low popcon, reduce archive bloat
* Fix vcs-field-not-canonical
* debian/compat -> 9
* Update Description:

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* mp4v2config.h.  Generated by cmake from mp4v2config.h.cmake */
 
2
#ifndef MP4V2CONFIG_H
 
3
#define MP4V2CONFIG_H
 
4
 
 
5
/* Define if you have mp4v2/mp4v2.h installed */
 
6
#cmakedefine HAVE_MP4V2_MP4V2_H 1
 
7
 
 
8
/* Define to build with MP4GetMetadataByIndex char** argument */
 
9
#cmakedefine HAVE_MP4V2_MP4GETMETADATABYINDEX_CHARPP_ARG 1
 
10
 
 
11
#endif