Commit graph

18 commits

Author SHA1 Message Date
joerg
4f28348b9b Fix void functions to be declared as such. 2012-12-20 21:44:51 +00:00
joerg
9c6bc1d1ef Fix build on newer NetBSD. Fix buffer overflow in faad logic. Bump
revision.
2012-04-18 00:09:43 +00:00
dholland
06e23fd2ab Another day, another C++ dialect. Does not fix build, but advances it
substantially. Next problem is:

cc1: warnings being treated as errors
config.c: In function 'enter_chn':
config.c:636:21: error: array subscript is above array bounds
config.c:637:21: error: array subscript is above array bounds
2011-12-22 14:44:42 +00:00
chuck
c3135f8880 make it compile with gcc 4.2... by removing un-needed "Void"'s.
seems to match what was done here:
http://lists.pld-linux.org/mailman/pipermail/pld-cvs-commit/Week-of-Mon-20061211/133119.html
2010-12-13 21:32:14 +00:00
obache
337ee9b260 replace obsolated '-r' option for nasm with '-v' in configure script.
per PR#43910 from Ryo ONODERA.

Furthermore, nasm is only required for mmx support.
Made mmx optionify and let to exactly depend on nasm with mmx option.
(disabled by default).
2010-09-27 09:09:28 +00:00
joerg
099c28bfa1 Fix linkage. 2010-01-01 18:23:48 +00:00
drochner
dca2eea620 make this build even if audio/faac is installed 2009-08-11 13:11:23 +00:00
chuck
a4a49d8f2d fix compile time error on Darwin in player/lib/audio/portaudio:
In file included from pa_mac_core.c:124:
pa_host.h:55: error: conflicting types for 'uint32'
/System/Library/Frameworks/Security.framework/Headers/cssmconfig.h:64: error: previous declaration of 'uint32' was here

use <inttypes.h> and uint32_t instead.

note that according to player/lib/audio/Makefile.am, this old portaudio
lib is used only if HAVE_MAC_OSX.
2008-11-21 21:09:57 +00:00
drochner
200812f4a2 update to 1.5.0.1
changes: Fixed problem with mp4creator --extract
2007-08-09 20:02:36 +00:00
rillig
a138d18135 Removed api.mpt from the PLIST, since it has probably never been
intended to have this file in an installed package. It also conflicted
with pkgsrc's manual page handling, since it does not have a well-known
file extension.
2007-01-05 19:35:46 +00:00
dmcmahill
b419c700ca Make sure the MAX macro is defined. Builds on solaris now. 2006-10-25 23:18:19 +00:00
xtraeme
37d048e5a1 Make this build with gcc4. 2006-07-22 19:27:41 +00:00
rillig
86934d8736 gcc4 does not like declarations for "static" functions inside other
functions. Fixes PR 33743.
2006-06-16 07:19:39 +00:00
hira
35d70216a0 Don't define glib's types (gchar, guchar, etc.) if glib.h is already
included.  This fixes build of audio/gtkpod with `mpeg4ip' option.
Idea from audio/faad2.  Bump PKGREVISION.
2006-06-08 09:17:01 +00:00
tron
838ca516fa Update "mpeg4ip" package to version 1.5. Change since version 1.4.1:
- Added integration with libsrtp for player and mp4live
- Updated for gcc 4.0
- Integrated changes from SDL-1.2.9
- Added support for Quicktime .mov aac audio
- Fixed some issues with H.264 hinting.
- Fixed some issues with mp4v2 and metadata
- Added some atoms for OpenIPMP for mp4v2.
- Added some APIs for mp4v2 to access atom properties.
- Added wide filenames for mp4v2 for Windows.
- Changed RTP library APIs to use unsigned, const when applicable.
- Added new RTP library APIs for session creation.
- Added RFC 3605 (rtcp port doesn't have to be rtp port + 1) in player
  and mp4live.
- Smoothed out changes to audio correction in player
- Fixed player initialization when media takes a long time.
- Fixed playback of mp3 files with id3 tags.
- Added some H.264 nerd knobs in mp4live
2006-05-30 20:20:53 +00:00
joerg
8b5a793152 Add DragonFly support. Override all libtool instances. 2006-04-28 10:02:41 +00:00
wiz
43f705cc15 Fix build when faac is installed. Reported by veego@. 2006-04-16 23:50:09 +00:00
wiz
bbb0c11701 Initial import of mpeg4ip-1.4.1:
The MPEG4IP project provides a standards-based system for encoding,
streaming, and playing encoded audio, video and text. To achieve
this we've integrated a number of existing open source packages,
and created some original code to fill in the gaps.

Please note this project is intended for developers who are interested
in standards based audio and video, and Internet streaming. It is
not intended for end-users.
2006-04-12 21:39:38 +00:00