comparison libmpeg2/alpha_asm.h @ 27572:da2271c341ee

Update internal libmpeg2 copy to version 0.5.1.
author diego
date Sat, 13 Sep 2008 17:31:45 +0000
parents d0a8810e155c
children e83eef58b30a
comparison
equal deleted inserted replaced
27571:fd18fa10de53 27572:da2271c341ee
18 * You should have received a copy of the GNU General Public License 18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software 19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21 */ 21 */
22 22
23 #ifndef ALPHA_ASM_H 23 #ifndef LIBMPEG2_ALPHA_ASM_H
24 #define ALPHA_ASM_H 24 #define LIBMPEG2_ALPHA_ASM_H
25 25
26 #include <inttypes.h> 26 #include <inttypes.h>
27 27
28 #if defined __GNUC__ 28 #if defined __GNUC__
29 # define GNUC_PREREQ(maj, min) \ 29 # define GNUC_PREREQ(maj, min) \
176 176
177 #else 177 #else
178 #error "Unknown compiler!" 178 #error "Unknown compiler!"
179 #endif 179 #endif
180 180
181 #endif /* ALPHA_ASM_H */ 181 #endif /* LIBMPEG2_ALPHA_ASM_H */