Mercurial > mplayer.hg
annotate vidix/sysdep/AsmMacros_ia64.h @ 23968:a9c0184eedcb
r23687: Implemented tv://[<channel>][/<input_id>] url syntax
r23748: Leave out (no) prefix from option names for consistency.
r23852: af channels example for ffdca to ALSA reordering
r23856: small wording improvement
r23897: Experimental negative panscan values
r23898: Set -vo gl slice-height default to 0
r23917: Document -rawvideo format="format string"
r23920 + r23924: Teletext support
r23926: update man page with v4l2 a/v outputs
r23978: add possibly incorrect subfont entry
r23982: i_certify_that_my_video_stream_does_not_use_b_frames is gone.
r23984: Added FIXME skeletons for missing lavc options.
author | kraymer |
---|---|
date | Wed, 01 Aug 2007 09:55:57 +0000 |
parents | 88bed2131f19 |
children | 9c4ad35fabc5 |
rev | line source |
---|---|
4164 | 1 /* |
2 This file is based on: | |
3 $XFree86: xc/programs/Xserver/hw/xfree86/drivers/chips/util/AsmMacros.h,v 1.1 2001/11/16 21:13:34 tsi Exp $ | |
4 Modified for readability by Nick Kurshev | |
5 */ | |
6 | |
23934
88bed2131f19
Identifiers starting with underscores are reserved.
diego
parents:
22900
diff
changeset
|
7 #ifndef ASMMACROS_IA64_H |
88bed2131f19
Identifiers starting with underscores are reserved.
diego
parents:
22900
diff
changeset
|
8 #define ASMMACROS_IA64_H |
4164 | 9 |
10 #if defined(linux) | |
11 #include <sys/io.h> | |
12 #else | |
13 #error This stuff is not ported on your system | |
14 #endif | |
15 | |
23934
88bed2131f19
Identifiers starting with underscores are reserved.
diego
parents:
22900
diff
changeset
|
16 #endif /* ASMMACROS_IA64_H */ |