diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-12 08:43:58 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-12 08:43:58 +0000 |
commit | 0956ac21cc6eea59a73e59ae75930701304677bf (patch) | |
tree | d466be45f48e4143563d6ca192eecea0337a8337 /audio/gtkpod/files/systems.h | |
parent | Update to 20040511 (diff) |
- Add AAC support, optionally either with faad or mpeg4ip
PR: ports/66356
Submitted by: ume
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=108985
Diffstat (limited to 'audio/gtkpod/files/systems.h')
-rw-r--r-- | audio/gtkpod/files/systems.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/audio/gtkpod/files/systems.h b/audio/gtkpod/files/systems.h new file mode 100644 index 000000000000..d4013d8560c6 --- /dev/null +++ b/audio/gtkpod/files/systems.h @@ -0,0 +1,7 @@ +/* This file is included from faad2 version of mepg4ip.h. */ + +#include <sys/types.h> +#include <stdlib.h> +#include <string.h> + +#define HAVE_RINT |