office-gobmx/avmedia
Tor Lillqvist 12152d253e Replace GUIBASE checks with equivalent OS checks
The idea is to get rid of GUIBASE and GUI checks as much as possible.

GUIBASE=aqua <=> OS=MACOSX
GUIBASE=WIN <=> OS=WNT
GUIBASE=cocoatouch <=> OS=IOS
GUIBASE=android <=> OS=ANDROID

Don't set GUIBASE to these values any more in configure.ac
either.

GUIBASE_FOR_BUILD is not used anywhere.

Conflicts:
	configure.ac
	postprocess/packcomponents/makefile.mk
	postprocess/packregistry/makefile.mk

Change-Id: Ie0526b40e1073f2328ba6c333e28752104b0fed3
2012-12-18 20:52:24 -05:00
..
inc more explicit ctors 2012-12-04 14:26:30 +01:00
prj
source Remove xml2cmp leftovers 2012-12-12 10:27:41 +01:00
util
AllLangResTarget_avmedia.mk
Library_avmedia.mk AllSettings with LanguageTag 2012-11-22 12:34:59 +01:00
Library_avmediagst.mk
Library_avmediagst_0_10.mk
Library_avmediaQuickTime.mk
Library_avmediawin.mk
Makefile
Module_avmedia.mk Replace GUIBASE checks with equivalent OS checks 2012-12-18 20:52:24 -05:00
Package_inc.mk
README

Audio/Video media implementation.

Provides per-platform implementations of multimedia functionality.
Currently no stream API is provided, only a URI based one, so
streaming has to be wrapped around it via temp files.