mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 22:50:32 -04:00
- add two patches to allow transcode to compile - remove .la files from lib/transcode - update pkg-plist - make portlint happier PR: ports/47688 Submitted by: Hendrik Scholz <hendrik@scholz.net>
11 lines
348 B
C
11 lines
348 B
C
--- bbmpeg/mplex.h.orig Thu Jan 30 19:26:07 2003
|
|
+++ bbmpeg/mplex.h Thu Jan 30 19:26:18 2003
|
|
@@ -50,6 +50,8 @@
|
|
Definitionen
|
|
*************************************************************************/
|
|
|
|
+#include <sys/types.h>
|
|
+
|
|
#define USER_DATA_START 0x000001b2
|
|
#define SEQUENCE_HEADER 0x000001b3
|
|
#define SEQUENCE_END 0x000001b7
|