Mercurial > libavformat.hg
comparison Makefile @ 682:decfffe703bc libavformat
01-makefile_fix_updated.patch
Adds --enable-theora/--enable-vorbis/--enable-ogg to configure
If compiled WITHOUT --enable-theora, native VP3 decoder is used
patch by (Nilesh Bansal <nileshbansal gmail com>)
| author | michael |
|---|---|
| date | Thu, 24 Feb 2005 15:18:02 +0000 |
| parents | 9b2cda2905cc |
| children | 50e07cfe1e4f |
comparison
equal
deleted
inserted
replaced
| 681:9b13019c4599 | 682:decfffe703bc |
|---|---|
| 65 ifeq ($(NEED_INET_ATON),yes) | 65 ifeq ($(NEED_INET_ATON),yes) |
| 66 OBJS+= barpainet.o | 66 OBJS+= barpainet.o |
| 67 endif | 67 endif |
| 68 endif | 68 endif |
| 69 | 69 |
| 70 ifeq ($(CONFIG_VORBIS),yes) | 70 ifeq ($(CONFIG_LIBOGG),yes) |
| 71 OBJS+= ogg.o | 71 OBJS+= ogg.o |
| 72 endif | 72 endif |
| 73 | 73 |
| 74 ifeq ($(TARGET_ARCH_SPARC64),yes) | 74 ifeq ($(TARGET_ARCH_SPARC64),yes) |
| 75 CFLAGS+= -mcpu=ultrasparc -mtune=ultrasparc | 75 CFLAGS+= -mcpu=ultrasparc -mtune=ultrasparc |
