From: Alessio Treglia Date: Sat, 4 Feb 2012 11:55:58 +0000 (+0100) Subject: Imported Upstream version 0.4.5+svn3450~dfsg3 X-Git-Tag: archive/raspbian/1.0.1+dfsg1-4+rpi1~1^2~15^2~26 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a7a7b8a236e4ce9e91701bed9c5f86effabd1460;p=gpac.git Imported Upstream version 0.4.5+svn3450~dfsg3 --- diff --git a/build/android/AndroidManifest.xml b/build/android/AndroidManifest.xml deleted file mode 100644 index d17445e..0000000 --- a/build/android/AndroidManifest.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/build/android/README b/build/android/README deleted file mode 100644 index b9ba225..0000000 --- a/build/android/README +++ /dev/null @@ -1,73 +0,0 @@ -********************************* -* How to build GPAC for Android * -********************************* - -To compile GPAC for Android, please execute the following steps: - -1) Check out the GPAC SVN repository (but if you read this you probably already checkouted the GPAC SVN repository): - - svn co https://gpac.svn.sourceforge.net/svnroot/gpac/trunk/ - This directory will be reminded as - -2) Get the Android softwares: - - A. Download the Android SDK at http://developer.android.com/sdk/index.html and unzip it at a place of your choice (referenced as ). - - B. Download the Android NDK at http://developer.android.com/sdk/ndk/index.html and unzip it at a place of your choice (referenced as ). - - C. One of the following tools i) or ii) are needed for building the Android Package (APK): - i) GPAC provides scripts to build the APK from the shell. No IDE is needed. Get ANT (at least the 1.8 version) from http://ant.apache.org/bindownload.cgi and install it at a place of your choice (referenced as ). - You will then ignore every step in this readme that follow the ii) mark (as it concerns only people using eclipse instead of ANT). - - ii) Eclipse IDE is useful if you want to go beyond the build (ie debug, add features, use the simulator etc). Firstly get Eclipse for java at http://www.eclipse.org/downloads/?osType=linux. - Then get the ADT (Android Development Tools) plug-in in order to allow Eclipse to interact with Android tools at http://developer.android.com/sdk/eclipse-adt.html and follow the instructions. - You will then ignore every step in this readme that follow the i) mark (as it concerns only people using ANT instead of Eclipse). - - D. Get and install SDK Component for Android: - - i) If you have ANT, launch /tools/android. This opens a window. On the left panel, click on "Available packages", select "Android Repository" and then "Install Selected". - - ii) If you have Eclipse Select Window->Preferences->Android and put the SDK directory path. Then select Window > Android SDK and AVD Managergo get the packages (Android repository packages are needed. The third party ones depend on the target devices. More informations at http://developer.android.com/sdk/adding-components.html. - -3) Compile extra-libs for android - - A. Build all extra-libs - - Go to /trunk/gpac_extra_libs. Unzip the zipped package : - unzip gpac_extra_libs.zip - Go to /trunk/gpac_extra_libs/build/android. Give you the right to execute the script gpac_build_all_extra_libs (e.g. chmod u+x gpac_build_all_extra_libs ). - Run the script as follow : ./gpac_build_all_extra_libs - - B. Copy all the compiled extra lib to the right folder - - Go back to /trunk/gpac_extra_libs/ . - Copy the just compiled libs into /trunk/gpac/extra_lib/lib/android by entering this command : - cp -r lib/android/* ../gpac/extra_lib/lib/android/ - -4) Building GPAC for Android - - (optionnal) Links the Android SDK and NDK directories - - * cd /opt/ - * sudo ln -s /home/xxx/xxx/ android_sdk /* /opt/android_sdk will then become your new */ - * sudo ln -s /home/xxx/xxx/ android_ndk /* /opt/android_ndk will then become your new */ - - i) Building Osmo4.apk without Eclipse - - (optionnal)Create a link to the ANT directory - * cd /opt/ - * sudo ln -s /home/xxx/xxx/ANT_DIR ant /* /opt/ant will then cecome your new - - Then go to GPAC_DIR/build/android/jni and launch the script - ./gpac_build_android - It will generate the package Osmo4.apk. - You can find the Osmo4.apk in GPAC_DIR/applications/osmo4_android/bin - - ii)Building Osmo4.apk with Eclipse - - Go to GPAC_DIR/build/android/jni and launch the script - ./gpac_build_android - ** Warning, two messages will appear to alert you didnt provide any link to ANT and to the Android SDK . ** - ** These message inform you that the script can't build the Osmo4.apk package on it's own and that you'll need eclipse to build it.** - Start Eclipse and select File->Import->General->Existing projects into Workspace and open the directory /applications/osmo4_android. - Build the package and it is created in /applications/osmo4_android/bin. diff --git a/build/android/default.properties b/build/android/default.properties deleted file mode 100644 index e2e8061..0000000 --- a/build/android/default.properties +++ /dev/null @@ -1,11 +0,0 @@ -# This file is automatically generated by Android Tools. -# Do not modify this file -- YOUR CHANGES WILL BE ERASED! -# -# This file must be checked in Version Control Systems. -# -# To customize properties used by the Ant build system use, -# "build.properties", and override values to adapt the script to your -# project structure. - -# Project target. -target=android-8 diff --git a/build/android/gen/com/enst/gpac/R.java b/build/android/gen/com/enst/gpac/R.java deleted file mode 100644 index a280408..0000000 --- a/build/android/gen/com/enst/gpac/R.java +++ /dev/null @@ -1,23 +0,0 @@ -/* AUTO-GENERATED FILE. DO NOT MODIFY. - * - * This class was automatically generated by the - * aapt tool from the resource data it found. It - * should not be modified by hand. - */ - -package com.enst.gpac; - -public final class R { - public static final class attr { - } - public static final class drawable { - public static final int icon=0x7f020000; - } - public static final class layout { - public static final int main=0x7f030000; - } - public static final class string { - public static final int app_name=0x7f040001; - public static final int hello=0x7f040000; - } -} diff --git a/build/android/jni/Android.mk b/build/android/jni/Android.mk deleted file mode 100755 index d2696ed..0000000 --- a/build/android/jni/Android.mk +++ /dev/null @@ -1,3 +0,0 @@ -include $(call all-subdir-makefiles) - - diff --git a/build/android/jni/Application.mk b/build/android/jni/Application.mk deleted file mode 100644 index e0f29c1..0000000 --- a/build/android/jni/Application.mk +++ /dev/null @@ -1,4 +0,0 @@ -APP_ABI := armeabi armeabi-v7a -APP_OPTIM := debug -APP_MODULES := gpac gm_bifs_dec gm_ctx_load gm_dummy_in gm_ft_font gm_img_in gm_ismacryp gm_isom_in gm_laser_dec gm_odf_dec gm_rtp_in gm_saf_in gm_soft_raster gm_svg_in gm_timedtext libjavaenv gm_droidout gm_droidaudio gm_gpac_js gm_mp3_in gm_ffmpeg_in gm_mpegts_in gm_aac_in gm_mpd_in gm_widgetman gpacWrapper - diff --git a/build/android/jni/common.mk b/build/android/jni/common.mk deleted file mode 100644 index 483cd5a..0000000 --- a/build/android/jni/common.mk +++ /dev/null @@ -1,10 +0,0 @@ -OMMON_PATH := $(call my-dir) - -#Settings common to all JNI Builds -TARGET_PLATFORM := android-4 - -# Common Flags for ligpac and modules -LOCAL_CFLAGS += -DGPAC_ANDROID -LOCAL_CFLAGS += -DGPAC_HAVE_CONFIG_H -LOCAL_CFLAGS += -DXP_UNIX - diff --git a/build/android/jni/gpac_build_android b/build/android/jni/gpac_build_android deleted file mode 100755 index c7e88aa..0000000 --- a/build/android/jni/gpac_build_android +++ /dev/null @@ -1,122 +0,0 @@ -#!/bin/bash -e - -echo -e "\033[32m If you have problem using this script, read the README in trunk/gpac/build/android \033[0m" - -if [ -z "$1" ] -then - echo "Usage: $0 PATH_TO_ANDROID_NDK [ADDITIONAL_NDK-BUILD arguments] : You must give as first argument the directory path of the NDK" - exit 1 -fi - -if [ -z "$2" ] -then - echo -e "\033[34m Usage: $0 PATH_TO_ANDROID_SDK : You have not give the directory path of SDK. Auto build of Osmo4.apk not possible. Build it with Eclipse \033[0m" -fi - -if [ -z "$3" ] -then - echo -e "\033[34m Usage: $0 PATH_TO_ANT : You have not give the directory path of ANT. Auto build of Osmo4.apk not possible. Build it with Eclipse \033[0m" -fi - -export PATH="$1:$PATH" - -if [ ! -z "$3" ] && [ ! -z "$2" ] -then -export PATH="$2/tools:$3/bin:$PATH" -shift 3 -ANT=1 -else -ANT=0 -shift -fi - -# Be sure to resolve if script not called from its directory -export BUILDPATH=$(dirname "$0") -cd $BUILDPATH -export BUILDPATH=$(pwd) -echo "Current Dir = $BUILDPATH" -version=$(svnversion ../../..) -echo "*** Build path is $BUILDPATH, setting revision number $version" -if grep "$version" ../../../include/gpac/version.h >/dev/null 2>&1 ; then - echo "Version $version already set" -else - echo "#define GPAC_SVN_REVISION \"$version\"" > ../../../include/gpac/version.h -fi -echo "Building lib gpac ..." -cd ../../../ -BASEPATH=$(pwd) - -#rm -rf $BUILDPATH/../obj/* - -cd $BUILDPATH -echo -n "Buiding all libs from $BUILDPATH..." -ndk-build -echo "[OK] build successful." - -#echo "Copying modules to modules dir..." -cd ../libs/ -#for i in $(find . -name 'gm*.so') -#do -# echo -n "$i..." -# cp "$i" "$BASEPATH/applications/osmo4_android/res/raw/" -#done -#echo -#echo "[OK] success." - -LIBS_DIR="$BASEPATH/applications/osmo4_android/libs/" -echo "Copying libs to libs dir $LIBS_DIR ..." -for i in $(find . -name '*.so') -do - echo -n " Copy $i" - cp "$i" "$LIBS_DIR/$i" -done -echo -echo "[OK] success module for Osmo4." - - -LIBS_DIR="$BASEPATH/applications/mp4box_android/libs/" -echo "Copying libs to libs dir $LIBS_DIR ..." -for i in $(find . \( -name '*.so' \) -a \( -name "*ft2*" -o -name "*edit*" -o -name "*libgpac.so*" -o -name "*jpeg*" -o -name "*js_osmo*" -o -name "*mp4box*" -o -name "*openjpeg*" -o -name "*png*" -o -name "*libz.*" \) ) -do -echo " Copy $i" -cp "$i" "$LIBS_DIR/$i" -done -echo -echo "[OK] success module for MP4box." - - -LIBS_DIR="$BASEPATH/applications/osmo4_android/libs/" -cd "$BASEPATH/extra_lib/lib/android" -echo "Copying all extra libs to $LIBS_DIR ..." -for i in $(find . -name '*.so') -do -echo " Copy $i" -cp "$i" "$LIBS_DIR/$i" -done -echo "[OK] success extra lib for Osmo4." - -LIBS_DIR="$BASEPATH/applications/mp4box_android/libs/" -cd "$BASEPATH/extra_lib/lib/android" -echo "Copying all extra libs to $LIBS_DIR ..." - -for i in $(find . \( -name '*.so' \) -a \( -name "*ft2*" -o -name "*edit*" -o -name "*libgpac.so*" -o -name "*jpeg*" -o -name "*js_osmo*" -o -name "*mp4box*" -o -name "*openjpeg*" -o -name "*png*" -o -name "*libz.*" \) ) -do -echo " Copy $i" -cp "$i" "$LIBS_DIR/$i" -done -echo "[OK] success extra lib MP4box." - -if [ $ANT -eq 1 ] -then -echo "\nSelf-updating project" -android update project -p "$BASEPATH/applications/osmo4_android/" - -echo -e "\nBuiding Osmo4.apk" -cd $BASEPATH/applications/osmo4_android/ -ant release - -zipalign -v 4 bin/Osmo4-unaligned.apk $BASEPATH/Osmo4-$(grep "\#define GPAC_VERSION " $BASEPATH/include/gpac/tools.h | cut -d "\"" -f 2 )-r$version.apk -rm bin/Osmo4-* -echo -e "\n[OK] success." -fi - diff --git a/build/android/jni/libgpac/Android.mk b/build/android/jni/libgpac/Android.mk deleted file mode 100755 index 8fd12c6..0000000 --- a/build/android/jni/libgpac/Android.mk +++ /dev/null @@ -1,276 +0,0 @@ -LOCAL_PATH:= $(call my-dir) -APP_ABI := armeabi armeabi-v7a - -include $(CLEAR_VARS) -include $(LOCAL_PATH)/../common.mk - -LOCAL_MODULE := gpac -LOCAL_C_INCLUDES := $(LOCAL_PATH) - -LOCAL_C_INCLUDES += $(LOCAL_PATH)/../../../../include -LOCAL_C_INCLUDES += $(LOCAL_PATH)/../../../../extra_lib -LOCAL_C_INCLUDES += $(LOCAL_PATH)/../../../../extra_lib/include -LOCAL_C_INCLUDES += $(LOCAL_PATH)/../../../../extra_lib/include/freetype -LOCAL_C_INCLUDES += $(LOCAL_PATH)/../../../../extra_lib/include/freetype/freetype -LOCAL_C_INCLUDES += $(LOCAL_PATH)/../../../../extra_lib/include/jpeg/ -LOCAL_C_INCLUDES += $(LOCAL_PATH)/../../../../extra_lib/include/png/ -LOCAL_C_INCLUDES += $(LOCAL_PATH)/../../../../extra_lib/include/faad -LOCAL_C_INCLUDES += $(LOCAL_PATH)/../../../../extra_lib/include/js/ -LOCAL_C_INCLUDES += $(LOCAL_PATH)/../../../../modules - -LOCAL_LDLIBS += -L$(LOCAL_PATH)/../../../../extra_lib/lib/android/$(TARGET_ARCH_ABI) -LOCAL_LDLIBS += -lGLESv1_CM -ldl -LOCAL_LDLIBS += -ljs_osmo -leditline -lft2 -ljpeg -lopenjpeg -lpng -lz -#LOCAL_EXPORT_LDLIBS= -ljs_osmo -leditline -lft2 -ljpeg -lopenjpeg -lpng -lz - - -LOCAL_CFLAGS += -DGPAC_HAVE_CONFIG_H -LOCAL_CFLAGS += -DNO_MALLINFO -LOCAL_CFLAGS += -DGPAC_ANDROID -#LOCAL_CFLAGS += -DGPAC_FIXED_POINT - -LOCAL_SRC_FILES := \ - ../../../../src/compositor/mpeg4_textures.c \ - ../../../../src/compositor/navigate.c \ - ../../../../src/compositor/texturing_gl.c \ - ../../../../src/compositor/svg_paint_servers.c \ - ../../../../src/compositor/audio_mixer.c \ - ../../../../src/compositor/mpeg4_animstream.c \ - ../../../../src/compositor/mpeg4_geometry_ifs2d.c \ - ../../../../src/compositor/compositor.c \ - ../../../../src/compositor/mesh_collide.c \ - ../../../../src/compositor/svg_media.c \ - ../../../../src/compositor/mesh_tesselate.c \ - ../../../../src/compositor/mpeg4_bitmap.c \ - ../../../../src/compositor/camera.c \ - ../../../../src/compositor/svg_grouping.c \ - ../../../../src/compositor/mpeg4_grouping.c \ - ../../../../src/compositor/drawable.c \ - ../../../../src/compositor/events.c \ - ../../../../src/compositor/offscreen_cache.c \ - ../../../../src/compositor/visual_manager.c \ - ../../../../src/compositor/mpeg4_sound.c \ - ../../../../src/compositor/mpeg4_grouping_3d.c \ - ../../../../src/compositor/mpeg4_layer_3d.c \ - ../../../../src/compositor/mpeg4_path_layout.c \ - ../../../../src/compositor/mpeg4_geometry_2d.c \ - ../../../../src/compositor/audio_input.c \ - ../../../../src/compositor/compositor_node_init.c \ - ../../../../src/compositor/mpeg4_geometry_3d.c \ - ../../../../src/compositor/svg_base.c \ - ../../../../src/compositor/mpeg4_geometry_ils2d.c \ - ../../../../src/compositor/visual_manager_2d.c \ - ../../../../src/compositor/mpeg4_sensors.c \ - ../../../../src/compositor/mpeg4_form.c \ - ../../../../src/compositor/x3d_geometry.c \ - ../../../../src/compositor/texturing.c \ - ../../../../src/compositor/mpeg4_audio.c \ - ../../../../src/compositor/svg_font.c \ - ../../../../src/compositor/mpeg4_background.c \ - ../../../../src/compositor/audio_render.c \ - ../../../../src/compositor/mpeg4_layout.c \ - ../../../../src/compositor/mpeg4_grouping_2d.c \ - ../../../../src/compositor/mesh.c \ - ../../../../src/compositor/mpeg4_layer_2d.c \ - ../../../../src/compositor/compositor_2d.c \ - ../../../../src/compositor/svg_geometry.c \ - ../../../../src/compositor/visual_manager_3d_gl.c \ - ../../../../src/compositor/font_engine.c \ - ../../../../src/compositor/mpeg4_viewport.c \ - ../../../../src/compositor/bindable.c \ - ../../../../src/compositor/mpeg4_text.c \ - ../../../../src/compositor/mpeg4_timesensor.c \ - ../../../../src/compositor/mpeg4_composite.c \ - ../../../../src/compositor/visual_manager_2d_draw.c \ - ../../../../src/compositor/mpeg4_background2d.c \ - ../../../../src/compositor/visual_manager_3d.c \ - ../../../../src/compositor/mpeg4_lighting.c \ - ../../../../src/compositor/mpeg4_gradients.c \ - ../../../../src/compositor/compositor_3d.c \ - ../../../../src/compositor/hardcoded_protos.c \ - ../../../../src/compositor/svg_text.c \ - ../../../../src/compositor/hc_flash_shape.c \ - ../../../../src/compositor/svg_filters.c \ - ../../../../src/media_tools/avilib.c \ - ../../../../src/media_tools/dvb.c \ - ../../../../src/media_tools/filestreamer.c \ - ../../../../src/media_tools/isom_tools.c \ - ../../../../src/media_tools/mpeg2_ps.c \ - ../../../../src/media_tools/vobsub.c \ - ../../../../src/media_tools/media_import.c \ - ../../../../src/media_tools/text_import.c \ - ../../../../src/media_tools/ismacryp.c \ - ../../../../src/media_tools/img.c \ - ../../../../src/media_tools/mpegts.c \ - ../../../../src/media_tools/saf.c \ - ../../../../src/media_tools/av_parsers.c \ - ../../../../src/media_tools/isom_hinter.c \ - ../../../../src/media_tools/gpac_ogg.c \ - ../../../../src/media_tools/media_export.c \ - ../../../../src/media_tools/dvb_mpe.c \ - ../../../../src/media_tools/m2ts_mux.c \ - ../../../../src/media_tools/reedsolomon.c \ - ../../../../src/media_tools/mpd.c \ - ../../../../src/media_tools/m3u8.c \ - ../../../../src/media_tools/carousel.c \ - ../../../../src/laser/lsr_tables.c \ - ../../../../src/laser/lsr_dec.c \ - ../../../../src/laser/lsr_enc.c \ - ../../../../src/scene_manager/scene_dump.c \ - ../../../../src/scene_manager/loader_bt.c \ - ../../../../src/scene_manager/loader_qt.c \ - ../../../../src/scene_manager/encode_isom.c \ - ../../../../src/scene_manager/swf_parse.c \ - ../../../../src/scene_manager/scene_engine.c \ - ../../../../src/scene_manager/scene_stats.c \ - ../../../../src/scene_manager/scene_manager.c \ - ../../../../src/scene_manager/text_to_bifs.c \ - ../../../../src/scene_manager/loader_isom.c \ - ../../../../src/scene_manager/swf_bifs.c \ - ../../../../src/scene_manager/loader_xmt.c \ - ../../../../src/scene_manager/loader_svg.c \ - ../../../../src/utils/alloc.c \ - ../../../../src/utils/os_net.c \ - ../../../../src/utils/path2d_stroker.c \ - ../../../../src/utils/zutil.c \ - ../../../../src/utils/os_divers.c \ - ../../../../src/utils/path2d.c \ - ../../../../src/utils/base_encoding.c \ - ../../../../src/utils/module.c \ - ../../../../src/utils/uni_bidi.c \ - ../../../../src/utils/dlmalloc.c \ - ../../../../src/utils/math.c \ - ../../../../src/utils/xml_parser.c \ - ../../../../src/utils/os_module.c \ - ../../../../src/utils/url.c \ - ../../../../src/utils/downloader.c \ - ../../../../src/utils/list.c \ - ../../../../src/utils/error.c \ - ../../../../src/utils/bitstream.c \ - ../../../../src/utils/color.c \ - ../../../../src/utils/token.c \ - ../../../../src/utils/configfile.c \ - ../../../../src/utils/utf.c \ - ../../../../src/utils/os_thread.c \ - ../../../../src/utils/cache.c \ - ../../../../src/bifs/predictive_mffield.c \ - ../../../../src/bifs/script_dec.c \ - ../../../../src/bifs/memory_decoder.c \ - ../../../../src/bifs/unquantize.c \ - ../../../../src/bifs/script_enc.c \ - ../../../../src/bifs/field_encode.c \ - ../../../../src/bifs/conditional.c \ - ../../../../src/bifs/bifs_node_tables.c \ - ../../../../src/bifs/arith_decoder.c \ - ../../../../src/bifs/field_decode.c \ - ../../../../src/bifs/com_enc.c \ - ../../../../src/bifs/quantize.c \ - ../../../../src/bifs/bifs_codec.c \ - ../../../../src/bifs/com_dec.c \ - ../../../../src/ietf/rtsp_common.c \ - ../../../../src/ietf/sdp.c \ - ../../../../src/ietf/rtcp.c \ - ../../../../src/ietf/rtsp_command.c \ - ../../../../src/ietf/rtsp_session.c \ - ../../../../src/ietf/rtp_pck_3gpp.c \ - ../../../../src/ietf/rtp_pck_mpeg12.c \ - ../../../../src/ietf/rtp_pck_mpeg4.c \ - ../../../../src/ietf/rtsp_response.c \ - ../../../../src/ietf/rtp_depacketizer.c \ - ../../../../src/ietf/rtp_streamer.c \ - ../../../../src/ietf/rtp.c \ - ../../../../src/ietf/rtp_packetizer.c \ - ../../../../src/isomedia/avc_ext.c \ - ../../../../src/isomedia/box_dump.c \ - ../../../../src/isomedia/box_code_isma.c \ - ../../../../src/isomedia/track.c \ - ../../../../src/isomedia/box_funcs.c \ - ../../../../src/isomedia/isom_read.c \ - ../../../../src/isomedia/box_code_meta.c \ - ../../../../src/isomedia/box_code_base.c \ - ../../../../src/isomedia/box_code_apple.c \ - ../../../../src/isomedia/sample_descs.c \ - ../../../../src/isomedia/meta.c \ - ../../../../src/isomedia/stbl_read.c \ - ../../../../src/isomedia/box_code_3gpp.c \ - ../../../../src/isomedia/isom_intern.c \ - ../../../../src/isomedia/isom_write.c \ - ../../../../src/isomedia/isma_sample.c \ - ../../../../src/isomedia/tx3g.c \ - ../../../../src/isomedia/hint_track.c \ - ../../../../src/isomedia/stbl_write.c \ - ../../../../src/isomedia/data_map.c \ - ../../../../src/isomedia/media.c \ - ../../../../src/isomedia/hinting.c \ - ../../../../src/isomedia/isom_store.c \ - ../../../../src/isomedia/movie_fragments.c \ - ../../../../src/isomedia/media_odf.c \ - ../../../../src/mcrypt/ofb.c \ - ../../../../src/mcrypt/tripledes.c \ - ../../../../src/mcrypt/cfb.c \ - ../../../../src/mcrypt/sha1.c \ - ../../../../src/mcrypt/stream.c \ - ../../../../src/mcrypt/rijndael-256.c \ - ../../../../src/mcrypt/ncfb.c \ - ../../../../src/mcrypt/rijndael-192.c \ - ../../../../src/mcrypt/ctr.c \ - ../../../../src/mcrypt/nofb.c \ - ../../../../src/mcrypt/des.c \ - ../../../../src/mcrypt/g_crypt.c \ - ../../../../src/mcrypt/ecb.c \ - ../../../../src/mcrypt/cbc.c \ - ../../../../src/mcrypt/rijndael-128.c \ - ../../../../src/terminal/scene.c \ - ../../../../src/terminal/terminal.c \ - ../../../../src/terminal/network_service.c \ - ../../../../src/terminal/input_sensor.c \ - ../../../../src/terminal/media_sensor.c \ - ../../../../src/terminal/media_object.c \ - ../../../../src/terminal/channel.c \ - ../../../../src/terminal/term_node_init.c \ - ../../../../src/terminal/object_browser.c \ - ../../../../src/terminal/mpeg4_inline.c \ - ../../../../src/terminal/decoder.c \ - ../../../../src/terminal/media_manager.c \ - ../../../../src/terminal/media_memory.c \ - ../../../../src/terminal/clock.c \ - ../../../../src/terminal/svg_external.c \ - ../../../../src/terminal/media_control.c \ - ../../../../src/terminal/object_manager.c \ - ../../../../src/scenegraph/xml_ns.c \ - ../../../../src/scenegraph/commands.c \ - ../../../../src/scenegraph/vrml_tools.c \ - ../../../../src/scenegraph/vrml_route.c \ - ../../../../src/scenegraph/dom_events.c \ - ../../../../src/scenegraph/smil_anim.c \ - ../../../../src/scenegraph/mpeg4_valuator.c \ - ../../../../src/scenegraph/svg_smjs.c \ - ../../../../src/scenegraph/vrml_interpolators.c \ - ../../../../src/scenegraph/svg_attributes.c \ - ../../../../src/scenegraph/mpeg4_nodes.c \ - ../../../../src/scenegraph/vrml_smjs.c \ - ../../../../src/scenegraph/mpeg4_animators.c \ - ../../../../src/scenegraph/dom_smjs.c \ - ../../../../src/scenegraph/svg_properties.c \ - ../../../../src/scenegraph/xbl_process.c \ - ../../../../src/scenegraph/svg_types.c \ - ../../../../src/scenegraph/x3d_nodes.c \ - ../../../../src/scenegraph/base_scenegraph.c \ - ../../../../src/scenegraph/smil_timing.c \ - ../../../../src/scenegraph/vrml_script.c \ - ../../../../src/scenegraph/vrml_proto.c \ - ../../../../src/odf/ipmpx_dump.c \ - ../../../../src/odf/odf_code.c \ - ../../../../src/odf/desc_private.c \ - ../../../../src/odf/slc.c \ - ../../../../src/odf/odf_codec.c \ - ../../../../src/odf/qos.c \ - ../../../../src/odf/ipmpx_parse.c \ - ../../../../src/odf/ipmpx_code.c \ - ../../../../src/odf/odf_dump.c \ - ../../../../src/odf/odf_parse.c \ - ../../../../src/odf/odf_command.c \ - ../../../../src/odf/oci_codec.c \ - ../../../../src/odf/descriptors.c - -include $(BUILD_SHARED_LIBRARY) diff --git a/build/android/jni/libgpac/Application.mk b/build/android/jni/libgpac/Application.mk deleted file mode 100644 index 5f2de26..0000000 --- a/build/android/jni/libgpac/Application.mk +++ /dev/null @@ -1,4 +0,0 @@ -LOCAL_PATH:= $(call my-dir) -include $(LOCAL_PATH)/../common.mk -APP_ABI := armeabi armeabi-v7a -APP_MODULES := gpac \ No newline at end of file diff --git a/build/android/jni/libgpac/config.h b/build/android/jni/libgpac/config.h deleted file mode 100644 index 9d80511..0000000 --- a/build/android/jni/libgpac/config.h +++ /dev/null @@ -1,17 +0,0 @@ -/* Automatically generated by configure */ -#ifndef GF_CONFIG_H -#define GF_CONFIG_H - -#define GPAC_CONFIG_LINUX 1 - -#define GPAC_HAS_SPIDERMONKEY 1 - -//#define GPAC_STANDALONE_RENDER_2D 1 - -#define GPAC_HAS_JPEG 1 -#define GPAC_HAS_JP2 1 -#define GPAC_HAS_PNG 1 - -#define GPAC_USE_OGL_ES 1 -#define GPAC_FIXED_POINT 1 -#endif diff --git a/build/android/jni/modules/Android.mk b/build/android/jni/modules/Android.mk deleted file mode 100644 index 16720fd..0000000 --- a/build/android/jni/modules/Android.mk +++ /dev/null @@ -1,25 +0,0 @@ -LOCAL_PATH:= $(call my-dir) -include $(LOCAL_PATH)/gm_bifs_dec.mk -include $(LOCAL_PATH)/gm_ctx_load.mk -include $(LOCAL_PATH)/gm_dummy_in.mk -include $(LOCAL_PATH)/gm_ft_font.mk -include $(LOCAL_PATH)/gm_img_in.mk -include $(LOCAL_PATH)/gm_ismacryp.mk -include $(LOCAL_PATH)/gm_isom_in.mk -include $(LOCAL_PATH)/gm_laser_dec.mk -include $(LOCAL_PATH)/gm_odf_dec.mk -include $(LOCAL_PATH)/gm_rtp_in.mk -include $(LOCAL_PATH)/gm_saf_in.mk -include $(LOCAL_PATH)/gm_soft_raster.mk -include $(LOCAL_PATH)/gm_svg_in.mk -include $(LOCAL_PATH)/gm_timedtext.mk -include $(LOCAL_PATH)/gm_droid_out.mk -include $(LOCAL_PATH)/gm_gpac_js.mk -include $(LOCAL_PATH)/gm_droid_audio.mk -include $(LOCAL_PATH)/gm_mp3_in.mk -include $(LOCAL_PATH)/gm_ffmpeg_in.mk -#---- module added by ENST ------- -include $(LOCAL_PATH)/gm_mpegts_in.mk -include $(LOCAL_PATH)/gm_mpd_in.mk -include $(LOCAL_PATH)/gm_aac_in.mk -include $(LOCAL_PATH)/gm_widgetman.mk diff --git a/build/android/jni/modules/Application.mk b/build/android/jni/modules/Application.mk deleted file mode 100644 index 580ee0f..0000000 --- a/build/android/jni/modules/Application.mk +++ /dev/null @@ -1,6 +0,0 @@ -LOCAL_PATH:= $(call my-dir) -include $(LOCAL_PATH)/../common.mk -APP_ABI := armeabi-v7a armeabi -APP_BUILD_SCRIPT := $(APP_PROJECT_PATH)/jni/modules/Android.mk -APP_MODULES := gm_bifs_dec gm_ctx_load gm_dummy_in gm_ft_font gm_img_in gm_ismacryp gm_isom_in gm_laser_dec gm_odf_dec gm_rtp_in gm_saf_in gm_soft_raster gm_svg_in gm_timedtext libjavaenv gm_droidout gm_droidaudio gm_gpac_js gm_mp3_in gm_ffmpeg_in gm_mpegts_in gm_aac_in gm_mpd_in gm_widgetman - diff --git a/build/android/jni/modules/base.mk b/build/android/jni/modules/base.mk deleted file mode 100644 index 2f53ccc..0000000 --- a/build/android/jni/modules/base.mk +++ /dev/null @@ -1,10 +0,0 @@ -OCAL_PATH := $(call my-dir) - -include $(LOCAL_PATH)/../common.mk -LOCAL_C_INCLUDES := $(LOCAL_PATH) -LOCAL_C_INCLUDES += $(LOCAL_PATH)/../../../../include -LOCAL_C_INCLUDES += $(LOCAL_PATH)/../libgpac/ - -LOCAL_LDLIBS += -L$(LOCAL_PATH)/../../../../extra_lib/lib/android/$(TARGET_ARCH_ABI)/ -LOCAL_LDLIBS += -L../libs/$(TARGET_ARCH_ABI) -LOCAL_LDLIBS += -lgpac -ljs_osmo -leditline -lft2 -ljpeg -lopenjpeg -lpng -lz diff --git a/build/android/jni/modules/gm_aac_in.mk b/build/android/jni/modules/gm_aac_in.mk deleted file mode 100644 index 709f0d1..0000000 --- a/build/android/jni/modules/gm_aac_in.mk +++ /dev/null @@ -1,18 +0,0 @@ -LOCAL_PATH:= $(call my-dir) - -include $(CLEAR_VARS) - -LOCAL_MODULE := gm_aac_in - -include $(LOCAL_PATH)/base.mk - -LOCAL_C_INCLUDES += $(LOCAL_PATH)/../../../../extra_lib/include/ -LOCAL_C_INCLUDES += $(LOCAL_PATH)/../../../../extra_lib/include/faad -LOCAL_LDLIBS += -lfaad - -#LOCAL_STATIC_LIBRARIES := libfaad -LOCAL_CFLAGS += -DGPAC_HAS_FAAD - -LOCAL_SRC_FILES := ../../../../modules/aac_in/aac_in.c ../../../../modules/aac_in/faad_dec.c - -include $(BUILD_SHARED_LIBRARY) diff --git a/build/android/jni/modules/gm_bifs_dec.mk b/build/android/jni/modules/gm_bifs_dec.mk deleted file mode 100644 index 162f628..0000000 --- a/build/android/jni/modules/gm_bifs_dec.mk +++ /dev/null @@ -1,13 +0,0 @@ -LOCAL_PATH:= $(call my-dir) - -include $(CLEAR_VARS) - -LOCAL_MODULE := gm_bifs_dec - -include $(LOCAL_PATH)/base.mk - -LOCAL_SRC_FILES := ../../../../modules/bifs_dec/bifs_dec.c - - -include $(BUILD_SHARED_LIBRARY) - diff --git a/build/android/jni/modules/gm_ctx_load.mk b/build/android/jni/modules/gm_ctx_load.mk deleted file mode 100644 index 87a113a..0000000 --- a/build/android/jni/modules/gm_ctx_load.mk +++ /dev/null @@ -1,11 +0,0 @@ -LOCAL_PATH:= $(call my-dir) - -include $(CLEAR_VARS) - -LOCAL_MODULE := gm_ctx_load - -include $(LOCAL_PATH)/base.mk - -LOCAL_SRC_FILES := ../../../../modules/ctx_load/ctx_load.c - -include $(BUILD_SHARED_LIBRARY) diff --git a/build/android/jni/modules/gm_droid_audio.mk b/build/android/jni/modules/gm_droid_audio.mk deleted file mode 100644 index c293bd9..0000000 --- a/build/android/jni/modules/gm_droid_audio.mk +++ /dev/null @@ -1,23 +0,0 @@ -LOCAL_PATH:= $(call my-dir) - -include $(CLEAR_VARS) - -LOCAL_MODULE := libjavaenv - -LOCAL_SRC_FILES := ../../../../modules/droid_audio/javaenv.c - -include $(BUILD_SHARED_LIBRARY) - -include $(CLEAR_VARS) - -LOCAL_MODULE := gm_droidaudio - -include $(LOCAL_PATH)/base.mk - -LOCAL_LDLIBS += -llog -ljavaenv -ldl - -LOCAL_SRC_FILES := ../../../../modules/droid_audio/droidaudio.c - -LOCAL_SHARED_LIBRARIES := javaenv - -include $(BUILD_SHARED_LIBRARY) diff --git a/build/android/jni/modules/gm_droid_out.mk b/build/android/jni/modules/gm_droid_out.mk deleted file mode 100644 index 1b22d00..0000000 --- a/build/android/jni/modules/gm_droid_out.mk +++ /dev/null @@ -1,13 +0,0 @@ -LOCAL_PATH:= $(call my-dir) - -include $(CLEAR_VARS) - -LOCAL_MODULE := gm_droidout - -include $(LOCAL_PATH)/base.mk - -LOCAL_LDLIBS += -lGLESv1_CM -llog -ldl - -LOCAL_SRC_FILES := ../../../../modules/droid_out/droid_vout.c - -include $(BUILD_SHARED_LIBRARY) diff --git a/build/android/jni/modules/gm_dummy_in.mk b/build/android/jni/modules/gm_dummy_in.mk deleted file mode 100644 index 4f13744..0000000 --- a/build/android/jni/modules/gm_dummy_in.mk +++ /dev/null @@ -1,12 +0,0 @@ -LOCAL_PATH:= $(call my-dir) - -include $(CLEAR_VARS) - -LOCAL_MODULE := gm_dummy_in - -include $(LOCAL_PATH)/base.mk - -LOCAL_SRC_FILES := ../../../../modules/dummy_in/dummy_in.c - - -include $(BUILD_SHARED_LIBRARY) diff --git a/build/android/jni/modules/gm_ffmpeg_in.mk b/build/android/jni/modules/gm_ffmpeg_in.mk deleted file mode 100644 index a0cce7c..0000000 --- a/build/android/jni/modules/gm_ffmpeg_in.mk +++ /dev/null @@ -1,15 +0,0 @@ -LOCAL_PATH:= $(call my-dir) - -include $(CLEAR_VARS) - -LOCAL_MODULE := gm_ffmpeg_in - -include $(LOCAL_PATH)/base.mk - -LOCAL_C_INCLUDES += $(LOCAL_PATH)/../../../../extra_lib/include/ffmpeg_android/ - -LOCAL_LDLIBS += -lffmpeg - -LOCAL_SRC_FILES := ../../../../modules/ffmpeg_in/ffmpeg_load.c ../../../../modules/ffmpeg_in/ffmpeg_demux.c ../../../../modules/ffmpeg_in/ffmpeg_decode.c - -include $(BUILD_SHARED_LIBRARY) diff --git a/build/android/jni/modules/gm_ft_font.mk b/build/android/jni/modules/gm_ft_font.mk deleted file mode 100644 index d01b571..0000000 --- a/build/android/jni/modules/gm_ft_font.mk +++ /dev/null @@ -1,15 +0,0 @@ -LOCAL_PATH:= $(call my-dir) - -include $(CLEAR_VARS) - -LOCAL_MODULE := gm_ft_font - -include $(LOCAL_PATH)/base.mk - -LOCAL_C_INCLUDES += $(LOCAL_PATH)/../../../../extra_lib/include/freetype - -LOCAL_SRC_FILES := ../../../../modules/ft_font/ft_font.c - -LOCAL_LDLIBS += -lft2 - -include $(BUILD_SHARED_LIBRARY) diff --git a/build/android/jni/modules/gm_gpac_js.mk b/build/android/jni/modules/gm_gpac_js.mk deleted file mode 100644 index f0442da..0000000 --- a/build/android/jni/modules/gm_gpac_js.mk +++ /dev/null @@ -1,15 +0,0 @@ -LOCAL_PATH:= $(call my-dir) - -include $(CLEAR_VARS) - -LOCAL_MODULE := gm_gpac_js - -include $(LOCAL_PATH)/base.mk - -LOCAL_C_INCLUDES += $(LOCAL_PATH)/../../../../extra_lib/include/js/ - -LOCAL_SRC_FILES := ../../../../modules/gpac_js/gpac_js.c - -LOCAL_LDLIBS += -ljs_osmo - -include $(BUILD_SHARED_LIBRARY) diff --git a/build/android/jni/modules/gm_img_in.mk b/build/android/jni/modules/gm_img_in.mk deleted file mode 100644 index 6225501..0000000 --- a/build/android/jni/modules/gm_img_in.mk +++ /dev/null @@ -1,18 +0,0 @@ -LOCAL_PATH:= $(call my-dir) - -include $(CLEAR_VARS) - -LOCAL_MODULE := gm_img_in - -include $(LOCAL_PATH)/base.mk - -#LOCAL_C_INCLUDES += $(LOCAL_PATH)/../../../../extra_lib/android/libopenjpeg/jni/dist -#LOCAL_C_INCLUDES += $(LOCAL_PATH)/../../../../extra_lib/android/libopenjpeg/jni/ - -LOCAL_C_INCLUDES += $(LOCAL_PATH)/../../../../extra_lib/include/openjpeg -LOCAL_LDLIBS += -ljpeg -lopenjpeg -lpng - -LOCAL_SRC_FILES := ../../../../modules/img_in/img_dec.c ../../../../modules/img_in/img_in.c ../../../../modules/img_in/bmp_dec.c ../../../../modules/img_in/png_dec.c ../../../../modules/img_in/jpeg_dec.c ../../../../modules/img_in/jp2_dec.c - - -include $(BUILD_SHARED_LIBRARY) diff --git a/build/android/jni/modules/gm_ismacryp.mk b/build/android/jni/modules/gm_ismacryp.mk deleted file mode 100644 index 5b5d199..0000000 --- a/build/android/jni/modules/gm_ismacryp.mk +++ /dev/null @@ -1,11 +0,0 @@ -LOCAL_PATH:= $(call my-dir) - -include $(CLEAR_VARS) - -LOCAL_MODULE := gm_ismacryp - -include $(LOCAL_PATH)/base.mk - -LOCAL_SRC_FILES := ../../../../modules/ismacryp/ismacryp.c - -include $(BUILD_SHARED_LIBRARY) diff --git a/build/android/jni/modules/gm_isom_in.mk b/build/android/jni/modules/gm_isom_in.mk deleted file mode 100644 index fd6b6f8..0000000 --- a/build/android/jni/modules/gm_isom_in.mk +++ /dev/null @@ -1,11 +0,0 @@ -LOCAL_PATH:= $(call my-dir) - -include $(CLEAR_VARS) - -LOCAL_MODULE := gm_isom_in - -include $(LOCAL_PATH)/base.mk - -LOCAL_SRC_FILES := ../../../../modules/isom_in/cache.c ../../../../modules/isom_in/load.c ../../../../modules/isom_in/read.c ../../../../modules/isom_in/read_ch.c - -include $(BUILD_SHARED_LIBRARY) diff --git a/build/android/jni/modules/gm_laser_dec.mk b/build/android/jni/modules/gm_laser_dec.mk deleted file mode 100644 index 58e0744..0000000 --- a/build/android/jni/modules/gm_laser_dec.mk +++ /dev/null @@ -1,11 +0,0 @@ -LOCAL_PATH:= $(call my-dir) - -include $(CLEAR_VARS) - -LOCAL_MODULE := gm_laser_dec - -include $(LOCAL_PATH)/base.mk - -LOCAL_SRC_FILES := ../../../../modules/laser_dec/laser_dec.c - -include $(BUILD_SHARED_LIBRARY) diff --git a/build/android/jni/modules/gm_mp3_in.mk b/build/android/jni/modules/gm_mp3_in.mk deleted file mode 100644 index d9182e9..0000000 --- a/build/android/jni/modules/gm_mp3_in.mk +++ /dev/null @@ -1,17 +0,0 @@ -LOCAL_PATH:= $(call my-dir) - -include $(CLEAR_VARS) - -LOCAL_MODULE := gm_mp3_in - -include $(LOCAL_PATH)/base.mk - -LOCAL_C_INCLUDES += $(LOCAL_PATH)/../../../../extra_lib/include/mad - -LOCAL_LDLIBS += -lmad - -LOCAL_SRC_FILES := ../../../../modules/mp3_in/mad_dec.c ../../../../modules/mp3_in/mp3_in.c - -LOCAL_CFLAGS += -DGPAC_HAS_MAD - -include $(BUILD_SHARED_LIBRARY) diff --git a/build/android/jni/modules/gm_mpd_in.mk b/build/android/jni/modules/gm_mpd_in.mk deleted file mode 100644 index cca2940..0000000 --- a/build/android/jni/modules/gm_mpd_in.mk +++ /dev/null @@ -1,14 +0,0 @@ -LOCAL_PATH:= $(call my-dir) - -include $(CLEAR_VARS) - -LOCAL_MODULE := gm_mpd_in - -include $(LOCAL_PATH)/base.mk - -LOCAL_C_INCLUDES += $(LOCAL_PATH)/../../../../extra_lib/include/ -LOCAL_C_INCLUDES += $(LOCAL_PATH)/../../../../include - -LOCAL_SRC_FILES := ../../../../modules/mpd_in/mpd_in.c - -include $(BUILD_SHARED_LIBRARY) diff --git a/build/android/jni/modules/gm_mpegts_in.mk b/build/android/jni/modules/gm_mpegts_in.mk deleted file mode 100644 index d7fd186..0000000 --- a/build/android/jni/modules/gm_mpegts_in.mk +++ /dev/null @@ -1,13 +0,0 @@ -LOCAL_PATH:= $(call my-dir) - -include $(CLEAR_VARS) - -LOCAL_MODULE := gm_mpegts_in - -include $(LOCAL_PATH)/base.mk - -LOCAL_C_INCLUDES += $(LOCAL_PATH)/../../../../extra_lib/include/ - -LOCAL_SRC_FILES := ../../../../modules/mpegts_in/mpegts_in.c - -include $(BUILD_SHARED_LIBRARY) diff --git a/build/android/jni/modules/gm_odf_dec.mk b/build/android/jni/modules/gm_odf_dec.mk deleted file mode 100644 index 0b5bc82..0000000 --- a/build/android/jni/modules/gm_odf_dec.mk +++ /dev/null @@ -1,11 +0,0 @@ -LOCAL_PATH:= $(call my-dir) - -include $(CLEAR_VARS) - -LOCAL_MODULE := gm_odf_dec - -include $(LOCAL_PATH)/base.mk - -LOCAL_SRC_FILES := ../../../../modules/odf_dec/odf_dec.c - -include $(BUILD_SHARED_LIBRARY) diff --git a/build/android/jni/modules/gm_rawout.mk b/build/android/jni/modules/gm_rawout.mk deleted file mode 100644 index 80b3d54..0000000 --- a/build/android/jni/modules/gm_rawout.mk +++ /dev/null @@ -1,11 +0,0 @@ -LOCAL_PATH:= $(call my-dir) - -include $(CLEAR_VARS) - -LOCAL_MODULE := gm_rawout - -include $(LOCAL_PATH)/base.mk - -LOCAL_SRC_FILES := ../../../../modules/raw_out/raw_video.c - -include $(BUILD_SHARED_LIBRARY) diff --git a/build/android/jni/modules/gm_rtp_in.mk b/build/android/jni/modules/gm_rtp_in.mk deleted file mode 100644 index 553da88..0000000 --- a/build/android/jni/modules/gm_rtp_in.mk +++ /dev/null @@ -1,13 +0,0 @@ -LOCAL_PATH:= $(call my-dir) - -include $(CLEAR_VARS) - -LOCAL_MODULE := gm_rtp_in - -include $(LOCAL_PATH)/base.mk - -#LOCAL_CFLAGS += -DGPAC_DISABLE_STREAMING - -LOCAL_SRC_FILES := ../../../../modules/rtp_in/rtp_in.c ../../../../modules/rtp_in/rtp_session.c ../../../../modules/rtp_in/rtp_signaling.c ../../../../modules/rtp_in/rtp_stream.c ../../../../modules/rtp_in/sdp_fetch.c ../../../../modules/rtp_in/sdp_load.c - -include $(BUILD_SHARED_LIBRARY) diff --git a/build/android/jni/modules/gm_saf_in.mk b/build/android/jni/modules/gm_saf_in.mk deleted file mode 100644 index b743d26..0000000 --- a/build/android/jni/modules/gm_saf_in.mk +++ /dev/null @@ -1,11 +0,0 @@ -LOCAL_PATH:= $(call my-dir) - -include $(CLEAR_VARS) - -LOCAL_MODULE := gm_saf_in - -include $(LOCAL_PATH)/base.mk - -LOCAL_SRC_FILES := ../../../../modules/saf_in/saf_in.c - -include $(BUILD_SHARED_LIBRARY) diff --git a/build/android/jni/modules/gm_soft_raster.mk b/build/android/jni/modules/gm_soft_raster.mk deleted file mode 100644 index ecd72a9..0000000 --- a/build/android/jni/modules/gm_soft_raster.mk +++ /dev/null @@ -1,11 +0,0 @@ -LOCAL_PATH:= $(call my-dir) - -include $(CLEAR_VARS) - -LOCAL_MODULE := gm_soft_raster - -include $(LOCAL_PATH)/base.mk - -LOCAL_SRC_FILES := ../../../../modules/../modules/soft_raster/ftgrays.c ../../../../modules/../modules/soft_raster/raster_load.c ../../../../modules/../modules/soft_raster/raster_565.c ../../../../modules/soft_raster/raster_argb.c ../../../../modules/soft_raster/raster_rgb.c ../../../../modules/soft_raster/stencil.c ../../../../modules/soft_raster/surface.c - -include $(BUILD_SHARED_LIBRARY) diff --git a/build/android/jni/modules/gm_svg_in.mk b/build/android/jni/modules/gm_svg_in.mk deleted file mode 100644 index ea6f118..0000000 --- a/build/android/jni/modules/gm_svg_in.mk +++ /dev/null @@ -1,13 +0,0 @@ -LOCAL_PATH:= $(call my-dir) - -include $(CLEAR_VARS) - -LOCAL_MODULE := gm_svg_in - -include $(LOCAL_PATH)/base.mk - -LOCAL_SRC_FILES := ../../../../modules/svg_in/svg_in.c - -LOCAL_LDLIBS += -ljs_osmo -lz - -include $(BUILD_SHARED_LIBRARY) diff --git a/build/android/jni/modules/gm_timedtext.mk b/build/android/jni/modules/gm_timedtext.mk deleted file mode 100644 index f901c0f..0000000 --- a/build/android/jni/modules/gm_timedtext.mk +++ /dev/null @@ -1,11 +0,0 @@ -LOCAL_PATH:= $(call my-dir) - -include $(CLEAR_VARS) - -LOCAL_MODULE := gm_timedtext - -include $(LOCAL_PATH)/base.mk - -LOCAL_SRC_FILES := ../../../../modules/timedtext/timedtext_in.c ../../../../modules/timedtext/timedtext_dec.c - -include $(BUILD_SHARED_LIBRARY) diff --git a/build/android/jni/modules/gm_widgetman.mk b/build/android/jni/modules/gm_widgetman.mk deleted file mode 100644 index e3e2fae..0000000 --- a/build/android/jni/modules/gm_widgetman.mk +++ /dev/null @@ -1,15 +0,0 @@ -LOCAL_PATH:= $(call my-dir) - -include $(CLEAR_VARS) - -LOCAL_MODULE := gm_widgetman - -include $(LOCAL_PATH)/base.mk - -LOCAL_C_INCLUDES += $(LOCAL_PATH)/../../../../extra_lib/include/js/ - -LOCAL_SRC_FILES := ../../../../modules/widgetman/widgetman.c ../../../../modules/widgetman/unzip.c ../../../../modules/widgetman/widget.c ../../../../modules/widgetman/wgt_load.c - -LOCAL_LDLIBS += -ljs_osmo -lz - -include $(BUILD_SHARED_LIBRARY) diff --git a/build/android/jni/mp4box/Android.mk b/build/android/jni/mp4box/Android.mk deleted file mode 100644 index dde0485..0000000 --- a/build/android/jni/mp4box/Android.mk +++ /dev/null @@ -1,20 +0,0 @@ -LOCAL_PATH := $(call my-dir) -APP_ABI := armeabi - - -LOCAL_MODULE := mp4box -LOCAL_MODULE_FILENAME := libmp4box - -LOCAL_C_INCLUDES := $(LOCAL_PATH)/../libgpac \ - $(LOCAL_PATH)/../../../../include - -LOCAL_LDLIBS += -L$(LOCAL_PATH)/../../libs/$(TARGET_ARCH_ABI) -LOCAL_LDLIBS += -lgpac -llog - -LOCAL_SRC_FILES := ../../../../applications/mp4box/filedump.c \ - ../../../../applications/mp4box/fileimport.c \ - ../../../../applications/mp4box/live.c \ - ../../../../applications/mp4box/main.c \ - ../../../../applications/mp4box/wrapper.c - -include $(BUILD_SHARED_LIBRARY) diff --git a/build/android/jni/mp4box/Application.mk b/build/android/jni/mp4box/Application.mk deleted file mode 100644 index 565356f..0000000 --- a/build/android/jni/mp4box/Application.mk +++ /dev/null @@ -1,4 +0,0 @@ -LOCAL_PATH:= $(call my-dir) - -APP_ABI := armeabi armeabi-v7a -APP_MODULES := mp4box diff --git a/build/android/jni/wrapper/Android.mk b/build/android/jni/wrapper/Android.mk deleted file mode 100644 index 68f74fd..0000000 --- a/build/android/jni/wrapper/Android.mk +++ /dev/null @@ -1,19 +0,0 @@ -OCAL_PATH:= $(call my-dir) - -include $(CLEAR_VARS) -include $(LOCAL_PATH)/../common.mk - -LOCAL_MODULE := gpacWrapper - -LOCAL_C_INCLUDES += $(LOCAL_PATH)/../../../../include -LOCAL_C_INCLUDES += $(LOCAL_PATH)/../libgpac/ - -LOCAL_LDLIBS += -L../libs/$(TARGET_ARCH_ABI) -LOCAL_LDLIBS += -llog -lgpac - -#LOCAL_CFLAGS += -DGPAC_GUI_ONLY -LOCAL_CFLAGS += -DDEBUG_MODE - -LOCAL_SRC_FILES := ../../../../applications/osmo4_android/jni/wrapper.cpp - -include $(BUILD_SHARED_LIBRARY) diff --git a/build/android/jni/wrapper/Application.mk b/build/android/jni/wrapper/Application.mk deleted file mode 100644 index d465acd..0000000 --- a/build/android/jni/wrapper/Application.mk +++ /dev/null @@ -1,5 +0,0 @@ -LOCAL_PATH:= $(call my-dir) -include $(LOCAL_PATH)/../common.mk -APP_ABI := armeabi armeabi-v7a -APP_MODULES := gpacWrapper - diff --git a/build/android/res/drawable-hdpi/icon.png b/build/android/res/drawable-hdpi/icon.png deleted file mode 100644 index 8074c4c..0000000 Binary files a/build/android/res/drawable-hdpi/icon.png and /dev/null differ diff --git a/build/android/res/drawable-ldpi/icon.png b/build/android/res/drawable-ldpi/icon.png deleted file mode 100644 index 1095584..0000000 Binary files a/build/android/res/drawable-ldpi/icon.png and /dev/null differ diff --git a/build/android/res/drawable-mdpi/icon.png b/build/android/res/drawable-mdpi/icon.png deleted file mode 100644 index a07c69f..0000000 Binary files a/build/android/res/drawable-mdpi/icon.png and /dev/null differ diff --git a/build/android/res/layout/main.xml b/build/android/res/layout/main.xml deleted file mode 100644 index 3a5f117..0000000 --- a/build/android/res/layout/main.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - diff --git a/build/android/res/values/strings.xml b/build/android/res/values/strings.xml deleted file mode 100644 index 4292117..0000000 --- a/build/android/res/values/strings.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - Hello World, gpac! - gpac - diff --git a/build/android/src/com/enst/gpac/gpac.java b/build/android/src/com/enst/gpac/gpac.java deleted file mode 100644 index 2fee76d..0000000 --- a/build/android/src/com/enst/gpac/gpac.java +++ /dev/null @@ -1,13 +0,0 @@ -package com.enst.gpac; - -import android.app.Activity; -import android.os.Bundle; - -public class gpac extends Activity { - /** Called when the activity is first created. */ - @Override - public void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.main); - } -} \ No newline at end of file diff --git a/build/codeblocks/GPAX.cbp b/build/codeblocks/GPAX.cbp deleted file mode 100644 index 71e7fd9..0000000 --- a/build/codeblocks/GPAX.cbp +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - diff --git a/build/codeblocks/Osmo4.cbp b/build/codeblocks/Osmo4.cbp deleted file mode 100644 index 222b554..0000000 --- a/build/codeblocks/Osmo4.cbp +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - diff --git a/build/codeblocks/aac_in.cbp b/build/codeblocks/aac_in.cbp deleted file mode 100644 index 979c646..0000000 --- a/build/codeblocks/aac_in.cbp +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - diff --git a/build/codeblocks/ac3_in.cbp b/build/codeblocks/ac3_in.cbp deleted file mode 100644 index 06ca507..0000000 --- a/build/codeblocks/ac3_in.cbp +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - diff --git a/build/codeblocks/amr_dec.cbp b/build/codeblocks/amr_dec.cbp deleted file mode 100644 index fdf59e4..0000000 --- a/build/codeblocks/amr_dec.cbp +++ /dev/null @@ -1,496 +0,0 @@ - - - - - - diff --git a/build/codeblocks/amr_float_dec.cbp b/build/codeblocks/amr_float_dec.cbp deleted file mode 100644 index f5e7fcb..0000000 --- a/build/codeblocks/amr_float_dec.cbp +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - diff --git a/build/codeblocks/bifs_dec.cbp b/build/codeblocks/bifs_dec.cbp deleted file mode 100644 index e11039e..0000000 --- a/build/codeblocks/bifs_dec.cbp +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - diff --git a/build/codeblocks/ctx_load.cbp b/build/codeblocks/ctx_load.cbp deleted file mode 100644 index d24c3b6..0000000 --- a/build/codeblocks/ctx_load.cbp +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - diff --git a/build/codeblocks/demo_is.cbp b/build/codeblocks/demo_is.cbp deleted file mode 100644 index 3962b53..0000000 --- a/build/codeblocks/demo_is.cbp +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - diff --git a/build/codeblocks/dummy_in.cbp b/build/codeblocks/dummy_in.cbp deleted file mode 100644 index ccbf67f..0000000 --- a/build/codeblocks/dummy_in.cbp +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - diff --git a/build/codeblocks/dx_hw.cbp b/build/codeblocks/dx_hw.cbp deleted file mode 100644 index 6cf29e8..0000000 --- a/build/codeblocks/dx_hw.cbp +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - diff --git a/build/codeblocks/ffmpeg_in.cbp b/build/codeblocks/ffmpeg_in.cbp deleted file mode 100644 index e8a824b..0000000 --- a/build/codeblocks/ffmpeg_in.cbp +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - diff --git a/build/codeblocks/ft_font.cbp b/build/codeblocks/ft_font.cbp deleted file mode 100644 index 5b2148a..0000000 --- a/build/codeblocks/ft_font.cbp +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - diff --git a/build/codeblocks/gdip_raster.cbp b/build/codeblocks/gdip_raster.cbp deleted file mode 100644 index 77e4ada..0000000 --- a/build/codeblocks/gdip_raster.cbp +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - diff --git a/build/codeblocks/gpac.workspace b/build/codeblocks/gpac.workspace deleted file mode 100644 index b9de249..0000000 --- a/build/codeblocks/gpac.workspace +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/codeblocks/gpac_js.cbp b/build/codeblocks/gpac_js.cbp deleted file mode 100644 index c62181d..0000000 --- a/build/codeblocks/gpac_js.cbp +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - diff --git a/build/codeblocks/img_in.cbp b/build/codeblocks/img_in.cbp deleted file mode 100644 index b0445a7..0000000 --- a/build/codeblocks/img_in.cbp +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - diff --git a/build/codeblocks/ismacryp.cbp b/build/codeblocks/ismacryp.cbp deleted file mode 100644 index 1eebb4f..0000000 --- a/build/codeblocks/ismacryp.cbp +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - diff --git a/build/codeblocks/isom_in.cbp b/build/codeblocks/isom_in.cbp deleted file mode 100644 index 1f2c81e..0000000 --- a/build/codeblocks/isom_in.cbp +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - diff --git a/build/codeblocks/laser_dec.cbp b/build/codeblocks/laser_dec.cbp deleted file mode 100644 index d7719cc..0000000 --- a/build/codeblocks/laser_dec.cbp +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - diff --git a/build/codeblocks/libgpac.cbp b/build/codeblocks/libgpac.cbp deleted file mode 100644 index cf02575..0000000 --- a/build/codeblocks/libgpac.cbp +++ /dev/null @@ -1,858 +0,0 @@ - - - - - - diff --git a/build/codeblocks/mp3_in.cbp b/build/codeblocks/mp3_in.cbp deleted file mode 100644 index 1284d24..0000000 --- a/build/codeblocks/mp3_in.cbp +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - diff --git a/build/codeblocks/mp4box.cbp b/build/codeblocks/mp4box.cbp deleted file mode 100644 index b7775ea..0000000 --- a/build/codeblocks/mp4box.cbp +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - diff --git a/build/codeblocks/mp4client.cbp b/build/codeblocks/mp4client.cbp deleted file mode 100644 index e5a6276..0000000 --- a/build/codeblocks/mp4client.cbp +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - diff --git a/build/codeblocks/mpegts_in.cbp b/build/codeblocks/mpegts_in.cbp deleted file mode 100644 index f743a15..0000000 --- a/build/codeblocks/mpegts_in.cbp +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - diff --git a/build/codeblocks/odf_dec.cbp b/build/codeblocks/odf_dec.cbp deleted file mode 100644 index 9017141..0000000 --- a/build/codeblocks/odf_dec.cbp +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - diff --git a/build/codeblocks/ogg.cbp b/build/codeblocks/ogg.cbp deleted file mode 100644 index 09691d1..0000000 --- a/build/codeblocks/ogg.cbp +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - diff --git a/build/codeblocks/osmozilla.cbp b/build/codeblocks/osmozilla.cbp deleted file mode 100644 index b97057a..0000000 --- a/build/codeblocks/osmozilla.cbp +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - diff --git a/build/codeblocks/raw_out.cbp b/build/codeblocks/raw_out.cbp deleted file mode 100644 index e7db51d..0000000 --- a/build/codeblocks/raw_out.cbp +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - diff --git a/build/codeblocks/rtp_in.cbp b/build/codeblocks/rtp_in.cbp deleted file mode 100644 index 4f2c1c1..0000000 --- a/build/codeblocks/rtp_in.cbp +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - diff --git a/build/codeblocks/saf_in.cbp b/build/codeblocks/saf_in.cbp deleted file mode 100644 index f239de1..0000000 --- a/build/codeblocks/saf_in.cbp +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - diff --git a/build/codeblocks/sdl_out.cbp b/build/codeblocks/sdl_out.cbp deleted file mode 100644 index c4451a0..0000000 --- a/build/codeblocks/sdl_out.cbp +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - diff --git a/build/codeblocks/soft_raster.cbp b/build/codeblocks/soft_raster.cbp deleted file mode 100644 index 243d7d7..0000000 --- a/build/codeblocks/soft_raster.cbp +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - diff --git a/build/codeblocks/svg_in.cbp b/build/codeblocks/svg_in.cbp deleted file mode 100644 index 2c5e359..0000000 --- a/build/codeblocks/svg_in.cbp +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - diff --git a/build/codeblocks/timedtext.cbp b/build/codeblocks/timedtext.cbp deleted file mode 100644 index 10acad7..0000000 --- a/build/codeblocks/timedtext.cbp +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - diff --git a/build/codeblocks/ui_rec.cbp b/build/codeblocks/ui_rec.cbp deleted file mode 100644 index 9aea29f..0000000 --- a/build/codeblocks/ui_rec.cbp +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - diff --git a/build/codeblocks/wav_out.cbp b/build/codeblocks/wav_out.cbp deleted file mode 100644 index 6dcb394..0000000 --- a/build/codeblocks/wav_out.cbp +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - diff --git a/build/codeblocks/wiiis.cbp b/build/codeblocks/wiiis.cbp deleted file mode 100644 index 63d0fcc..0000000 --- a/build/codeblocks/wiiis.cbp +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - diff --git a/build/codeblocks/wxOsmo4.cbp b/build/codeblocks/wxOsmo4.cbp deleted file mode 100644 index b0f368d..0000000 --- a/build/codeblocks/wxOsmo4.cbp +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - diff --git a/build/codeblocks/xvid_dec.cbp b/build/codeblocks/xvid_dec.cbp deleted file mode 100644 index 02379dd..0000000 --- a/build/codeblocks/xvid_dec.cbp +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - diff --git a/build/msevc4/GPAC.VCW b/build/msevc4/GPAC.VCW deleted file mode 100644 index 6ad6850..0000000 --- a/build/msevc4/GPAC.VCW +++ /dev/null @@ -1,434 +0,0 @@ -Microsoft eMbedded Visual Tools Workspace File, Format Version 4.00 -# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! - -############################################################################### - -Project: "GPAX"=.\GPAX.VCP - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name libgpac_dll - End Project Dependency -}}} - -############################################################################### - -Project: "Osmo4"=.\Osmo4.vcp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name libgpac_dll - End Project Dependency -}}} - -############################################################################### - -Project: "aac_in"=.\aac_in.vcp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name libgpac_dll - End Project Dependency -}}} - -############################################################################### - -Project: "ac3_in"=.\ac3_in.vcp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name libgpac_dll - End Project Dependency -}}} - -############################################################################### - -Project: "amr_dec"=.\amr_dec.vcp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name libgpac_dll - End Project Dependency -}}} - -############################################################################### - -Project: "bifs_dec"=.\bifs_dec.vcp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name libgpac_dll - End Project Dependency -}}} - -############################################################################### - -Project: "ctx_load"=.\ctx_load.vcp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name libgpac_dll - End Project Dependency -}}} - -############################################################################### - -Project: "dummy_in"=.\dummy_in.vcp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name libgpac_dll - End Project Dependency -}}} - -############################################################################### - -Project: "ffmpeg_in"=.\ffmpeg_in.vcp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name libgpac_dll - End Project Dependency -}}} - -############################################################################### - -Project: "ft_font"=.\ft_font.vcp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name libgpac_dll - End Project Dependency -}}} - -############################################################################### - -Project: "gapi"=.\gapi.vcp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name libgpac_dll - End Project Dependency -}}} - -############################################################################### - -Project: "gpac_js"=.\gpac_js.vcp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name libgpac_dll - End Project Dependency -}}} - -############################################################################### - -Project: "img_in"=.\img_in.vcp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name libgpac_dll - End Project Dependency -}}} - -############################################################################### - -Project: "ismacryp"=.\ismacryp.vcp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name libgpac_dll - End Project Dependency -}}} - -############################################################################### - -Project: "isom_in"=.\isom_in.vcp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name libgpac_dll - End Project Dependency -}}} - -############################################################################### - -Project: "laser_dec"=.\laser_dec.vcp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name libgpac_dll - End Project Dependency -}}} - -############################################################################### - -Project: "libgpac"=.\libgpac.vcp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "libgpac_dll"=.\libgpac_dll.vcp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name libgpac - End Project Dependency -}}} - -############################################################################### - -Project: "mp3_in"=.\mp3_in.vcp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name libgpac_dll - End Project Dependency -}}} - -############################################################################### - -Project: "odf_dec"=.\odf_dec.vcp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name libgpac_dll - End Project Dependency -}}} - -############################################################################### - -Project: "osmophone"=.\osmophone.vcp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name libgpac_dll - End Project Dependency -}}} - -############################################################################### - -Project: "rtp_in"=.\rtp_in.vcp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name libgpac_dll - End Project Dependency -}}} - -############################################################################### - -Project: "saf_in"=.\saf_in.vcp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name libgpac_dll - End Project Dependency -}}} - -############################################################################### - -Project: "soft_rast"=.\soft_rast.vcp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name libgpac_dll - End Project Dependency -}}} - -############################################################################### - -Project: "svg_in"=.\svg_in.vcp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name libgpac_dll - End Project Dependency -}}} - -############################################################################### - -Project: "timedtext"=.\timedtext.vcp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name libgpac_dll - End Project Dependency -}}} - -############################################################################### - -Project: "wav_out"=.\wav_out.vcp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name libgpac_dll - End Project Dependency -}}} - -############################################################################### - -Project: "xvid_dec"=.\xvid_dec.vcp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name libgpac_dll - End Project Dependency -}}} - -############################################################################### - -Global: - -Package=<5> -{{{ -}}} - -Package=<3> -{{{ -}}} - -############################################################################### - diff --git a/build/msevc4/GPAX.VCP b/build/msevc4/GPAX.VCP deleted file mode 100644 index 98b0646..0000000 --- a/build/msevc4/GPAX.VCP +++ /dev/null @@ -1,192 +0,0 @@ -# Microsoft eMbedded Visual Tools Project File - Name="GPAX" - Package Owner=<4> -# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (WCE ARMV4) Dynamic-Link Library" 0xa302 - -CFG=GPAX - Win32 (WCE ARMV4) Release -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "GPAX.VCN". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "GPAX.VCN" CFG="GPAX - Win32 (WCE ARMV4) Release" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "GPAX - Win32 (WCE ARMV4) Release" (based on "Win32 (WCE ARMV4) Dynamic-Link Library") -!MESSAGE "GPAX - Win32 (WCE ARMV4) Debug" (based on "Win32 (WCE ARMV4) Dynamic-Link Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -# PROP ATL_Project 2 -CPP=clarm.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "GPAX - Win32 (WCE ARMV4) Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "ARMV4Rel" -# PROP BASE Intermediate_Dir "ARMV4Rel" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "obj/gpax_rel" -# PROP Intermediate_Dir "obj/gpax_rel" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "GPAX_EXPORTS" /YX /O2 /M$(CECrtMT) /c -# ADD CPP /nologo /W3 /Oxt /I "../../include" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "_ATL_STATIC_REGISTRY" /YX /M$(CECrtMT) /c -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /out:"../../bin/arm_ppc03_rel/GPAX.dll" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM - -!ELSEIF "$(CFG)" == "GPAX - Win32 (WCE ARMV4) Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "ARMV4Dbg" -# PROP BASE Intermediate_Dir "ARMV4Dbg" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "obj/gpax_deb" -# PROP Intermediate_Dir "obj/gpax_deb" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "GPAX_EXPORTS" /YX /M$(CECrtMTDebug) /c -# ADD CPP /nologo /W3 /Zi /Od /I "../../include" /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "GPAX_EXPORTS" /YX /M$(CECrtMTDebug) /c -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /out:"../../bin/arm_ppc03_deb/GPAX.dll" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM - -!ENDIF - -# Begin Target - -# Name "GPAX - Win32 (WCE ARMV4) Release" -# Name "GPAX - Win32 (WCE ARMV4) Debug" -# Begin Source File - -SOURCE=..\..\applications\GPAX\gpax.bmp -# End Source File -# Begin Source File - -SOURCE=..\..\applications\GPAX\GPAX.cpp -DEP_CPP_GPAX_=\ - "..\..\applications\GPAX\GPAX.h"\ - "..\..\applications\GPAX\GPAX_i.c"\ - "..\..\applications\GPAX\GPAXPlugin.h"\ - "..\..\applications\GPAX\StdAfx.h"\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\options.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\terminal.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - -NODEP_CPP_GPAX_=\ - "..\..\include\gpac\config.h"\ - ".\uiddef.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\applications\GPAX\GPAX.def -# End Source File -# Begin Source File - -SOURCE=..\..\applications\GPAX\GPAX.h -# End Source File -# Begin Source File - -SOURCE=..\..\applications\GPAX\GPAX.idl -# ADD MTL /tlb ".\GPAX.tlb" -# End Source File -# Begin Source File - -SOURCE=..\..\applications\GPAX\GPAX.rc -# End Source File -# Begin Source File - -SOURCE=..\..\applications\GPAX\GPAX.rgs -# End Source File -# Begin Source File - -SOURCE=..\..\applications\GPAX\GPAXPlugin.cpp -DEP_CPP_GPAXP=\ - "..\..\applications\GPAX\GPAX.h"\ - "..\..\applications\GPAX\GPAXPlugin.h"\ - "..\..\applications\GPAX\StdAfx.h"\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\options.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\terminal.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\include\gpac\utf.h"\ - -NODEP_CPP_GPAXP=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\applications\GPAX\GPAXPlugin.h -# End Source File -# Begin Source File - -SOURCE=..\..\applications\GPAX\resource.h -# End Source File -# Begin Source File - -SOURCE=..\..\applications\GPAX\StdAfx.cpp -DEP_CPP_STDAF=\ - "..\..\applications\GPAX\StdAfx.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\applications\GPAX\StdAfx.h -# End Source File -# End Target -# End Project diff --git a/build/msevc4/Osmo4.vcp b/build/msevc4/Osmo4.vcp deleted file mode 100644 index 72a1be4..0000000 --- a/build/msevc4/Osmo4.vcp +++ /dev/null @@ -1,310 +0,0 @@ -# Microsoft eMbedded Visual Tools Project File - Name="Osmo4" - Package Owner=<4> -# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (WCE ARMV4) Application" 0xa301 - -CFG=Osmo4 - Win32 (WCE ARMV4) Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "Osmo4.vcn". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "Osmo4.vcn" CFG="Osmo4 - Win32 (WCE ARMV4) Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "Osmo4 - Win32 (WCE ARMV4) Release" (based on "Win32 (WCE ARMV4) Application") -!MESSAGE "Osmo4 - Win32 (WCE ARMV4) Debug" (based on "Win32 (WCE ARMV4) Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -# PROP ATL_Project 2 -CPP=clarm.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "Osmo4 - Win32 (WCE ARMV4) Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "ARMV4Rel" -# PROP BASE Intermediate_Dir "ARMV4Rel" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 2 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "obj/osmo4_rel" -# PROP Intermediate_Dir "obj/osmo4_rel" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /d "_AFXDLL" /r -# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /YX /O2 /M$(CECrtMT) /c -# ADD CPP /nologo /W3 /Oxt /I "../../include" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_AFXDLL" /YX /M$(CECrtMT) /c -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 commctrl.lib coredll.lib aygshell.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 gx.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"wWinMainCRTStartup" /nodefaultlib:"$(CENoDefaultLib)" /out:"../../bin/arm_ppc03_rel/Osmo4.exe" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# SUBTRACT LINK32 /pdb:none - -!ELSEIF "$(CFG)" == "Osmo4 - Win32 (WCE ARMV4) Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "ARMV4Dbg" -# PROP BASE Intermediate_Dir "ARMV4Dbg" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 1 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "obj/osmo4_deb" -# PROP Intermediate_Dir "obj/osmo4_deb" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /YX /M$(CECrtMTDebug) /c -# ADD CPP /nologo /W3 /Zi /Od /I "../../include" /D "DEBUG" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /YX /M$(CECrtMTDebug) /c -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 commctrl.lib coredll.lib aygshell.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 gx.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"wWinMainCRTStartup" /debug /nodefaultlib:"$(CENoDefaultLib)" /out:"../../bin/arm_ppc03_deb/Osmo4.exe" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# SUBTRACT LINK32 /pdb:none - -!ENDIF - -# Begin Target - -# Name "Osmo4 - Win32 (WCE ARMV4) Release" -# Name "Osmo4 - Win32 (WCE ARMV4) Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\applications\osmo4_wce\MainFrm.cpp -DEP_CPP_MAINF=\ - "..\..\applications\osmo4_wce\MainFrm.h"\ - "..\..\applications\osmo4_wce\Osmo4.h"\ - "..\..\applications\osmo4_wce\ProgressBar.h"\ - "..\..\applications\osmo4_wce\StdAfx.h"\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\options.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\terminal.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - {$(INCLUDE)}"gx.h"\ - -NODEP_CPP_MAINF=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\applications\osmo4_wce\OpenDlg.cpp -DEP_CPP_OPEND=\ - "..\..\applications\osmo4_wce\OpenDlg.h"\ - "..\..\applications\osmo4_wce\Osmo4.h"\ - "..\..\applications\osmo4_wce\StdAfx.h"\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\terminal.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - -NODEP_CPP_OPEND=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\applications\osmo4_wce\Options.cpp -DEP_CPP_OPTIO=\ - "..\..\applications\osmo4_wce\Options.h"\ - "..\..\applications\osmo4_wce\Osmo4.h"\ - "..\..\applications\osmo4_wce\StdAfx.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\iso639.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\codec.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\options.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\terminal.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - {$(INCLUDE)}"gx.h"\ - -NODEP_CPP_OPTIO=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\applications\osmo4_wce\Osmo4.cpp -DEP_CPP_OSMO4=\ - "..\..\applications\osmo4_wce\MainFrm.h"\ - "..\..\applications\osmo4_wce\OpenDlg.h"\ - "..\..\applications\osmo4_wce\Options.h"\ - "..\..\applications\osmo4_wce\Osmo4.h"\ - "..\..\applications\osmo4_wce\ProgressBar.h"\ - "..\..\applications\osmo4_wce\StdAfx.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\options.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\terminal.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - {$(INCLUDE)}"gx.h"\ - -NODEP_CPP_OSMO4=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\applications\osmo4_wce\Osmo4.rc -# End Source File -# Begin Source File - -SOURCE=..\..\applications\osmo4_wce\ProgressBar.cpp -DEP_CPP_PROGR=\ - "..\..\applications\osmo4_wce\Osmo4.h"\ - "..\..\applications\osmo4_wce\ProgressBar.h"\ - "..\..\applications\osmo4_wce\StdAfx.h"\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\terminal.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - -NODEP_CPP_PROGR=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\applications\osmo4_wce\StdAfx.cpp -DEP_CPP_STDAF=\ - "..\..\applications\osmo4_wce\StdAfx.h"\ - -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=..\..\applications\osmo4_wce\MainFrm.h -# End Source File -# Begin Source File - -SOURCE=..\..\applications\osmo4_wce\newres.h -# End Source File -# Begin Source File - -SOURCE=..\..\applications\osmo4_wce\OpenDlg.h -# End Source File -# Begin Source File - -SOURCE=..\..\applications\osmo4_wce\Options.h -# End Source File -# Begin Source File - -SOURCE=..\..\applications\osmo4_wce\Osmo4.h -# End Source File -# Begin Source File - -SOURCE=..\..\applications\osmo4_wce\ProgressBar.h -# End Source File -# Begin Source File - -SOURCE=..\..\applications\osmo4_wce\resource.h -# End Source File -# Begin Source File - -SOURCE=..\..\applications\osmo4_wce\StdAfx.h -# End Source File -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# Begin Source File - -SOURCE=..\..\applications\osmo4_wce\res\Cmdbar.bmp -# End Source File -# Begin Source File - -SOURCE=..\..\applications\osmo4_wce\res\Osmo4.ico -# End Source File -# End Group -# Begin Source File - -SOURCE=..\..\include\gpac\sync_layer.h -# End Source File -# End Target -# End Project diff --git a/build/msevc4/aac_in.vcp b/build/msevc4/aac_in.vcp deleted file mode 100644 index 378b6b5..0000000 --- a/build/msevc4/aac_in.vcp +++ /dev/null @@ -1,159 +0,0 @@ -# Microsoft eMbedded Visual Tools Project File - Name="aac_in" - Package Owner=<4> -# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (WCE ARMV4) Dynamic-Link Library" 0xa302 - -CFG=aac_in - Win32 (WCE ARMV4) Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "aac_in.vcn". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "aac_in.vcn" CFG="aac_in - Win32 (WCE ARMV4) Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "aac_in - Win32 (WCE ARMV4) Release" (based on "Win32 (WCE ARMV4) Dynamic-Link Library") -!MESSAGE "aac_in - Win32 (WCE ARMV4) Debug" (based on "Win32 (WCE ARMV4) Dynamic-Link Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -# PROP ATL_Project 2 -CPP=clarm.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "aac_in - Win32 (WCE ARMV4) Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "ARMV4Rel" -# PROP BASE Intermediate_Dir "ARMV4Rel" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "obj/aac_in_rel" -# PROP Intermediate_Dir "obj/aac_in_rel" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "AAC_IN_EXPORTS" /YX /O2 /M$(CECrtMT) /c -# ADD CPP /nologo /W3 /Oxt /I "../../include" /I "../../extra_lib/include/faad" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "GPAC_HAS_FAAD" /M$(CECrtMT) /c -# SUBTRACT CPP /YX -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 libfaad2.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /out:"../../bin/arm_ppc03_rel/gm_aac_in.dll" /libpath:"../../extra_lib/lib/arm_ppc03_deb" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM - -!ELSEIF "$(CFG)" == "aac_in - Win32 (WCE ARMV4) Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "ARMV4Dbg" -# PROP BASE Intermediate_Dir "ARMV4Dbg" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "obj/aac_in_deb" -# PROP Intermediate_Dir "obj/aac_in_deb" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "AAC_IN_EXPORTS" /YX /M$(CECrtMTDebug) /c -# ADD CPP /nologo /W3 /Zi /Od /I "../../include" /I "../../extra_lib/include/faad" /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "GPAC_HAS_FAAD" /M$(CECrtMTDebug) /c -# SUBTRACT CPP /YX -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 libfaad2.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /out:"../../bin/arm_ppc03_deb/gm_aac_in.dll" /libpath:"../../extra_lib/lib/arm_ppc03_deb" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM - -!ENDIF - -# Begin Target - -# Name "aac_in - Win32 (WCE ARMV4) Release" -# Name "aac_in - Win32 (WCE ARMV4) Debug" -# Begin Source File - -SOURCE=..\..\modules\aac_in\aac_in.c -DEP_CPP_AAC_I=\ - "..\..\include\gpac\avparse.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\codec.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_AAC_I=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\aac_in\faad_dec.c -DEP_CPP_FAAD_=\ - "..\..\extra_lib\include\faad\faad.h"\ - "..\..\extra_lib\include\faad\neaacdec.h"\ - "..\..\include\gpac\avparse.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\codec.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_FAAD_=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\modules_export.cpp -DEP_CPP_MODUL=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\setup.h"\ - -NODEP_CPP_MODUL=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# End Target -# End Project diff --git a/build/msevc4/ac3_in.vcp b/build/msevc4/ac3_in.vcp deleted file mode 100644 index 637cacd..0000000 --- a/build/msevc4/ac3_in.vcp +++ /dev/null @@ -1,157 +0,0 @@ -# Microsoft eMbedded Visual Tools Project File - Name="ac3_in" - Package Owner=<4> -# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (WCE ARMV4) Dynamic-Link Library" 0xa302 - -CFG=ac3_in - Win32 (WCE ARMV4) Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "ac3_in.vcn". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "ac3_in.vcn" CFG="ac3_in - Win32 (WCE ARMV4) Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "ac3_in - Win32 (WCE ARMV4) Release" (based on "Win32 (WCE ARMV4) Dynamic-Link Library") -!MESSAGE "ac3_in - Win32 (WCE ARMV4) Debug" (based on "Win32 (WCE ARMV4) Dynamic-Link Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -# PROP ATL_Project 2 -CPP=clarm.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "ac3_in - Win32 (WCE ARMV4) Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "ARMV4Rel" -# PROP BASE Intermediate_Dir "ARMV4Rel" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "obj/ac3_in_rel" -# PROP Intermediate_Dir "obj/ac3_in_rel" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "AC3_IN_EXPORTS" /YX /O2 /M$(CECrtMT) /c -# ADD CPP /nologo /W3 /I "../../include" /I "../../extra_lib/include" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "GPAC_HAS_LIBA52" /YX /O2 /M$(CECrtMT) /c -# SUBTRACT CPP /u -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 liba52.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /out:"../../bin/arm_ppc03_rel/gm_ac3_in.dll" /libpath:"../../extra_lib/lib/arm_ppc03_rel" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM - -!ELSEIF "$(CFG)" == "ac3_in - Win32 (WCE ARMV4) Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "ARMV4Dbg" -# PROP BASE Intermediate_Dir "ARMV4Dbg" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "obj/ac3_in_deb" -# PROP Intermediate_Dir "obj/ac3_in_deb" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "AC3_IN_EXPORTS" /YX /M$(CECrtMTDebug) /c -# ADD CPP /nologo /W3 /Zi /Od /I "../../include" /I "../../extra_lib/include" /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "GPAC_HAS_LIBA52" /YX /M$(CECrtMTDebug) /c -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 liba52.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /out:"../../bin/arm_ppc03_deb/gm_ac3_in.dll" /libpath:"../../extra_lib/lib/arm_ppc03_deb" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM - -!ENDIF - -# Begin Target - -# Name "ac3_in - Win32 (WCE ARMV4) Release" -# Name "ac3_in - Win32 (WCE ARMV4) Debug" -# Begin Source File - -SOURCE=..\..\modules\ac3_in\ac3_in.c -DEP_CPP_AC3_I=\ - "..\..\include\gpac\avparse.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\codec.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_AC3_I=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\ac3_in\liba52_dec.c -DEP_CPP_LIBA5=\ - "..\..\extra_lib\include\a52dec\a52.h"\ - "..\..\extra_lib\include\a52dec\mm_accel.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\codec.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_LIBA5=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\modules_export.cpp -DEP_CPP_MODUL=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\setup.h"\ - -NODEP_CPP_MODUL=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# End Target -# End Project diff --git a/build/msevc4/amr_dec.vcp b/build/msevc4/amr_dec.vcp deleted file mode 100644 index 36380dd..0000000 --- a/build/msevc4/amr_dec.vcp +++ /dev/null @@ -1,2320 +0,0 @@ -# Microsoft eMbedded Visual Tools Project File - Name="amr_dec" - Package Owner=<4> -# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (WCE ARMV4) Dynamic-Link Library" 0xa302 - -CFG=amr_dec - Win32 (WCE ARMV4) Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "amr_dec.vcn". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "amr_dec.vcn" CFG="amr_dec - Win32 (WCE ARMV4) Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "amr_dec - Win32 (WCE ARMV4) Release" (based on "Win32 (WCE ARMV4) Dynamic-Link Library") -!MESSAGE "amr_dec - Win32 (WCE ARMV4) Debug" (based on "Win32 (WCE ARMV4) Dynamic-Link Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -# PROP ATL_Project 2 -CPP=clarm.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "amr_dec - Win32 (WCE ARMV4) Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "ARMV4Rel" -# PROP BASE Intermediate_Dir "ARMV4Rel" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "obj/amr_dec_rel" -# PROP Intermediate_Dir "obj/amr_dec_rel" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "AMR_DEC_EXPORTS" /YX /O2 /M$(CECrtMT) /c -# ADD CPP /nologo /W3 /Oxt /I "../../include" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "__MSDOS__" /D "MMS_IO" /M$(CECrtMT) /c -# SUBTRACT CPP /YX -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /out:"../../bin/arm_ppc03_rel/gm_amr_dec.dll" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM - -!ELSEIF "$(CFG)" == "amr_dec - Win32 (WCE ARMV4) Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "ARMV4Dbg" -# PROP BASE Intermediate_Dir "ARMV4Dbg" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "obj/amr_dec_deb" -# PROP Intermediate_Dir "obj/amr_dec_deb" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "AMR_DEC_EXPORTS" /YX /M$(CECrtMTDebug) /c -# ADD CPP /nologo /W3 /Zi /Od /I "../../include" /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "__MSDOS__" /D "MMS_IO" /M$(CECrtMTDebug) /c -# SUBTRACT CPP /YX -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /out:"../../bin/arm_ppc03_deb/gm_amr_dec.dll" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM - -!ENDIF - -# Begin Target - -# Name "amr_dec - Win32 (WCE ARMV4) Release" -# Name "amr_dec - Win32 (WCE ARMV4) Debug" -# Begin Group "AMR_NB" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\a_refl.c -DEP_CPP_A_REF=\ - "..\..\modules\amr_dec\amr_nb\a_refl.h"\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\oper_32b.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\a_refl.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\agc.c -DEP_CPP_AGC_C=\ - "..\..\modules\amr_dec\amr_nb\agc.h"\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\inv_sqrt.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\agc.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\autocorr.c -DEP_CPP_AUTOC=\ - "..\..\modules\amr_dec\amr_nb\autocorr.h"\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\oper_32b.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\autocorr.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\az_lsp.c -DEP_CPP_AZ_LS=\ - "..\..\modules\amr_dec\amr_nb\az_lsp.h"\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\grid.tab"\ - "..\..\modules\amr_dec\amr_nb\oper_32b.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\az_lsp.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\b_cn_cod.c -DEP_CPP_B_CN_=\ - "..\..\modules\amr_dec\amr_nb\b_cn_cod.h"\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\oper_32b.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - "..\..\modules\amr_dec\amr_nb\window.tab"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\b_cn_cod.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\basic_op.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\basicop2.c -DEP_CPP_BASIC=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\bgnscd.c -DEP_CPP_BGNSC=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\bgnscd.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\copy.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\gmed_n.h"\ - "..\..\modules\amr_dec\amr_nb\set_zero.h"\ - "..\..\modules\amr_dec\amr_nb\sqrt_l.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\bgnscd.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\bits2prm.c -DEP_CPP_BITS2=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\bitno.tab"\ - "..\..\modules\amr_dec\amr_nb\bits2prm.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\mode.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\bits2prm.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\c1035pf.c -DEP_CPP_C1035=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\c1035pf.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\cor_h.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\gray.tab"\ - "..\..\modules\amr_dec\amr_nb\inv_sqrt.h"\ - "..\..\modules\amr_dec\amr_nb\s10_8pf.h"\ - "..\..\modules\amr_dec\amr_nb\set_sign.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\c1035pf.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\c2_11pf.c -DEP_CPP_C2_11=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\c2_11pf.h"\ - "..\..\modules\amr_dec\amr_nb\c2_11pf.tab"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\cor_h.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\inv_sqrt.h"\ - "..\..\modules\amr_dec\amr_nb\set_sign.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\c2_11pf.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\c2_9pf.c -DEP_CPP_C2_9P=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\c2_9pf.h"\ - "..\..\modules\amr_dec\amr_nb\c2_9pf.tab"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\cor_h.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\inv_sqrt.h"\ - "..\..\modules\amr_dec\amr_nb\set_sign.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\c2_9pf.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\c3_14pf.c -DEP_CPP_C3_14=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\c3_14pf.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\cor_h.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\inv_sqrt.h"\ - "..\..\modules\amr_dec\amr_nb\set_sign.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\c3_14pf.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\c4_17pf.c -DEP_CPP_C4_17=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\c4_17pf.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\cor_h.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\gray.tab"\ - "..\..\modules\amr_dec\amr_nb\inv_sqrt.h"\ - "..\..\modules\amr_dec\amr_nb\set_sign.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\c4_17pf.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\c8_31pf.c -DEP_CPP_C8_31=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\c8_31pf.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\cor_h.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\inv_sqrt.h"\ - "..\..\modules\amr_dec\amr_nb\s10_8pf.h"\ - "..\..\modules\amr_dec\amr_nb\set_sign.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\c8_31pf.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\c_g_aver.c -DEP_CPP_C_G_A=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\c_g_aver.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\mode.h"\ - "..\..\modules\amr_dec\amr_nb\set_zero.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\c_g_aver.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\calc_cor.c -DEP_CPP_CALC_=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\calc_cor.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\oper_32b.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\calc_cor.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\calc_en.c -DEP_CPP_CALC_E=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\calc_en.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\log2.h"\ - "..\..\modules\amr_dec\amr_nb\mode.h"\ - "..\..\modules\amr_dec\amr_nb\oper_32b.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\calc_en.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\cbsearch.c -DEP_CPP_CBSEA=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\c1035pf.h"\ - "..\..\modules\amr_dec\amr_nb\c2_11pf.h"\ - "..\..\modules\amr_dec\amr_nb\c2_9pf.h"\ - "..\..\modules\amr_dec\amr_nb\c3_14pf.h"\ - "..\..\modules\amr_dec\amr_nb\c4_17pf.h"\ - "..\..\modules\amr_dec\amr_nb\c8_31pf.h"\ - "..\..\modules\amr_dec\amr_nb\cbsearch.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\mode.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\cbsearch.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\cl_ltp.c -DEP_CPP_CL_LT=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cl_ltp.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\convolve.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\enc_lag3.h"\ - "..\..\modules\amr_dec\amr_nb\enc_lag6.h"\ - "..\..\modules\amr_dec\amr_nb\g_pitch.h"\ - "..\..\modules\amr_dec\amr_nb\mode.h"\ - "..\..\modules\amr_dec\amr_nb\oper_32b.h"\ - "..\..\modules\amr_dec\amr_nb\pitch_fr.h"\ - "..\..\modules\amr_dec\amr_nb\pred_lt.h"\ - "..\..\modules\amr_dec\amr_nb\q_gain_p.h"\ - "..\..\modules\amr_dec\amr_nb\ton_stab.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\cl_ltp.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\cnst.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\cnst_vad.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\cod_amr.c -DEP_CPP_COD_A=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cbsearch.h"\ - "..\..\modules\amr_dec\amr_nb\cl_ltp.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\cnst_vad.h"\ - "..\..\modules\amr_dec\amr_nb\cod_amr.h"\ - "..\..\modules\amr_dec\amr_nb\convolve.h"\ - "..\..\modules\amr_dec\amr_nb\copy.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\dtx_enc.h"\ - "..\..\modules\amr_dec\amr_nb\g_adapt.h"\ - "..\..\modules\amr_dec\amr_nb\gain_q.h"\ - "..\..\modules\amr_dec\amr_nb\gc_pred.h"\ - "..\..\modules\amr_dec\amr_nb\levinson.h"\ - "..\..\modules\amr_dec\amr_nb\lpc.h"\ - "..\..\modules\amr_dec\amr_nb\lsp.h"\ - "..\..\modules\amr_dec\amr_nb\mode.h"\ - "..\..\modules\amr_dec\amr_nb\ol_ltp.h"\ - "..\..\modules\amr_dec\amr_nb\p_ol_wgh.h"\ - "..\..\modules\amr_dec\amr_nb\pitch_fr.h"\ - "..\..\modules\amr_dec\amr_nb\pre_big.h"\ - "..\..\modules\amr_dec\amr_nb\pred_lt.h"\ - "..\..\modules\amr_dec\amr_nb\q_plsf.h"\ - "..\..\modules\amr_dec\amr_nb\qua_gain.h"\ - "..\..\modules\amr_dec\amr_nb\set_zero.h"\ - "..\..\modules\amr_dec\amr_nb\spreproc.h"\ - "..\..\modules\amr_dec\amr_nb\spstproc.h"\ - "..\..\modules\amr_dec\amr_nb\ton_stab.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - "..\..\modules\amr_dec\amr_nb\vad.h"\ - "..\..\modules\amr_dec\amr_nb\vad1.h"\ - "..\..\modules\amr_dec\amr_nb\vad2.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\cod_amr.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\convolve.c -DEP_CPP_CONVO=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\convolve.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\convolve.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\copy.c -DEP_CPP_COPY_=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\copy.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\copy.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\cor_h.c -DEP_CPP_COR_H=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\cor_h.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\inv_sqrt.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\cor_h.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\count.c -DEP_CPP_COUNT=\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\count.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\d1035pf.c -DEP_CPP_D1035=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\d1035pf.h"\ - "..\..\modules\amr_dec\amr_nb\gray.tab"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\d1035pf.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\d2_11pf.c -DEP_CPP_D2_11=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\d2_11pf.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\d2_11pf.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\d2_9pf.c -DEP_CPP_D2_9P=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\c2_9pf.tab"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\d2_9pf.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\d2_9pf.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\d3_14pf.c -DEP_CPP_D3_14=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\d3_14pf.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\d3_14pf.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\d4_17pf.c -DEP_CPP_D4_17=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\d4_17pf.h"\ - "..\..\modules\amr_dec\amr_nb\gray.tab"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\d4_17pf.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\d8_31pf.c -DEP_CPP_D8_31=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\d8_31pf.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\d8_31pf.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\d_gain_c.c -DEP_CPP_D_GAI=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\d_gain_c.h"\ - "..\..\modules\amr_dec\amr_nb\gains.tab"\ - "..\..\modules\amr_dec\amr_nb\gc_pred.h"\ - "..\..\modules\amr_dec\amr_nb\log2.h"\ - "..\..\modules\amr_dec\amr_nb\mode.h"\ - "..\..\modules\amr_dec\amr_nb\oper_32b.h"\ - "..\..\modules\amr_dec\amr_nb\pow2.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\d_gain_c.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\d_gain_p.c -DEP_CPP_D_GAIN=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\d_gain_p.h"\ - "..\..\modules\amr_dec\amr_nb\gains.tab"\ - "..\..\modules\amr_dec\amr_nb\mode.h"\ - "..\..\modules\amr_dec\amr_nb\oper_32b.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\d_gain_p.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\d_homing.c -DEP_CPP_D_HOM=\ - "..\..\modules\amr_dec\amr_nb\bitno.tab"\ - "..\..\modules\amr_dec\amr_nb\bits2prm.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\d_homing.h"\ - "..\..\modules\amr_dec\amr_nb\d_homing.tab"\ - "..\..\modules\amr_dec\amr_nb\mode.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\d_homing.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\d_plsf.c -DEP_CPP_D_PLS=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\copy.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\d_plsf.h"\ - "..\..\modules\amr_dec\amr_nb\mode.h"\ - "..\..\modules\amr_dec\amr_nb\q_plsf_5.tab"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\d_plsf.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\d_plsf_3.c -DEP_CPP_D_PLSF=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\copy.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\d_plsf.h"\ - "..\..\modules\amr_dec\amr_nb\lsp_lsf.h"\ - "..\..\modules\amr_dec\amr_nb\mode.h"\ - "..\..\modules\amr_dec\amr_nb\q_plsf_3.tab"\ - "..\..\modules\amr_dec\amr_nb\reorder.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\d_plsf_5.c -DEP_CPP_D_PLSF_=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\copy.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\d_plsf.h"\ - "..\..\modules\amr_dec\amr_nb\lsp_lsf.h"\ - "..\..\modules\amr_dec\amr_nb\mode.h"\ - "..\..\modules\amr_dec\amr_nb\q_plsf_5.tab"\ - "..\..\modules\amr_dec\amr_nb\reorder.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\dec_amr.c -DEP_CPP_DEC_A=\ - "..\..\modules\amr_dec\amr_nb\agc.h"\ - "..\..\modules\amr_dec\amr_nb\b_cn_cod.h"\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\bgnscd.h"\ - "..\..\modules\amr_dec\amr_nb\bitno.tab"\ - "..\..\modules\amr_dec\amr_nb\c_g_aver.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\copy.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\d1035pf.h"\ - "..\..\modules\amr_dec\amr_nb\d2_11pf.h"\ - "..\..\modules\amr_dec\amr_nb\d2_9pf.h"\ - "..\..\modules\amr_dec\amr_nb\d3_14pf.h"\ - "..\..\modules\amr_dec\amr_nb\d4_17pf.h"\ - "..\..\modules\amr_dec\amr_nb\d8_31pf.h"\ - "..\..\modules\amr_dec\amr_nb\d_gain_c.h"\ - "..\..\modules\amr_dec\amr_nb\d_gain_p.h"\ - "..\..\modules\amr_dec\amr_nb\d_plsf.h"\ - "..\..\modules\amr_dec\amr_nb\dec_amr.h"\ - "..\..\modules\amr_dec\amr_nb\dec_gain.h"\ - "..\..\modules\amr_dec\amr_nb\dec_lag3.h"\ - "..\..\modules\amr_dec\amr_nb\dec_lag6.h"\ - "..\..\modules\amr_dec\amr_nb\dtx_dec.h"\ - "..\..\modules\amr_dec\amr_nb\dtx_enc.h"\ - "..\..\modules\amr_dec\amr_nb\ec_gains.h"\ - "..\..\modules\amr_dec\amr_nb\ex_ctrl.h"\ - "..\..\modules\amr_dec\amr_nb\gc_pred.h"\ - "..\..\modules\amr_dec\amr_nb\int_lpc.h"\ - "..\..\modules\amr_dec\amr_nb\int_lsf.h"\ - "..\..\modules\amr_dec\amr_nb\lsp.tab"\ - "..\..\modules\amr_dec\amr_nb\lsp_avg.h"\ - "..\..\modules\amr_dec\amr_nb\lsp_lsf.h"\ - "..\..\modules\amr_dec\amr_nb\mode.h"\ - "..\..\modules\amr_dec\amr_nb\ph_disp.h"\ - "..\..\modules\amr_dec\amr_nb\pred_lt.h"\ - "..\..\modules\amr_dec\amr_nb\q_plsf.h"\ - "..\..\modules\amr_dec\amr_nb\set_zero.h"\ - "..\..\modules\amr_dec\amr_nb\sqrt_l.h"\ - "..\..\modules\amr_dec\amr_nb\syn_filt.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\dec_amr.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\dec_gain.c -DEP_CPP_DEC_G=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\dec_gain.h"\ - "..\..\modules\amr_dec\amr_nb\gc_pred.h"\ - "..\..\modules\amr_dec\amr_nb\log2.h"\ - "..\..\modules\amr_dec\amr_nb\mode.h"\ - "..\..\modules\amr_dec\amr_nb\oper_32b.h"\ - "..\..\modules\amr_dec\amr_nb\pow2.h"\ - "..\..\modules\amr_dec\amr_nb\qgain475.tab"\ - "..\..\modules\amr_dec\amr_nb\qua_gain.tab"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\dec_gain.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\dec_lag3.c -DEP_CPP_DEC_L=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\dec_lag3.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\dec_lag3.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\dec_lag6.c -DEP_CPP_DEC_LA=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\dec_lag6.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\dec_lag6.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\dtx_dec.c -DEP_CPP_DTX_D=\ - "..\..\modules\amr_dec\amr_nb\a_refl.h"\ - "..\..\modules\amr_dec\amr_nb\b_cn_cod.h"\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\c_g_aver.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\copy.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\d_plsf.h"\ - "..\..\modules\amr_dec\amr_nb\dtx_dec.h"\ - "..\..\modules\amr_dec\amr_nb\dtx_enc.h"\ - "..\..\modules\amr_dec\amr_nb\gc_pred.h"\ - "..\..\modules\amr_dec\amr_nb\log2.h"\ - "..\..\modules\amr_dec\amr_nb\lsp.tab"\ - "..\..\modules\amr_dec\amr_nb\lsp_az.h"\ - "..\..\modules\amr_dec\amr_nb\lsp_lsf.h"\ - "..\..\modules\amr_dec\amr_nb\mode.h"\ - "..\..\modules\amr_dec\amr_nb\oper_32b.h"\ - "..\..\modules\amr_dec\amr_nb\pow2.h"\ - "..\..\modules\amr_dec\amr_nb\q_plsf.h"\ - "..\..\modules\amr_dec\amr_nb\q_plsf_5.tab"\ - "..\..\modules\amr_dec\amr_nb\reorder.h"\ - "..\..\modules\amr_dec\amr_nb\set_zero.h"\ - "..\..\modules\amr_dec\amr_nb\syn_filt.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\dtx_dec.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\dtx_enc.c -DEP_CPP_DTX_E=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\copy.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\dtx_enc.h"\ - "..\..\modules\amr_dec\amr_nb\gc_pred.h"\ - "..\..\modules\amr_dec\amr_nb\log2.h"\ - "..\..\modules\amr_dec\amr_nb\lsp.tab"\ - "..\..\modules\amr_dec\amr_nb\lsp_lsf.h"\ - "..\..\modules\amr_dec\amr_nb\mode.h"\ - "..\..\modules\amr_dec\amr_nb\oper_32b.h"\ - "..\..\modules\amr_dec\amr_nb\q_plsf.h"\ - "..\..\modules\amr_dec\amr_nb\reorder.h"\ - "..\..\modules\amr_dec\amr_nb\set_zero.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\dtx_enc.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\e_homing.c -DEP_CPP_E_HOM=\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\e_homing.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\e_homing.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\ec_gains.c -DEP_CPP_EC_GA=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\ec_gains.h"\ - "..\..\modules\amr_dec\amr_nb\gains.tab"\ - "..\..\modules\amr_dec\amr_nb\gc_pred.h"\ - "..\..\modules\amr_dec\amr_nb\gmed_n.h"\ - "..\..\modules\amr_dec\amr_nb\mode.h"\ - "..\..\modules\amr_dec\amr_nb\oper_32b.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\ec_gains.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\enc_lag3.c -DEP_CPP_ENC_L=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\enc_lag3.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\enc_lag3.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\enc_lag6.c -DEP_CPP_ENC_LA=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\enc_lag6.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\enc_lag6.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\ex_ctrl.c -DEP_CPP_EX_CT=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\copy.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\ex_ctrl.h"\ - "..\..\modules\amr_dec\amr_nb\gmed_n.h"\ - "..\..\modules\amr_dec\amr_nb\set_zero.h"\ - "..\..\modules\amr_dec\amr_nb\sqrt_l.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\ex_ctrl.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\frame.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\g_adapt.c -DEP_CPP_G_ADA=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\g_adapt.h"\ - "..\..\modules\amr_dec\amr_nb\gmed_n.h"\ - "..\..\modules\amr_dec\amr_nb\oper_32b.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\g_adapt.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\g_code.c -DEP_CPP_G_COD=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\g_code.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\g_code.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\g_pitch.c -DEP_CPP_G_PIT=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\g_pitch.h"\ - "..\..\modules\amr_dec\amr_nb\mode.h"\ - "..\..\modules\amr_dec\amr_nb\oper_32b.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\g_pitch.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\gain_q.c -DEP_CPP_GAIN_=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\calc_en.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\g_adapt.h"\ - "..\..\modules\amr_dec\amr_nb\g_code.h"\ - "..\..\modules\amr_dec\amr_nb\gain_q.h"\ - "..\..\modules\amr_dec\amr_nb\gc_pred.h"\ - "..\..\modules\amr_dec\amr_nb\mode.h"\ - "..\..\modules\amr_dec\amr_nb\q_gain_c.h"\ - "..\..\modules\amr_dec\amr_nb\qgain475.h"\ - "..\..\modules\amr_dec\amr_nb\qgain795.h"\ - "..\..\modules\amr_dec\amr_nb\qua_gain.h"\ - "..\..\modules\amr_dec\amr_nb\set_zero.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\gain_q.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\gc_pred.c -DEP_CPP_GC_PR=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\copy.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\gc_pred.h"\ - "..\..\modules\amr_dec\amr_nb\log2.h"\ - "..\..\modules\amr_dec\amr_nb\mode.h"\ - "..\..\modules\amr_dec\amr_nb\oper_32b.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\gc_pred.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\gmed_n.c -DEP_CPP_GMED_=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\gmed_n.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\gmed_n.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\hp_max.c -DEP_CPP_HP_MA=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\hp_max.h"\ - "..\..\modules\amr_dec\amr_nb\oper_32b.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\hp_max.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\int_lpc.c -DEP_CPP_INT_L=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\int_lpc.h"\ - "..\..\modules\amr_dec\amr_nb\lsp_az.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\int_lpc.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\int_lsf.c -DEP_CPP_INT_LS=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\int_lsf.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\int_lsf.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\inter_36.c -DEP_CPP_INTER=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\inter_36.h"\ - "..\..\modules\amr_dec\amr_nb\inter_36.tab"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\inter_36.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\inv_sqrt.c -DEP_CPP_INV_S=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\inv_sqrt.h"\ - "..\..\modules\amr_dec\amr_nb\inv_sqrt.tab"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\inv_sqrt.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\lag_wind.c -DEP_CPP_LAG_W=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\lag_wind.h"\ - "..\..\modules\amr_dec\amr_nb\lag_wind.tab"\ - "..\..\modules\amr_dec\amr_nb\oper_32b.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\lag_wind.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\levinson.c -DEP_CPP_LEVIN=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\levinson.h"\ - "..\..\modules\amr_dec\amr_nb\oper_32b.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\levinson.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\lflg_upd.c -DEP_CPP_LFLG_=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\mode.h"\ - "..\..\modules\amr_dec\amr_nb\oper_32b.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - "..\..\modules\amr_dec\amr_nb\vad2.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\log2.c -DEP_CPP_LOG2_=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\log2.h"\ - "..\..\modules\amr_dec\amr_nb\log2.tab"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\log2.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\lpc.c -DEP_CPP_LPC_C=\ - "..\..\modules\amr_dec\amr_nb\autocorr.h"\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\lag_wind.h"\ - "..\..\modules\amr_dec\amr_nb\levinson.h"\ - "..\..\modules\amr_dec\amr_nb\lpc.h"\ - "..\..\modules\amr_dec\amr_nb\mode.h"\ - "..\..\modules\amr_dec\amr_nb\oper_32b.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - "..\..\modules\amr_dec\amr_nb\window.tab"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\lpc.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\lsfwt.c -DEP_CPP_LSFWT=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\lsfwt.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\lsfwt.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\lsp.c -DEP_CPP_LSP_C=\ - "..\..\modules\amr_dec\amr_nb\az_lsp.h"\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\copy.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\int_lpc.h"\ - "..\..\modules\amr_dec\amr_nb\lsp.h"\ - "..\..\modules\amr_dec\amr_nb\lsp.tab"\ - "..\..\modules\amr_dec\amr_nb\mode.h"\ - "..\..\modules\amr_dec\amr_nb\oper_32b.h"\ - "..\..\modules\amr_dec\amr_nb\q_plsf.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\lsp.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\lsp_avg.c -DEP_CPP_LSP_A=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\copy.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\lsp_avg.h"\ - "..\..\modules\amr_dec\amr_nb\oper_32b.h"\ - "..\..\modules\amr_dec\amr_nb\q_plsf_5.tab"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\lsp_avg.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\lsp_az.c -DEP_CPP_LSP_AZ=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\lsp_az.h"\ - "..\..\modules\amr_dec\amr_nb\oper_32b.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\lsp_az.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\lsp_lsf.c -DEP_CPP_LSP_L=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\lsp_lsf.h"\ - "..\..\modules\amr_dec\amr_nb\lsp_lsf.tab"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\lsp_lsf.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\mac_32.c -DEP_CPP_MAC_3=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\mac_32.h"\ - "..\..\modules\amr_dec\amr_nb\oper_32b.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\mac_32.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\mode.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\n_proc.c -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\n_proc.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\ol_ltp.c -DEP_CPP_OL_LT=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\cnst_vad.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\mode.h"\ - "..\..\modules\amr_dec\amr_nb\ol_ltp.h"\ - "..\..\modules\amr_dec\amr_nb\p_ol_wgh.h"\ - "..\..\modules\amr_dec\amr_nb\pitch_ol.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - "..\..\modules\amr_dec\amr_nb\vad.h"\ - "..\..\modules\amr_dec\amr_nb\vad1.h"\ - "..\..\modules\amr_dec\amr_nb\vad2.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\ol_ltp.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\oper_32b.c -DEP_CPP_OPER_=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\oper_32b.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\oper_32b.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\p_ol_wgh.c -DEP_CPP_P_OL_=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\calc_cor.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\cnst_vad.h"\ - "..\..\modules\amr_dec\amr_nb\corrwght.tab"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\gmed_n.h"\ - "..\..\modules\amr_dec\amr_nb\hp_max.h"\ - "..\..\modules\amr_dec\amr_nb\inv_sqrt.h"\ - "..\..\modules\amr_dec\amr_nb\mode.h"\ - "..\..\modules\amr_dec\amr_nb\oper_32b.h"\ - "..\..\modules\amr_dec\amr_nb\p_ol_wgh.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - "..\..\modules\amr_dec\amr_nb\vad.h"\ - "..\..\modules\amr_dec\amr_nb\vad1.h"\ - "..\..\modules\amr_dec\amr_nb\vad2.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\p_ol_wgh.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\ph_disp.c -DEP_CPP_PH_DI=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\copy.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\mode.h"\ - "..\..\modules\amr_dec\amr_nb\ph_disp.h"\ - "..\..\modules\amr_dec\amr_nb\ph_disp.tab"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\ph_disp.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\pitch_fr.c -DEP_CPP_PITCH=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\convolve.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\enc_lag3.h"\ - "..\..\modules\amr_dec\amr_nb\enc_lag6.h"\ - "..\..\modules\amr_dec\amr_nb\inter_36.h"\ - "..\..\modules\amr_dec\amr_nb\inv_sqrt.h"\ - "..\..\modules\amr_dec\amr_nb\mode.h"\ - "..\..\modules\amr_dec\amr_nb\oper_32b.h"\ - "..\..\modules\amr_dec\amr_nb\pitch_fr.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\pitch_fr.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\pitch_ol.c -DEP_CPP_PITCH_=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\calc_cor.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\cnst_vad.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\hp_max.h"\ - "..\..\modules\amr_dec\amr_nb\inv_sqrt.h"\ - "..\..\modules\amr_dec\amr_nb\mode.h"\ - "..\..\modules\amr_dec\amr_nb\oper_32b.h"\ - "..\..\modules\amr_dec\amr_nb\pitch_ol.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - "..\..\modules\amr_dec\amr_nb\vad.h"\ - "..\..\modules\amr_dec\amr_nb\vad1.h"\ - "..\..\modules\amr_dec\amr_nb\vad2.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\pitch_ol.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\post_pro.c -DEP_CPP_POST_=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\oper_32b.h"\ - "..\..\modules\amr_dec\amr_nb\post_pro.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\post_pro.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\pow2.c -DEP_CPP_POW2_=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\pow2.h"\ - "..\..\modules\amr_dec\amr_nb\pow2.tab"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\pow2.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\pre_big.c -DEP_CPP_PRE_B=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\mode.h"\ - "..\..\modules\amr_dec\amr_nb\oper_32b.h"\ - "..\..\modules\amr_dec\amr_nb\pre_big.h"\ - "..\..\modules\amr_dec\amr_nb\residu.h"\ - "..\..\modules\amr_dec\amr_nb\syn_filt.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - "..\..\modules\amr_dec\amr_nb\weight_a.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\pre_big.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\pre_proc.c -DEP_CPP_PRE_P=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\oper_32b.h"\ - "..\..\modules\amr_dec\amr_nb\pre_proc.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\pre_proc.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\pred_lt.c -DEP_CPP_PRED_=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\pred_lt.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\pred_lt.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\preemph.c -DEP_CPP_PREEM=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\preemph.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\preemph.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\prm2bits.c -DEP_CPP_PRM2B=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\bitno.tab"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\mode.h"\ - "..\..\modules\amr_dec\amr_nb\prm2bits.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\prm2bits.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\pstfilt.c -DEP_CPP_PSTFI=\ - "..\..\modules\amr_dec\amr_nb\agc.h"\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\copy.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\mode.h"\ - "..\..\modules\amr_dec\amr_nb\preemph.h"\ - "..\..\modules\amr_dec\amr_nb\pstfilt.h"\ - "..\..\modules\amr_dec\amr_nb\residu.h"\ - "..\..\modules\amr_dec\amr_nb\set_zero.h"\ - "..\..\modules\amr_dec\amr_nb\syn_filt.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - "..\..\modules\amr_dec\amr_nb\weight_a.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\pstfilt.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\q_gain_c.c -DEP_CPP_Q_GAI=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\gains.tab"\ - "..\..\modules\amr_dec\amr_nb\gc_pred.h"\ - "..\..\modules\amr_dec\amr_nb\log2.h"\ - "..\..\modules\amr_dec\amr_nb\mode.h"\ - "..\..\modules\amr_dec\amr_nb\oper_32b.h"\ - "..\..\modules\amr_dec\amr_nb\pow2.h"\ - "..\..\modules\amr_dec\amr_nb\q_gain_c.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\q_gain_c.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\q_gain_p.c -DEP_CPP_Q_GAIN=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\gains.tab"\ - "..\..\modules\amr_dec\amr_nb\mode.h"\ - "..\..\modules\amr_dec\amr_nb\oper_32b.h"\ - "..\..\modules\amr_dec\amr_nb\q_gain_p.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\q_gain_p.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\q_plsf.c -DEP_CPP_Q_PLS=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\mode.h"\ - "..\..\modules\amr_dec\amr_nb\q_plsf.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\q_plsf.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\q_plsf_3.c -DEP_CPP_Q_PLSF=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\copy.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\lsfwt.h"\ - "..\..\modules\amr_dec\amr_nb\lsp_lsf.h"\ - "..\..\modules\amr_dec\amr_nb\mode.h"\ - "..\..\modules\amr_dec\amr_nb\q_plsf.h"\ - "..\..\modules\amr_dec\amr_nb\q_plsf_3.tab"\ - "..\..\modules\amr_dec\amr_nb\reorder.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\q_plsf_5.c -DEP_CPP_Q_PLSF_=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\lsfwt.h"\ - "..\..\modules\amr_dec\amr_nb\lsp_lsf.h"\ - "..\..\modules\amr_dec\amr_nb\mode.h"\ - "..\..\modules\amr_dec\amr_nb\q_plsf.h"\ - "..\..\modules\amr_dec\amr_nb\q_plsf_5.tab"\ - "..\..\modules\amr_dec\amr_nb\reorder.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\qgain475.c -DEP_CPP_QGAIN=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\gc_pred.h"\ - "..\..\modules\amr_dec\amr_nb\log2.h"\ - "..\..\modules\amr_dec\amr_nb\mac_32.h"\ - "..\..\modules\amr_dec\amr_nb\mode.h"\ - "..\..\modules\amr_dec\amr_nb\oper_32b.h"\ - "..\..\modules\amr_dec\amr_nb\pow2.h"\ - "..\..\modules\amr_dec\amr_nb\qgain475.h"\ - "..\..\modules\amr_dec\amr_nb\qgain475.tab"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\qgain475.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\qgain795.c -DEP_CPP_QGAIN7=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\calc_en.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\g_adapt.h"\ - "..\..\modules\amr_dec\amr_nb\gains.tab"\ - "..\..\modules\amr_dec\amr_nb\log2.h"\ - "..\..\modules\amr_dec\amr_nb\mac_32.h"\ - "..\..\modules\amr_dec\amr_nb\mode.h"\ - "..\..\modules\amr_dec\amr_nb\oper_32b.h"\ - "..\..\modules\amr_dec\amr_nb\pow2.h"\ - "..\..\modules\amr_dec\amr_nb\q_gain_p.h"\ - "..\..\modules\amr_dec\amr_nb\qgain795.h"\ - "..\..\modules\amr_dec\amr_nb\sqrt_l.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\qgain795.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\qua_gain.c -DEP_CPP_QUA_G=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\gc_pred.h"\ - "..\..\modules\amr_dec\amr_nb\mode.h"\ - "..\..\modules\amr_dec\amr_nb\oper_32b.h"\ - "..\..\modules\amr_dec\amr_nb\pow2.h"\ - "..\..\modules\amr_dec\amr_nb\qua_gain.h"\ - "..\..\modules\amr_dec\amr_nb\qua_gain.tab"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\qua_gain.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\r_fft.c -DEP_CPP_R_FFT=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\oper_32b.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - "..\..\modules\amr_dec\amr_nb\vad2.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\reorder.c -DEP_CPP_REORD=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\reorder.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\reorder.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\residu.c -DEP_CPP_RESID=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\residu.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\residu.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\s10_8pf.c -DEP_CPP_S10_8=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\s10_8pf.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\s10_8pf.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\set_sign.c -DEP_CPP_SET_S=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\inv_sqrt.h"\ - "..\..\modules\amr_dec\amr_nb\set_sign.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\set_sign.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\set_zero.c -DEP_CPP_SET_Z=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\set_zero.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\set_zero.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\sid_sync.c -DEP_CPP_SID_S=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\mode.h"\ - "..\..\modules\amr_dec\amr_nb\sid_sync.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\sid_sync.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\sp_dec.c -DEP_CPP_SP_DE=\ - "..\..\modules\amr_dec\amr_nb\agc.h"\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\bgnscd.h"\ - "..\..\modules\amr_dec\amr_nb\bitno.tab"\ - "..\..\modules\amr_dec\amr_nb\bits2prm.h"\ - "..\..\modules\amr_dec\amr_nb\c_g_aver.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\d_plsf.h"\ - "..\..\modules\amr_dec\amr_nb\dec_amr.h"\ - "..\..\modules\amr_dec\amr_nb\dtx_dec.h"\ - "..\..\modules\amr_dec\amr_nb\dtx_enc.h"\ - "..\..\modules\amr_dec\amr_nb\ec_gains.h"\ - "..\..\modules\amr_dec\amr_nb\gc_pred.h"\ - "..\..\modules\amr_dec\amr_nb\lsp_avg.h"\ - "..\..\modules\amr_dec\amr_nb\mode.h"\ - "..\..\modules\amr_dec\amr_nb\ph_disp.h"\ - "..\..\modules\amr_dec\amr_nb\post_pro.h"\ - "..\..\modules\amr_dec\amr_nb\preemph.h"\ - "..\..\modules\amr_dec\amr_nb\pstfilt.h"\ - "..\..\modules\amr_dec\amr_nb\q_plsf.h"\ - "..\..\modules\amr_dec\amr_nb\set_zero.h"\ - "..\..\modules\amr_dec\amr_nb\sp_dec.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\sp_dec.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\sp_enc.c -DEP_CPP_SP_EN=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\bitno.tab"\ - "..\..\modules\amr_dec\amr_nb\cl_ltp.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\cnst_vad.h"\ - "..\..\modules\amr_dec\amr_nb\cod_amr.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\dtx_enc.h"\ - "..\..\modules\amr_dec\amr_nb\g_adapt.h"\ - "..\..\modules\amr_dec\amr_nb\gain_q.h"\ - "..\..\modules\amr_dec\amr_nb\gc_pred.h"\ - "..\..\modules\amr_dec\amr_nb\levinson.h"\ - "..\..\modules\amr_dec\amr_nb\lpc.h"\ - "..\..\modules\amr_dec\amr_nb\lsp.h"\ - "..\..\modules\amr_dec\amr_nb\mode.h"\ - "..\..\modules\amr_dec\amr_nb\p_ol_wgh.h"\ - "..\..\modules\amr_dec\amr_nb\pitch_fr.h"\ - "..\..\modules\amr_dec\amr_nb\pre_proc.h"\ - "..\..\modules\amr_dec\amr_nb\prm2bits.h"\ - "..\..\modules\amr_dec\amr_nb\q_plsf.h"\ - "..\..\modules\amr_dec\amr_nb\set_zero.h"\ - "..\..\modules\amr_dec\amr_nb\sp_enc.h"\ - "..\..\modules\amr_dec\amr_nb\ton_stab.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - "..\..\modules\amr_dec\amr_nb\vad.h"\ - "..\..\modules\amr_dec\amr_nb\vad1.h"\ - "..\..\modules\amr_dec\amr_nb\vad2.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\sp_enc.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\spreproc.c -DEP_CPP_SPREP=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\copy.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\mode.h"\ - "..\..\modules\amr_dec\amr_nb\oper_32b.h"\ - "..\..\modules\amr_dec\amr_nb\residu.h"\ - "..\..\modules\amr_dec\amr_nb\spreproc.h"\ - "..\..\modules\amr_dec\amr_nb\syn_filt.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - "..\..\modules\amr_dec\amr_nb\weight_a.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\spreproc.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\spstproc.c -DEP_CPP_SPSTP=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\mode.h"\ - "..\..\modules\amr_dec\amr_nb\oper_32b.h"\ - "..\..\modules\amr_dec\amr_nb\spstproc.h"\ - "..\..\modules\amr_dec\amr_nb\syn_filt.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\spstproc.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\sqrt_l.c -DEP_CPP_SQRT_=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\sqrt_l.h"\ - "..\..\modules\amr_dec\amr_nb\sqrt_l.tab"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\sqrt_l.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\strfunc.c -DEP_CPP_STRFU=\ - "..\..\modules\amr_dec\amr_nb\mode.h"\ - "..\..\modules\amr_dec\amr_nb\strfunc.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\strfunc.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\syn_filt.c -DEP_CPP_SYN_F=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\syn_filt.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\syn_filt.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\ton_stab.c -DEP_CPP_TON_S=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\copy.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\mode.h"\ - "..\..\modules\amr_dec\amr_nb\oper_32b.h"\ - "..\..\modules\amr_dec\amr_nb\set_zero.h"\ - "..\..\modules\amr_dec\amr_nb\ton_stab.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\ton_stab.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\typedef.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\typedefs.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\vad.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\vad1.c -DEP_CPP_VAD1_=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst_vad.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\oper_32b.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - "..\..\modules\amr_dec\amr_nb\vad.h"\ - "..\..\modules\amr_dec\amr_nb\vad1.h"\ - "..\..\modules\amr_dec\amr_nb\vad2.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\vad1.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\vad2.c -DEP_CPP_VAD2_=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\log2.h"\ - "..\..\modules\amr_dec\amr_nb\oper_32b.h"\ - "..\..\modules\amr_dec\amr_nb\pow2.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - "..\..\modules\amr_dec\amr_nb\vad2.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\vad2.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\vadname.c -DEP_CPP_VADNA=\ - "..\..\modules\amr_dec\amr_nb\vadname.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\vadname.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\weight_a.c -DEP_CPP_WEIGH=\ - "..\..\modules\amr_dec\amr_nb\basic_op.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\count.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - "..\..\modules\amr_dec\amr_nb\weight_a.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_nb\weight_a.h -# End Source File -# End Group -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_dec.c -DEP_CPP_AMR_D=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\codec.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\modules\amr_dec\amr_nb\agc.h"\ - "..\..\modules\amr_dec\amr_nb\bgnscd.h"\ - "..\..\modules\amr_dec\amr_nb\c_g_aver.h"\ - "..\..\modules\amr_dec\amr_nb\cnst.h"\ - "..\..\modules\amr_dec\amr_nb\d_homing.h"\ - "..\..\modules\amr_dec\amr_nb\d_plsf.h"\ - "..\..\modules\amr_dec\amr_nb\dec_amr.h"\ - "..\..\modules\amr_dec\amr_nb\dtx_dec.h"\ - "..\..\modules\amr_dec\amr_nb\dtx_enc.h"\ - "..\..\modules\amr_dec\amr_nb\ec_gains.h"\ - "..\..\modules\amr_dec\amr_nb\gc_pred.h"\ - "..\..\modules\amr_dec\amr_nb\lsp_avg.h"\ - "..\..\modules\amr_dec\amr_nb\mode.h"\ - "..\..\modules\amr_dec\amr_nb\ph_disp.h"\ - "..\..\modules\amr_dec\amr_nb\post_pro.h"\ - "..\..\modules\amr_dec\amr_nb\preemph.h"\ - "..\..\modules\amr_dec\amr_nb\pstfilt.h"\ - "..\..\modules\amr_dec\amr_nb\q_plsf.h"\ - "..\..\modules\amr_dec\amr_nb\sp_dec.h"\ - "..\..\modules\amr_dec\amr_nb\typedef.h"\ - "..\..\modules\amr_dec\amr_nb\typedefs.h"\ - -NODEP_CPP_AMR_D=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\amr_dec\amr_in.c -DEP_CPP_AMR_I=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\codec.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_AMR_I=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\modules_export.cpp -DEP_CPP_MODUL=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\setup.h"\ - -NODEP_CPP_MODUL=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# End Target -# End Project diff --git a/build/msevc4/bifs_dec.vcp b/build/msevc4/bifs_dec.vcp deleted file mode 100644 index 2291169..0000000 --- a/build/msevc4/bifs_dec.vcp +++ /dev/null @@ -1,149 +0,0 @@ -# Microsoft eMbedded Visual Tools Project File - Name="bifs_dec" - Package Owner=<4> -# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (WCE ARMV4) Dynamic-Link Library" 0xa302 - -CFG=bifs_dec - Win32 (WCE ARMV4) Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "bifs_dec.vcn". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "bifs_dec.vcn" CFG="bifs_dec - Win32 (WCE ARMV4) Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "bifs_dec - Win32 (WCE ARMV4) Release" (based on "Win32 (WCE ARMV4) Dynamic-Link Library") -!MESSAGE "bifs_dec - Win32 (WCE ARMV4) Debug" (based on "Win32 (WCE ARMV4) Dynamic-Link Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -# PROP ATL_Project 2 -CPP=clarm.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "bifs_dec - Win32 (WCE ARMV4) Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "ARMV4Rel" -# PROP BASE Intermediate_Dir "ARMV4Rel" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "obj/bifs_dec_rel" -# PROP Intermediate_Dir "obj/bifs_dec_rel" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "BIFS_DEC_EXPORTS" /YX /O2 /M$(CECrtMT) /c -# ADD CPP /nologo /W3 /Oxt /I "../../include" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /M$(CECrtMT) /c -# SUBTRACT CPP /YX -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /out:"../../bin/arm_ppc03_rel/gm_bifs_dec.dll" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM - -!ELSEIF "$(CFG)" == "bifs_dec - Win32 (WCE ARMV4) Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "ARMV4Dbg" -# PROP BASE Intermediate_Dir "ARMV4Dbg" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "obj/bifs_dec_deb" -# PROP Intermediate_Dir "obj/bifs_dec_deb" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "BIFS_DEC_EXPORTS" /YX /M$(CECrtMTDebug) /c -# ADD CPP /nologo /W3 /Zi /Od /I "../../include" /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /M$(CECrtMTDebug) /c -# SUBTRACT CPP /YX -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /out:"../../bin/arm_ppc03_deb/gm_bifs_dec.dll" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM - -!ENDIF - -# Begin Target - -# Name "bifs_dec - Win32 (WCE ARMV4) Release" -# Name "bifs_dec - Win32 (WCE ARMV4) Debug" -# Begin Source File - -SOURCE=..\..\modules\bifs_dec\bifs_dec.c -DEP_CPP_BIFS_=\ - "..\..\include\gpac\bifs.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\terminal_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\codec.h"\ - "..\..\include\gpac\modules\ipmp.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\modules\term_ext.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\terminal.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - -NODEP_CPP_BIFS_=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\modules_export.cpp -DEP_CPP_MODUL=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\setup.h"\ - -NODEP_CPP_MODUL=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# End Target -# End Project diff --git a/build/msevc4/ctx_load.vcp b/build/msevc4/ctx_load.vcp deleted file mode 100644 index e30eb11..0000000 --- a/build/msevc4/ctx_load.vcp +++ /dev/null @@ -1,151 +0,0 @@ -# Microsoft eMbedded Visual Tools Project File - Name="ctx_load" - Package Owner=<4> -# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (WCE ARMV4) Dynamic-Link Library" 0xa302 - -CFG=ctx_load - Win32 (WCE ARMV4) Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "ctx_load.vcn". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "ctx_load.vcn" CFG="ctx_load - Win32 (WCE ARMV4) Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "ctx_load - Win32 (WCE ARMV4) Release" (based on "Win32 (WCE ARMV4) Dynamic-Link Library") -!MESSAGE "ctx_load - Win32 (WCE ARMV4) Debug" (based on "Win32 (WCE ARMV4) Dynamic-Link Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -# PROP ATL_Project 2 -CPP=clarm.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "ctx_load - Win32 (WCE ARMV4) Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "ARMV4Rel" -# PROP BASE Intermediate_Dir "ARMV4Rel" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "obj/ctx_load_rel" -# PROP Intermediate_Dir "obj/ctx_load_rel" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "CTX_LOAD_EXPORTS" /YX /O2 /M$(CECrtMT) /c -# ADD CPP /nologo /W3 /Oxt /I "../../include" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /M$(CECrtMT) /c -# SUBTRACT CPP /YX -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /out:"../../bin/arm_ppc03_rel/gm_ctx_load.dll" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM - -!ELSEIF "$(CFG)" == "ctx_load - Win32 (WCE ARMV4) Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "ARMV4Dbg" -# PROP BASE Intermediate_Dir "ARMV4Dbg" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "obj/ctx_load_deb" -# PROP Intermediate_Dir "obj/ctx_load_deb" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "CTX_LOAD_EXPORTS" /YX /M$(CECrtMTDebug) /c -# ADD CPP /nologo /W3 /Zi /Od /I "../../include" /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /M$(CECrtMTDebug) /c -# SUBTRACT CPP /YX -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /out:"../../bin/arm_ppc03_deb/gm_ctx_load.dll" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM - -!ENDIF - -# Begin Target - -# Name "ctx_load - Win32 (WCE ARMV4) Release" -# Name "ctx_load - Win32 (WCE ARMV4) Debug" -# Begin Source File - -SOURCE=..\..\modules\ctx_load\ctx_load.c -DEP_CPP_CTX_L=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\terminal_dev.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\codec.h"\ - "..\..\include\gpac\modules\ipmp.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\modules\term_ext.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\scene_manager.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\terminal.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - -NODEP_CPP_CTX_L=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\modules_export.cpp -DEP_CPP_MODUL=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\setup.h"\ - -NODEP_CPP_MODUL=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# End Target -# End Project diff --git a/build/msevc4/dummy_in.vcp b/build/msevc4/dummy_in.vcp deleted file mode 100644 index c59abd4..0000000 --- a/build/msevc4/dummy_in.vcp +++ /dev/null @@ -1,135 +0,0 @@ -# Microsoft eMbedded Visual Tools Project File - Name="dummy_in" - Package Owner=<4> -# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (WCE ARMV4) Dynamic-Link Library" 0xa302 - -CFG=dummy_in - Win32 (WCE ARMV4) Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "dummy_in.vcn". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "dummy_in.vcn" CFG="dummy_in - Win32 (WCE ARMV4) Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "dummy_in - Win32 (WCE ARMV4) Release" (based on "Win32 (WCE ARMV4) Dynamic-Link Library") -!MESSAGE "dummy_in - Win32 (WCE ARMV4) Debug" (based on "Win32 (WCE ARMV4) Dynamic-Link Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -# PROP ATL_Project 2 -CPP=clarm.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "dummy_in - Win32 (WCE ARMV4) Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "ARMV4Rel" -# PROP BASE Intermediate_Dir "ARMV4Rel" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "obj/dumm_in_rel" -# PROP Intermediate_Dir "obj/dumm_in_rel" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "DUMMY_IN_EXPORTS" /YX /O2 /M$(CECrtMT) /c -# ADD CPP /nologo /W3 /Oxt /I "../../include" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /M$(CECrtMT) /c -# SUBTRACT CPP /YX -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /out:"../../bin/arm_ppc03_rel/gm_dummy_in.dll" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM - -!ELSEIF "$(CFG)" == "dummy_in - Win32 (WCE ARMV4) Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "ARMV4Dbg" -# PROP BASE Intermediate_Dir "ARMV4Dbg" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "obj/dumm_in_deb" -# PROP Intermediate_Dir "obj/dumm_in_deb" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "DUMMY_IN_EXPORTS" /YX /M$(CECrtMTDebug) /c -# ADD CPP /nologo /W3 /Zi /Od /I "../../include" /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /FR /M$(CECrtMTDebug) /c -# SUBTRACT CPP /YX -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /out:"../../bin/arm_ppc03_deb/gm_dummy_in.dll" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM - -!ENDIF - -# Begin Target - -# Name "dummy_in - Win32 (WCE ARMV4) Release" -# Name "dummy_in - Win32 (WCE ARMV4) Debug" -# Begin Source File - -SOURCE=..\..\modules\dummy_in\dummy_in.c -DEP_CPP_DUMMY=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\xml.h"\ - -NODEP_CPP_DUMMY=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\modules_export.cpp -DEP_CPP_MODUL=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\setup.h"\ - -NODEP_CPP_MODUL=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# End Target -# End Project diff --git a/build/msevc4/ffmpeg_in.vcp b/build/msevc4/ffmpeg_in.vcp deleted file mode 100644 index 8ef6e6b..0000000 --- a/build/msevc4/ffmpeg_in.vcp +++ /dev/null @@ -1,232 +0,0 @@ -# Microsoft eMbedded Visual Tools Project File - Name="ffmpeg_in" - Package Owner=<4> -# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (WCE ARMV4) Dynamic-Link Library" 0xa302 - -CFG=ffmpeg_in - Win32 (WCE ARMV4) Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "ffmpeg_in.vcn". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "ffmpeg_in.vcn" CFG="ffmpeg_in - Win32 (WCE ARMV4) Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "ffmpeg_in - Win32 (WCE ARMV4) Release" (based on "Win32 (WCE ARMV4) Dynamic-Link Library") -!MESSAGE "ffmpeg_in - Win32 (WCE ARMV4) Debug" (based on "Win32 (WCE ARMV4) Dynamic-Link Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -# PROP ATL_Project 2 -CPP=clarm.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "ffmpeg_in - Win32 (WCE ARMV4) Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "ARMV4Rel" -# PROP BASE Intermediate_Dir "ARMV4Rel" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "obj/ffmpeg_in_rel" -# PROP Intermediate_Dir "obj/ffmpeg_in_rel" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "FFMPEG_IN_EXPORTS" /YX /O2 /M$(CECrtMT) /c -# ADD CPP /nologo /W3 /Oxt /I "../../include" /I "../../extra_lib/include" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "CONFIG_WIN32" /D "CONFIG_MSVC" /D "EMULATE_INTTYPES" /M$(CECrtMT) /c -# SUBTRACT CPP /YX -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 avcodec-52.lib avformat-52.lib avutil-50.lib swscale-0.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /out:"../../bin/arm_ppc03_rel/gm_ffmpeg_in.dll" /libpath:"../../extra_lib/lib/arm_ppc03_rel" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM - -!ELSEIF "$(CFG)" == "ffmpeg_in - Win32 (WCE ARMV4) Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "ARMV4Dbg" -# PROP BASE Intermediate_Dir "ARMV4Dbg" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "obj/ffmpeg_in_deb" -# PROP Intermediate_Dir "obj/ffmpeg_in_deb" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "FFMPEG_IN_EXPORTS" /YX /M$(CECrtMTDebug) /c -# ADD CPP /nologo /W3 /Zi /Od /I "../../include" /I "../../extra_lib/include" /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "CONFIG_WIN32" /D "CONFIG_MSVC" /D "EMULATE_INTTYPES" /M$(CECrtMTDebug) /c -# SUBTRACT CPP /YX -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 avcodec-52.lib avformat-52.lib avutil-50.lib swscale-0.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /out:"../../bin/arm_ppc03_deb/gm_ffmpeg_in.dll" /libpath:"../../extra_lib/lib/arm_ppc03_deb" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM - -!ENDIF - -# Begin Target - -# Name "ffmpeg_in - Win32 (WCE ARMV4) Release" -# Name "ffmpeg_in - Win32 (WCE ARMV4) Debug" -# Begin Source File - -SOURCE=..\..\modules\ffmpeg_in\ffmpeg_decode.c -DEP_CPP_FFMPE=\ - "..\..\extra_lib\include\libavcodec\avcodec.h"\ - "..\..\extra_lib\include\libavformat\avformat.h"\ - "..\..\extra_lib\include\libavformat\avio.h"\ - "..\..\extra_lib\include\libavutil\avutil.h"\ - "..\..\extra_lib\include\libavutil\common.h"\ - "..\..\extra_lib\include\libavutil\intfloat_readwrite.h"\ - "..\..\extra_lib\include\libavutil\log.h"\ - "..\..\extra_lib\include\libavutil\mathematics.h"\ - "..\..\extra_lib\include\libavutil\mem.h"\ - "..\..\extra_lib\include\libavutil\pixfmt.h"\ - "..\..\extra_lib\include\libavutil\rational.h"\ - "..\..\extra_lib\include\libswscale\swscale.h"\ - "..\..\include\gpac\avparse.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\codec.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\modules\ffmpeg_in\ffmpeg_in.h"\ - -NODEP_CPP_FFMPE=\ - "..\..\extra_lib\include\libavutil\config.h"\ - "..\..\extra_lib\include\libavutil\internal.h"\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\ffmpeg_in\ffmpeg_demux.c -DEP_CPP_FFMPEG=\ - "..\..\extra_lib\include\libavcodec\avcodec.h"\ - "..\..\extra_lib\include\libavformat\avformat.h"\ - "..\..\extra_lib\include\libavformat\avio.h"\ - "..\..\extra_lib\include\libavutil\avutil.h"\ - "..\..\extra_lib\include\libavutil\common.h"\ - "..\..\extra_lib\include\libavutil\intfloat_readwrite.h"\ - "..\..\extra_lib\include\libavutil\log.h"\ - "..\..\extra_lib\include\libavutil\mathematics.h"\ - "..\..\extra_lib\include\libavutil\mem.h"\ - "..\..\extra_lib\include\libavutil\pixfmt.h"\ - "..\..\extra_lib\include\libavutil\rational.h"\ - "..\..\extra_lib\include\libswscale\swscale.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\codec.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\modules\ffmpeg_in\ffmpeg_in.h"\ - -NODEP_CPP_FFMPEG=\ - "..\..\extra_lib\include\libavutil\config.h"\ - "..\..\extra_lib\include\libavutil\internal.h"\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\ffmpeg_in\ffmpeg_in.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\ffmpeg_in\ffmpeg_load.c -DEP_CPP_FFMPEG_=\ - "..\..\extra_lib\include\libavcodec\avcodec.h"\ - "..\..\extra_lib\include\libavformat\avformat.h"\ - "..\..\extra_lib\include\libavformat\avio.h"\ - "..\..\extra_lib\include\libavutil\avutil.h"\ - "..\..\extra_lib\include\libavutil\common.h"\ - "..\..\extra_lib\include\libavutil\intfloat_readwrite.h"\ - "..\..\extra_lib\include\libavutil\log.h"\ - "..\..\extra_lib\include\libavutil\mathematics.h"\ - "..\..\extra_lib\include\libavutil\mem.h"\ - "..\..\extra_lib\include\libavutil\pixfmt.h"\ - "..\..\extra_lib\include\libavutil\rational.h"\ - "..\..\extra_lib\include\libswscale\swscale.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\codec.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\modules\ffmpeg_in\ffmpeg_in.h"\ - -NODEP_CPP_FFMPEG_=\ - "..\..\extra_lib\include\libavutil\config.h"\ - "..\..\extra_lib\include\libavutil\internal.h"\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\modules_export.cpp -DEP_CPP_MODUL=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\setup.h"\ - -NODEP_CPP_MODUL=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# End Target -# End Project diff --git a/build/msevc4/ft_font.vcp b/build/msevc4/ft_font.vcp deleted file mode 100644 index a6419ab..0000000 --- a/build/msevc4/ft_font.vcp +++ /dev/null @@ -1,141 +0,0 @@ -# Microsoft eMbedded Visual Tools Project File - Name="ft_font" - Package Owner=<4> -# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (WCE ARMV4) Dynamic-Link Library" 0xa302 - -CFG=ft_font - Win32 (WCE ARMV4) Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "ft_font.vcn". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "ft_font.vcn" CFG="ft_font - Win32 (WCE ARMV4) Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "ft_font - Win32 (WCE ARMV4) Release" (based on "Win32 (WCE ARMV4) Dynamic-Link Library") -!MESSAGE "ft_font - Win32 (WCE ARMV4) Debug" (based on "Win32 (WCE ARMV4) Dynamic-Link Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -# PROP ATL_Project 2 -CPP=clarm.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "ft_font - Win32 (WCE ARMV4) Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "ARMV4Rel" -# PROP BASE Intermediate_Dir "ARMV4Rel" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "obj/ft_font_rel" -# PROP Intermediate_Dir "obj/ft_font_rel" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "FT_FONT_EXPORTS" /YX /O2 /M$(CECrtMT) /c -# ADD CPP /nologo /W3 /Oxt /I "../../include" /I "../../extra_lib/include/freetype" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /M$(CECrtMT) /c -# SUBTRACT CPP /YX -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 freetype.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /out:"../../bin/arm_ppc03_rel/gm_ft_font.dll" /libpath:"../../extra_lib/lib/arm_ppc03_rel" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM - -!ELSEIF "$(CFG)" == "ft_font - Win32 (WCE ARMV4) Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "ARMV4Dbg" -# PROP BASE Intermediate_Dir "ARMV4Dbg" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "obj/ft_font_deb" -# PROP Intermediate_Dir "obj/ft_font_deb" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "FT_FONT_EXPORTS" /YX /M$(CECrtMTDebug) /c -# ADD CPP /nologo /W3 /Zi /Od /I "../../include" /I "../../extra_lib/include/freetype" /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /M$(CECrtMTDebug) /c -# SUBTRACT CPP /YX -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 freetype.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /out:"../../bin/arm_ppc03_deb/gm_ft_font.dll" /libpath:"../../extra_lib/lib/arm_ppc03_deb" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM - -!ENDIF - -# Begin Target - -# Name "ft_font - Win32 (WCE ARMV4) Release" -# Name "ft_font - Win32 (WCE ARMV4) Debug" -# Begin Source File - -SOURCE=..\..\modules\ft_font\ft_font.c -DEP_CPP_FT_FO=\ - "..\..\extra_lib\include\freetype\freetype\config\ftheader.h"\ - "..\..\extra_lib\include\freetype\ft2build.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\include\gpac\utf.h"\ - -NODEP_CPP_FT_FO=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\ft_font\ft_font.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\modules_export.cpp -DEP_CPP_MODUL=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\setup.h"\ - -NODEP_CPP_MODUL=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# End Target -# End Project diff --git a/build/msevc4/gapi.vcp b/build/msevc4/gapi.vcp deleted file mode 100644 index 28895ca..0000000 --- a/build/msevc4/gapi.vcp +++ /dev/null @@ -1,146 +0,0 @@ -# Microsoft eMbedded Visual Tools Project File - Name="gapi" - Package Owner=<4> -# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (WCE ARMV4) Dynamic-Link Library" 0xa302 - -CFG=gapi - Win32 (WCE ARMV4) Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "gapi.vcn". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "gapi.vcn" CFG="gapi - Win32 (WCE ARMV4) Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "gapi - Win32 (WCE ARMV4) Release" (based on "Win32 (WCE ARMV4) Dynamic-Link Library") -!MESSAGE "gapi - Win32 (WCE ARMV4) Debug" (based on "Win32 (WCE ARMV4) Dynamic-Link Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -# PROP ATL_Project 2 -CPP=clarm.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "gapi - Win32 (WCE ARMV4) Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "ARMV4Rel" -# PROP BASE Intermediate_Dir "ARMV4Rel" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "obj/gapi_rel" -# PROP Intermediate_Dir "obj/gapi_rel" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "GAPI_EXPORTS" /YX /O2 /M$(CECrtMT) /c -# ADD CPP /nologo /W3 /Oxt /I "../../include" /I "../../extra_lib/include" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /M$(CECrtMT) /c -# SUBTRACT CPP /YX -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 gx.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /out:"../../bin/arm_ppc03_rel/gm_gapi.dll" /libpath:"../../extra_lib/lib/arm_ppc03_rel" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM - -!ELSEIF "$(CFG)" == "gapi - Win32 (WCE ARMV4) Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "ARMV4Dbg" -# PROP BASE Intermediate_Dir "ARMV4Dbg" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "obj/gapi_deb" -# PROP Intermediate_Dir "obj/gapi_deb" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "GAPI_EXPORTS" /YX /M$(CECrtMTDebug) /c -# ADD CPP /nologo /W3 /Zi /Od /I "../../include" /I "../../extra_lib/include/" /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /FR /M$(CECrtMTDebug) /c -# SUBTRACT CPP /YX -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 gx.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /out:"../../bin/arm_ppc03_deb/gm_gapi.dll" /libpath:"../../extra_lib/lib/arm_ppc03_deb" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM - -!ENDIF - -# Begin Target - -# Name "gapi - Win32 (WCE ARMV4) Release" -# Name "gapi - Win32 (WCE ARMV4) Debug" -# Begin Source File - -SOURCE=..\..\modules\gapi\gapi.cpp -DEP_CPP_GAPI_=\ - "..\..\extra_lib\include\GLES\egl.h"\ - "..\..\extra_lib\include\GLES\gl.h"\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\modules\gapi\gapi.h"\ - {$(INCLUDE)}"aygshell.h"\ - {$(INCLUDE)}"gx.h"\ - {$(INCLUDE)}"sipapi.h"\ - {$(INCLUDE)}"winuserm.h"\ - -NODEP_CPP_GAPI_=\ - "..\..\include\gpac\config.h"\ - "C:\Program Files\WindowsCE\wce420\POCKET PC 2003\Include\ARMV4\vibrate.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\gapi\gapi.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\modules_export.cpp -DEP_CPP_MODUL=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\setup.h"\ - -NODEP_CPP_MODUL=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# End Target -# End Project diff --git a/build/msevc4/gpac_js.vcp b/build/msevc4/gpac_js.vcp deleted file mode 100644 index 328179a..0000000 --- a/build/msevc4/gpac_js.vcp +++ /dev/null @@ -1,173 +0,0 @@ -# Microsoft eMbedded Visual Tools Project File - Name="gpac_js" - Package Owner=<4> -# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (WCE ARMV4) Dynamic-Link Library" 0xa302 - -CFG=gpac_js - Win32 (WCE ARMV4) Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "gpac_js.vcn". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "gpac_js.vcn" CFG="gpac_js - Win32 (WCE ARMV4) Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "gpac_js - Win32 (WCE ARMV4) Release" (based on "Win32 (WCE ARMV4) Dynamic-Link Library") -!MESSAGE "gpac_js - Win32 (WCE ARMV4) Debug" (based on "Win32 (WCE ARMV4) Dynamic-Link Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -# PROP ATL_Project 2 -CPP=clarm.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "gpac_js - Win32 (WCE ARMV4) Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "ARMV4Rel" -# PROP BASE Intermediate_Dir "ARMV4Rel" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "obj/gjs_rel" -# PROP Intermediate_Dir "obj/gjs_rel" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "GPAC_JS_EXPORTS" /YX /O2 /M$(CECrtMT) /c -# ADD CPP /nologo /W3 /I "../../include" /I "../../extra_lib/include/js" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "XP_PC" /O2 /M$(CECrtMT) /c -# SUBTRACT CPP /YX -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /out:"../../bin/arm_ppc03_rel/gm_gpac_js.dll" /libpath:"../../extra_lib/lib/arm_ppc03_rel" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM - -!ELSEIF "$(CFG)" == "gpac_js - Win32 (WCE ARMV4) Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "ARMV4Dbg" -# PROP BASE Intermediate_Dir "ARMV4Dbg" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "obj/gjs_deb" -# PROP Intermediate_Dir "obj/gjs_deb" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "GPAC_JS_EXPORTS" /YX /M$(CECrtMTDebug) /c -# ADD CPP /nologo /W3 /Zi /Od /I "../../include" /I "../../extra_lib/include/js" /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "XP_PC" /M$(CECrtMTDebug) /c -# SUBTRACT CPP /YX -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /out:"../../bin/arm_ppc03_deb/gm_gpac_js.dll" /libpath:"../../extra_lib/lib/arm_ppc03_deb" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM - -!ENDIF - -# Begin Target - -# Name "gpac_js - Win32 (WCE ARMV4) Release" -# Name "gpac_js - Win32 (WCE ARMV4) Debug" -# Begin Source File - -SOURCE=..\..\modules\gpac_js\gpac_js.c -DEP_CPP_GPAC_=\ - "..\..\extra_lib\include\js\jsapi.h"\ - "..\..\extra_lib\include\js\jsautocfg.h"\ - "..\..\extra_lib\include\js\jscompat.h"\ - "..\..\extra_lib\include\js\jscpucfg.h"\ - "..\..\extra_lib\include\js\jslong.h"\ - "..\..\extra_lib\include\js\jsosdep.h"\ - "..\..\extra_lib\include\js\jsotypes.h"\ - "..\..\extra_lib\include\js\jsproto.tbl"\ - "..\..\extra_lib\include\js\jspubtd.h"\ - "..\..\extra_lib\include\js\jstypes.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\internal\scenegraph_dev.h"\ - "..\..\include\gpac\internal\terminal_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\codec.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\ipmp.h"\ - "..\..\include\gpac\modules\js_usr.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\modules\term_ext.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\terminal.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\include\gpac\xml.h"\ - -NODEP_CPP_GPAC_=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\modules_export.cpp -DEP_CPP_MODUL=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\setup.h"\ - -NODEP_CPP_MODUL=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# End Target -# End Project diff --git a/build/msevc4/img_in.vcp b/build/msevc4/img_in.vcp deleted file mode 100644 index f405c0e..0000000 --- a/build/msevc4/img_in.vcp +++ /dev/null @@ -1,259 +0,0 @@ -# Microsoft eMbedded Visual Tools Project File - Name="img_in" - Package Owner=<4> -# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (WCE ARMV4) Dynamic-Link Library" 0xa302 - -CFG=img_in - Win32 (WCE ARMV4) Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "img_in.vcn". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "img_in.vcn" CFG="img_in - Win32 (WCE ARMV4) Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "img_in - Win32 (WCE ARMV4) Release" (based on "Win32 (WCE ARMV4) Dynamic-Link Library") -!MESSAGE "img_in - Win32 (WCE ARMV4) Debug" (based on "Win32 (WCE ARMV4) Dynamic-Link Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -# PROP ATL_Project 2 -CPP=clarm.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "img_in - Win32 (WCE ARMV4) Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "ARMV4Rel" -# PROP BASE Intermediate_Dir "ARMV4Rel" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "obj/img_in_rel" -# PROP Intermediate_Dir "obj/img_in_rel" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "IMG_IN_EXPORTS" /YX /O2 /M$(CECrtMT) /c -# ADD CPP /nologo /W3 /Oxt /I "../../include" /I "../../extra_lib/include/openjpeg" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "GPAC_HAS_JP2" /D "OPJ_STATIC" /M$(CECrtMT) /c -# SUBTRACT CPP /YX -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 LibOpenJPEG.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /out:"../../bin/arm_ppc03_rel/gm_img_in.dll" /libpath:"../../extra_lib/lib/arm_ppc03_rel" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM - -!ELSEIF "$(CFG)" == "img_in - Win32 (WCE ARMV4) Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "ARMV4Dbg" -# PROP BASE Intermediate_Dir "ARMV4Dbg" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "obj/img_in_deb" -# PROP Intermediate_Dir "obj/img_in_deb" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "IMG_IN_EXPORTS" /YX /M$(CECrtMTDebug) /c -# ADD CPP /nologo /W3 /Zi /Od /I "../../include" /I "../../extra_lib/include/png" /I "../../extra_lib/include/zlib" /I "../../extra_lib/include/jpeg" /I "../../extra_lib/include/openjpeg" /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "GPAC_HAS_JP2" /D "OPJ_STATIC" /FR /M$(CECrtMTDebug) /c -# SUBTRACT CPP /YX -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 LibOpenJPEGd.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /out:"../../bin/arm_ppc03_deb/gm_img_in.dll" /libpath:"../../extra_lib/lib/arm_ppc03_deb" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM - -!ENDIF - -# Begin Target - -# Name "img_in - Win32 (WCE ARMV4) Release" -# Name "img_in - Win32 (WCE ARMV4) Debug" -# Begin Source File - -SOURCE=..\..\modules\img_in\bmp_dec.c -DEP_CPP_BMP_D=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\codec.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\modules\img_in\img_in.h"\ - -NODEP_CPP_BMP_D=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\img_in\img_dec.c -DEP_CPP_IMG_D=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\codec.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\modules\img_in\img_in.h"\ - -NODEP_CPP_IMG_D=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\img_in\img_in.c -DEP_CPP_IMG_I=\ - "..\..\include\gpac\avparse.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\codec.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\modules\img_in\img_in.h"\ - -NODEP_CPP_IMG_I=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\img_in\img_in.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\img_in\jp2_dec.c -DEP_CPP_JP2_D=\ - "..\..\extra_lib\include\openjpeg\openjpeg.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\codec.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\modules\img_in\img_in.h"\ - -NODEP_CPP_JP2_D=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\img_in\jpeg_dec.c -DEP_CPP_JPEG_=\ - "..\..\include\gpac\avparse.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\codec.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\modules\img_in\img_in.h"\ - -NODEP_CPP_JPEG_=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\modules_export.cpp -DEP_CPP_MODUL=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\setup.h"\ - -NODEP_CPP_MODUL=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\img_in\png_dec.c -DEP_CPP_PNG_D=\ - "..\..\include\gpac\avparse.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\codec.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\modules\img_in\img_in.h"\ - -NODEP_CPP_PNG_D=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# End Target -# End Project diff --git a/build/msevc4/ismacryp.vcp b/build/msevc4/ismacryp.vcp deleted file mode 100644 index 05e923e..0000000 --- a/build/msevc4/ismacryp.vcp +++ /dev/null @@ -1,149 +0,0 @@ -# Microsoft eMbedded Visual Tools Project File - Name="ismacryp" - Package Owner=<4> -# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (WCE ARMV4) Dynamic-Link Library" 0xa302 - -CFG=ismacryp - Win32 (WCE ARMV4) Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "ismacryp.vcn". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "ismacryp.vcn" CFG="ismacryp - Win32 (WCE ARMV4) Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "ismacryp - Win32 (WCE ARMV4) Release" (based on "Win32 (WCE ARMV4) Dynamic-Link Library") -!MESSAGE "ismacryp - Win32 (WCE ARMV4) Debug" (based on "Win32 (WCE ARMV4) Dynamic-Link Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -# PROP ATL_Project 2 -CPP=clarm.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "ismacryp - Win32 (WCE ARMV4) Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "ARMV4Rel" -# PROP BASE Intermediate_Dir "ARMV4Rel" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "obj/ismacryp_rel" -# PROP Intermediate_Dir "obj/ismacryp_rel" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "ISMACRYP_EXPORTS" /YX /O2 /M$(CECrtMT) /c -# ADD CPP /nologo /W3 /Oxt /I "../../include" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "ISMACRYP_EXPORTS" /YX /M$(CECrtMT) /c -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /out:"../../bin/arm_ppc03_rel/gm_ismacryp.dll" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM - -!ELSEIF "$(CFG)" == "ismacryp - Win32 (WCE ARMV4) Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "ARMV4Dbg" -# PROP BASE Intermediate_Dir "ARMV4Dbg" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "obj/ismacryp_deb" -# PROP Intermediate_Dir "obj/ismacryp_deb" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "ISMACRYP_EXPORTS" /YX /M$(CECrtMTDebug) /c -# ADD CPP /nologo /W3 /Zi /Od /I "../../include" /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "ISMACRYP_EXPORTS" /YX /M$(CECrtMTDebug) /c -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /out:"../../bin/arm_ppc03_rel/gm_ismacryp.dll" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM - -!ENDIF - -# Begin Target - -# Name "ismacryp - Win32 (WCE ARMV4) Release" -# Name "ismacryp - Win32 (WCE ARMV4) Debug" -# Begin Source File - -SOURCE=..\..\modules\ismacryp\ismacryp.c -DEP_CPP_ISMAC=\ - "..\..\include\gpac\base_coding.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\crypt.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\terminal_dev.h"\ - "..\..\include\gpac\ismacryp.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\codec.h"\ - "..\..\include\gpac\modules\ipmp.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\modules\term_ext.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\terminal.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - -NODEP_CPP_ISMAC=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\modules_export.cpp -DEP_CPP_MODUL=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\setup.h"\ - -NODEP_CPP_MODUL=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# End Target -# End Project diff --git a/build/msevc4/isom_in.vcp b/build/msevc4/isom_in.vcp deleted file mode 100644 index ecc0449..0000000 --- a/build/msevc4/isom_in.vcp +++ /dev/null @@ -1,218 +0,0 @@ -# Microsoft eMbedded Visual Tools Project File - Name="isom_in" - Package Owner=<4> -# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (WCE ARMV4) Dynamic-Link Library" 0xa302 - -CFG=isom_in - Win32 (WCE ARMV4) Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "isom_in.vcn". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "isom_in.vcn" CFG="isom_in - Win32 (WCE ARMV4) Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "isom_in - Win32 (WCE ARMV4) Release" (based on "Win32 (WCE ARMV4) Dynamic-Link Library") -!MESSAGE "isom_in - Win32 (WCE ARMV4) Debug" (based on "Win32 (WCE ARMV4) Dynamic-Link Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -# PROP ATL_Project 2 -CPP=clarm.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "isom_in - Win32 (WCE ARMV4) Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "ARMV4Rel" -# PROP BASE Intermediate_Dir "ARMV4Rel" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "obj/isom_in_deb" -# PROP Intermediate_Dir "obj/isom_in_deb" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "ISOM_IN_EXPORTS" /YX /O2 /M$(CECrtMT) /c -# ADD CPP /nologo /W3 /Oxt /I "../../include" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /M$(CECrtMT) /c -# SUBTRACT CPP /YX -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /out:"../../bin/arm_ppc03_rel/gm_isom_in.dll" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM - -!ELSEIF "$(CFG)" == "isom_in - Win32 (WCE ARMV4) Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "ARMV4Dbg" -# PROP BASE Intermediate_Dir "ARMV4Dbg" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "obj/isom_in_deb" -# PROP Intermediate_Dir "obj/isom_in_deb" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "ISOM_IN_EXPORTS" /YX /M$(CECrtMTDebug) /c -# ADD CPP /nologo /W3 /Zi /Od /I "../../include" /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /M$(CECrtMTDebug) /c -# SUBTRACT CPP /YX -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /out:"../../bin/arm_ppc03_deb/gm_isom_in.dll" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM - -!ENDIF - -# Begin Target - -# Name "isom_in - Win32 (WCE ARMV4) Release" -# Name "isom_in - Win32 (WCE ARMV4) Debug" -# Begin Source File - -SOURCE=..\..\modules\isom_in\cache.c -DEP_CPP_CACHE=\ - "..\..\include\gpac\avparse.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\media_tools.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\modules\isom_in\isom_in.h"\ - -NODEP_CPP_CACHE=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\isom_in\isom_in.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\isom_in\load.c -DEP_CPP_LOAD_=\ - "..\..\include\gpac\avparse.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\media_tools.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\modules\isom_in\isom_in.h"\ - -NODEP_CPP_LOAD_=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\modules_export.cpp -DEP_CPP_MODUL=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\setup.h"\ - -NODEP_CPP_MODUL=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\isom_in\read.c -DEP_CPP_READ_=\ - "..\..\include\gpac\avparse.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\ismacryp.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\media_tools.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\modules\isom_in\isom_in.h"\ - -NODEP_CPP_READ_=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\isom_in\read_ch.c -DEP_CPP_READ_C=\ - "..\..\include\gpac\avparse.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\media_tools.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\modules\isom_in\isom_in.h"\ - -NODEP_CPP_READ_C=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# End Target -# End Project diff --git a/build/msevc4/laser_dec.vcp b/build/msevc4/laser_dec.vcp deleted file mode 100644 index d034fb4..0000000 --- a/build/msevc4/laser_dec.vcp +++ /dev/null @@ -1,150 +0,0 @@ -# Microsoft eMbedded Visual Tools Project File - Name="laser_dec" - Package Owner=<4> -# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (WCE ARMV4) Dynamic-Link Library" 0xa302 - -CFG=laser_dec - Win32 (WCE ARMV4) Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "laser_dec.vcn". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "laser_dec.vcn" CFG="laser_dec - Win32 (WCE ARMV4) Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "laser_dec - Win32 (WCE ARMV4) Release" (based on "Win32 (WCE ARMV4) Dynamic-Link Library") -!MESSAGE "laser_dec - Win32 (WCE ARMV4) Debug" (based on "Win32 (WCE ARMV4) Dynamic-Link Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -# PROP ATL_Project 2 -CPP=clarm.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "laser_dec - Win32 (WCE ARMV4) Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "ARMV4Rel" -# PROP BASE Intermediate_Dir "ARMV4Rel" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "obj/laser_dec_rel" -# PROP Intermediate_Dir "obj/laser_dec_rel" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "LASER_DEC_EXPORTS" /YX /O2 /M$(CECrtMT) /c -# ADD CPP /nologo /W3 /Oxt /I "../../include" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /YX /M$(CECrtMT) /c -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /out:"../../bin/arm_ppc03_rel/gm_laser_dec.dll" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM - -!ELSEIF "$(CFG)" == "laser_dec - Win32 (WCE ARMV4) Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "ARMV4Dbg" -# PROP BASE Intermediate_Dir "ARMV4Dbg" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "obj/laser_dec_deb" -# PROP Intermediate_Dir "obj/laser_dec_deb" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "LASER_DEC_EXPORTS" /YX /M$(CECrtMTDebug) /c -# ADD CPP /nologo /W3 /Zi /Od /I "../../include" /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /YX /M$(CECrtMTDebug) /c -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /out:"../../bin/arm_ppc03_deb/gm_laser_dec.dll" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM - -!ENDIF - -# Begin Target - -# Name "laser_dec - Win32 (WCE ARMV4) Release" -# Name "laser_dec - Win32 (WCE ARMV4) Debug" -# Begin Source File - -SOURCE=..\..\modules\laser_dec\laser_dec.c -DEP_CPP_LASER=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\terminal_dev.h"\ - "..\..\include\gpac\laser.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\codec.h"\ - "..\..\include\gpac\modules\ipmp.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\modules\term_ext.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\terminal.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - -NODEP_CPP_LASER=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\modules_export.cpp -DEP_CPP_MODUL=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\setup.h"\ - -NODEP_CPP_MODUL=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# End Target -# End Project diff --git a/build/msevc4/libgpac.vcp b/build/msevc4/libgpac.vcp deleted file mode 100644 index 35f9ace..0000000 --- a/build/msevc4/libgpac.vcp +++ /dev/null @@ -1,7120 +0,0 @@ -# Microsoft eMbedded Visual Tools Project File - Name="libgpac" - Package Owner=<4> -# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (WCE ARMV4) Static Library" 0xa304 - -CFG=libgpac - Win32 (WCE ARMV4) Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "libgpac.vcn". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "libgpac.vcn" CFG="libgpac - Win32 (WCE ARMV4) Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "libgpac - Win32 (WCE ARMV4) Release" (based on "Win32 (WCE ARMV4) Static Library") -!MESSAGE "libgpac - Win32 (WCE ARMV4) Debug" (based on "Win32 (WCE ARMV4) Static Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -# PROP ATL_Project 2 -CPP=clarm.exe - -!IF "$(CFG)" == "libgpac - Win32 (WCE ARMV4) Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "ARMV4Rel" -# PROP BASE Intermediate_Dir "ARMV4Rel" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "obj/libgpac_rel" -# PROP Intermediate_Dir "obj/libgpac_rel" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "NDEBUG" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /O2 /M$(CECrtMT) /c -# ADD CPP /nologo /W3 /Oxt /I "../../include" /I "../../extra_lib/include/zlib" /I "../../extra_lib/include/js" /I "../../extra_lib/include" /I "../../extra_lib/include/jpeg" /I "../../extra_lib/include/png" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "NDEBUG" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /M$(CECrtMT) /c -# SUBTRACT CPP /YX -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo - -!ELSEIF "$(CFG)" == "libgpac - Win32 (WCE ARMV4) Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "ARMV4Dbg" -# PROP BASE Intermediate_Dir "ARMV4Dbg" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "obj/libgpac_deb" -# PROP Intermediate_Dir "obj/libgpac_deb" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /M$(CECrtMTDebug) /c -# ADD CPP /nologo /W3 /Zi /Od /I "../../include" /I "../../extra_lib/include/zlib" /I "../../extra_lib/include/js" /I "../../extra_lib/include" /I "../../extra_lib/include/jpeg" /I "../../extra_lib/include/png" /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /FR /M$(CECrtMTDebug) /c -# SUBTRACT CPP /YX -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo - -!ENDIF - -# Begin Target - -# Name "libgpac - Win32 (WCE ARMV4) Release" -# Name "libgpac - Win32 (WCE ARMV4) Debug" -# Begin Group "utils" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\..\src\utils\base_encoding.c -DEP_CPP_BASE_=\ - "..\..\include\gpac\base_coding.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_BASE_=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\utils\bitstream.c -DEP_CPP_BITST=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_BITST=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\utils\color.c -DEP_CPP_COLOR=\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - -NODEP_CPP_COLOR=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\utils\configfile.c -DEP_CPP_CONFI=\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_CONFI=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\utils\downloader.c -DEP_CPP_DOWNL=\ - "..\..\include\gpac\base_coding.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\crypt.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\token.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_DOWNL=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\utils\error.c -DEP_CPP_ERROR=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_ERROR=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\utils\list.c -DEP_CPP_LIST_=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_LIST_=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\utils\math.c -DEP_CPP_MATH_=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\setup.h"\ - -NODEP_CPP_MATH_=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\utils\module.c -DEP_CPP_MODUL=\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\src\utils\module_wrap.h"\ - -NODEP_CPP_MODUL=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\utils\module_wrap.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\utils\os_divers.c -DEP_CPP_OS_DI=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_OS_DI=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\utils\os_module.c -DEP_CPP_OS_MO=\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\src\utils\module_wrap.h"\ - -NODEP_CPP_OS_MO=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\utils\os_net.c -DEP_CPP_OS_NE=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_OS_NE=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\utils\os_thread.c -DEP_CPP_OS_TH=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_OS_TH=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\utils\path2d.c -DEP_CPP_PATH2=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_PATH2=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\utils\path2d_stroker.c -DEP_CPP_PATH2D=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_PATH2D=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\utils\token.c -DEP_CPP_TOKEN=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\token.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_TOKEN=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\utils\uni_bidi.c -DEP_CPP_UNI_B=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\utf.h"\ - -NODEP_CPP_UNI_B=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\utils\url.c -DEP_CPP_URL_C=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_URL_C=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\utils\utf.c -DEP_CPP_UTF_C=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\utf.h"\ - -NODEP_CPP_UTF_C=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\utils\xml_parser.c -DEP_CPP_XML_P=\ - "..\..\extra_lib\include\zlib\zconf.h"\ - "..\..\extra_lib\include\zlib\zlib.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\utf.h"\ - "..\..\include\gpac\xml.h"\ - -NODEP_CPP_XML_P=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# End Group -# Begin Group "odf" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\..\src\odf\desc_private.c -DEP_CPP_DESC_=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\internal\odf_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_DESC_=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\odf\descriptors.c -DEP_CPP_DESCR=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\internal\isomedia_dev.h"\ - "..\..\include\gpac\internal\odf_dev.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_DESCR=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\odf\ipmpx_code.c -DEP_CPP_IPMPX=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\internal\odf_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_IPMPX=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\odf\ipmpx_dump.c -DEP_CPP_IPMPX_=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\internal\odf_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_IPMPX_=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\odf\ipmpx_parse.c -DEP_CPP_IPMPX_P=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\internal\odf_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_IPMPX_P=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\odf\oci_codec.c -DEP_CPP_OCI_C=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\internal\odf_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_OCI_C=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\odf\odf_code.c -DEP_CPP_ODF_C=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\internal\odf_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\utf.h"\ - -NODEP_CPP_ODF_C=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\odf\odf_codec.c -DEP_CPP_ODF_CO=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\internal\odf_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_ODF_CO=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\odf\odf_command.c -DEP_CPP_ODF_COM=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\internal\odf_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_ODF_COM=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\internal\odf_dev.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\odf\odf_dump.c -DEP_CPP_ODF_D=\ - "..\..\include\gpac\avparse.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\internal\odf_dev.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\media_tools.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_ODF_D=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\odf\odf_parse.c -DEP_CPP_ODF_P=\ - "..\..\include\gpac\avparse.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\internal\odf_dev.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\media_tools.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\token.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_ODF_P=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\odf\qos.c -DEP_CPP_QOS_C=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\internal\odf_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_QOS_C=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\odf\slc.c -DEP_CPP_SLC_C=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\internal\odf_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_SLC_C=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# End Group -# Begin Group "bifs" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\..\src\bifs\arith_decoder.c -DEP_CPP_ARITH=\ - "..\..\include\gpac\bifs.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\internal\bifs_dev.h"\ - "..\..\include\gpac\internal\scenegraph_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\src\bifs\quant.h"\ - -NODEP_CPP_ARITH=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\bifs\bifs_codec.c -DEP_CPP_BIFS_=\ - "..\..\include\gpac\bifs.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\internal\bifs_dev.h"\ - "..\..\include\gpac\internal\scenegraph_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_BIFS_=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\internal\bifs_dev.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\bifs\bifs_node_tables.c -DEP_CPP_BIFS_N=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\internal\bifs_tables.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_BIFS_N=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\internal\bifs_tables.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\bifs\com_dec.c -DEP_CPP_COM_D=\ - "..\..\include\gpac\bifs.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\internal\bifs_dev.h"\ - "..\..\include\gpac\internal\scenegraph_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\src\bifs\quant.h"\ - -NODEP_CPP_COM_D=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\bifs\com_enc.c -DEP_CPP_COM_E=\ - "..\..\include\gpac\bifs.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\internal\bifs_dev.h"\ - "..\..\include\gpac\internal\scenegraph_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\src\bifs\quant.h"\ - -NODEP_CPP_COM_E=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\bifs\conditional.c -DEP_CPP_CONDI=\ - "..\..\include\gpac\bifs.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\internal\bifs_dev.h"\ - "..\..\include\gpac\internal\scenegraph_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_CONDI=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\bifs\field_decode.c -DEP_CPP_FIELD=\ - "..\..\include\gpac\bifs.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\internal\bifs_dev.h"\ - "..\..\include\gpac\internal\scenegraph_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\src\bifs\quant.h"\ - "..\..\src\bifs\script.h"\ - -NODEP_CPP_FIELD=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\bifs\field_encode.c -DEP_CPP_FIELD_=\ - "..\..\include\gpac\bifs.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\internal\bifs_dev.h"\ - "..\..\include\gpac\internal\bifs_tables.h"\ - "..\..\include\gpac\internal\scenegraph_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\src\bifs\quant.h"\ - "..\..\src\bifs\script.h"\ - -NODEP_CPP_FIELD_=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\bifs\memory_decoder.c -DEP_CPP_MEMOR=\ - "..\..\include\gpac\bifs.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\internal\bifs_dev.h"\ - "..\..\include\gpac\internal\scenegraph_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\src\bifs\quant.h"\ - -NODEP_CPP_MEMOR=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\bifs\predictive_mffield.c -DEP_CPP_PREDI=\ - "..\..\include\gpac\bifs.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\internal\bifs_dev.h"\ - "..\..\include\gpac\internal\scenegraph_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\src\bifs\quant.h"\ - -NODEP_CPP_PREDI=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\bifs\quant.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\bifs\quantize.c -DEP_CPP_QUANT=\ - "..\..\include\gpac\bifs.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\internal\bifs_dev.h"\ - "..\..\include\gpac\internal\scenegraph_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\src\bifs\quant.h"\ - -NODEP_CPP_QUANT=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\bifs\script.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\bifs\script_dec.c -DEP_CPP_SCRIP=\ - "..\..\include\gpac\bifs.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\internal\bifs_dev.h"\ - "..\..\include\gpac\internal\scenegraph_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\src\bifs\script.h"\ - -NODEP_CPP_SCRIP=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\bifs\script_enc.c -DEP_CPP_SCRIPT=\ - "..\..\include\gpac\bifs.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\internal\bifs_dev.h"\ - "..\..\include\gpac\internal\scenegraph_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\src\bifs\script.h"\ - -NODEP_CPP_SCRIPT=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\bifs\unquantize.c -DEP_CPP_UNQUA=\ - "..\..\include\gpac\bifs.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\internal\bifs_dev.h"\ - "..\..\include\gpac\internal\scenegraph_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\src\bifs\quant.h"\ - -NODEP_CPP_UNQUA=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# End Group -# Begin Group "isomedia" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\..\src\isomedia\avc_ext.c -DEP_CPP_AVC_E=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\internal\isomedia_dev.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_AVC_E=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\isomedia\box_code_3gpp.c -DEP_CPP_BOX_C=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\internal\isomedia_dev.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_BOX_C=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\isomedia\box_code_apple.c -DEP_CPP_BOX_CO=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\internal\isomedia_dev.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_BOX_CO=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\isomedia\box_code_base.c -DEP_CPP_BOX_COD=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\internal\isomedia_dev.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_BOX_COD=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\isomedia\box_code_isma.c -DEP_CPP_BOX_CODE=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\internal\isomedia_dev.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_BOX_CODE=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\isomedia\box_code_meta.c -DEP_CPP_BOX_CODE_=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\internal\isomedia_dev.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_BOX_CODE_=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\isomedia\box_dump.c -DEP_CPP_BOX_D=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\internal\isomedia_dev.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\utf.h"\ - -NODEP_CPP_BOX_D=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\isomedia\box_funcs.c -DEP_CPP_BOX_F=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\internal\isomedia_dev.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_BOX_F=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\isomedia\data_map.c -DEP_CPP_DATA_=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\internal\isomedia_dev.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_DATA_=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\isomedia\hint_track.c -DEP_CPP_HINT_=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\internal\isomedia_dev.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_HINT_=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\isomedia\hinting.c -DEP_CPP_HINTI=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\internal\isomedia_dev.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_HINTI=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\isomedia\isma_sample.c -DEP_CPP_ISMA_=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\internal\isomedia_dev.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_ISMA_=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\isomedia\isom_intern.c -DEP_CPP_ISOM_=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\internal\isomedia_dev.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_ISOM_=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\isomedia\isom_read.c -DEP_CPP_ISOM_R=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\internal\isomedia_dev.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_ISOM_R=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\isomedia\isom_store.c -DEP_CPP_ISOM_S=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\internal\isomedia_dev.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_ISOM_S=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\isomedia\isom_write.c -DEP_CPP_ISOM_W=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\internal\isomedia_dev.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_ISOM_W=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\internal\isomedia_dev.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\isomedia\media.c -DEP_CPP_MEDIA=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\internal\isomedia_dev.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_MEDIA=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\isomedia\media_odf.c -DEP_CPP_MEDIA_=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\internal\isomedia_dev.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_MEDIA_=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\isomedia\meta.c -DEP_CPP_META_=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\internal\isomedia_dev.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_META_=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\isomedia\movie_fragments.c -DEP_CPP_MOVIE=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\internal\isomedia_dev.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_MOVIE=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\isomedia\sample_descs.c -DEP_CPP_SAMPL=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\internal\isomedia_dev.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_SAMPL=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\isomedia\stbl_read.c -DEP_CPP_STBL_=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\internal\isomedia_dev.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_STBL_=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\isomedia\stbl_write.c -DEP_CPP_STBL_W=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\internal\isomedia_dev.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_STBL_W=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\isomedia\track.c -DEP_CPP_TRACK=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\internal\isomedia_dev.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_TRACK=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\isomedia\tx3g.c -DEP_CPP_TX3G_=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\internal\isomedia_dev.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_TX3G_=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# End Group -# Begin Group "ietf" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\..\include\gpac\internal\ietf_dev.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\ietf\rtcp.c -DEP_CPP_RTCP_=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\ietf.h"\ - "..\..\include\gpac\internal\ietf_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_RTCP_=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\ietf\rtp.c -DEP_CPP_RTP_C=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\ietf.h"\ - "..\..\include\gpac\internal\ietf_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_RTP_C=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\ietf\rtp_depacketizer.c -DEP_CPP_RTP_D=\ - "..\..\include\gpac\avparse.h"\ - "..\..\include\gpac\base_coding.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\esi.h"\ - "..\..\include\gpac\ietf.h"\ - "..\..\include\gpac\internal\ietf_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_RTP_D=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\ietf\rtp_packetizer.c -DEP_CPP_RTP_P=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\ietf.h"\ - "..\..\include\gpac\internal\ietf_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_RTP_P=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\ietf\rtp_pck_3gpp.c -DEP_CPP_RTP_PC=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\ietf.h"\ - "..\..\include\gpac\internal\ietf_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_RTP_PC=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\ietf\rtp_pck_mpeg12.c -DEP_CPP_RTP_PCK=\ - "..\..\include\gpac\avparse.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\ietf.h"\ - "..\..\include\gpac\internal\ietf_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_RTP_PCK=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\ietf\rtp_pck_mpeg4.c -DEP_CPP_RTP_PCK_=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\ietf.h"\ - "..\..\include\gpac\internal\ietf_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_RTP_PCK_=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\ietf\rtsp_command.c -DEP_CPP_RTSP_=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\ietf.h"\ - "..\..\include\gpac\internal\ietf_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\token.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_RTSP_=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\ietf\rtsp_common.c -DEP_CPP_RTSP_C=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\ietf.h"\ - "..\..\include\gpac\internal\ietf_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\token.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_RTSP_C=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\ietf\rtsp_response.c -DEP_CPP_RTSP_R=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\ietf.h"\ - "..\..\include\gpac\internal\ietf_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\token.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_RTSP_R=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\ietf\rtsp_session.c -DEP_CPP_RTSP_S=\ - "..\..\include\gpac\base_coding.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\ietf.h"\ - "..\..\include\gpac\internal\ietf_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_RTSP_S=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\ietf\sdp.c -DEP_CPP_SDP_C=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\ietf.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\token.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_SDP_C=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# End Group -# Begin Group "scenegraph" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\..\src\scenegraph\base_scenegraph.c -DEP_CPP_BASE_S=\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\scenegraph_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_BASE_S=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\scenegraph\commands.c -DEP_CPP_COMMA=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\internal\laser_dev.h"\ - "..\..\include\gpac\internal\scenegraph_dev.h"\ - "..\..\include\gpac\laser.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_COMMA=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\scenegraph\dom_events.c -DEP_CPP_DOM_E=\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\scenegraph_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\xml.h"\ - -NODEP_CPP_DOM_E=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\scenegraph\dom_smjs.c -DEP_CPP_DOM_S=\ - "..\..\extra_lib\include\js\jsapi.h"\ - "..\..\extra_lib\include\js\jsautocfg.h"\ - "..\..\extra_lib\include\js\jscompat.h"\ - "..\..\extra_lib\include\js\jscpucfg.h"\ - "..\..\extra_lib\include\js\jslong.h"\ - "..\..\extra_lib\include\js\jsosdep.h"\ - "..\..\extra_lib\include\js\jsotypes.h"\ - "..\..\extra_lib\include\js\jsproto.tbl"\ - "..\..\extra_lib\include\js\jspubtd.h"\ - "..\..\extra_lib\include\js\jstypes.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\scenegraph_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\utf.h"\ - "..\..\include\gpac\xml.h"\ - -NODEP_CPP_DOM_S=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\scenegraph\mpeg4_animators.c -DEP_CPP_MPEG4=\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\internal\scenegraph_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_MPEG4=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\scenegraph\mpeg4_nodes.c -DEP_CPP_MPEG4_=\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\internal\scenegraph_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_MPEG4_=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\scenegraph\mpeg4_valuator.c -DEP_CPP_MPEG4_V=\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\internal\scenegraph_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_MPEG4_V=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\internal\scenegraph_dev.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\scenegraph\smil_anim.c -DEP_CPP_SMIL_=\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\internal\scenegraph_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_SMIL_=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\scenegraph\smil_timing.c -DEP_CPP_SMIL_T=\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\scenegraph_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_SMIL_T=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\scenegraph\svg_attributes.c -DEP_CPP_SVG_A=\ - "..\..\include\gpac\base_coding.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\scenegraph_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_SVG_A=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\scenegraph\svg_properties.c -DEP_CPP_SVG_P=\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\internal\scenegraph_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_SVG_P=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\scenegraph\svg_smjs.c -DEP_CPP_SVG_S=\ - "..\..\extra_lib\include\js\jsapi.h"\ - "..\..\extra_lib\include\js\jsautocfg.h"\ - "..\..\extra_lib\include\js\jscompat.h"\ - "..\..\extra_lib\include\js\jscpucfg.h"\ - "..\..\extra_lib\include\js\jslong.h"\ - "..\..\extra_lib\include\js\jsosdep.h"\ - "..\..\extra_lib\include\js\jsotypes.h"\ - "..\..\extra_lib\include\js\jsproto.tbl"\ - "..\..\extra_lib\include\js\jspubtd.h"\ - "..\..\extra_lib\include\js\jstypes.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\scenegraph_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_SVG_S=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\scenegraph\svg_types.c -DEP_CPP_SVG_T=\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\internal\scenegraph_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_SVG_T=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\scenegraph\vrml_interpolators.c -DEP_CPP_VRML_=\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\internal\scenegraph_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_VRML_=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\scenegraph\vrml_proto.c -DEP_CPP_VRML_P=\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\internal\scenegraph_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_VRML_P=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\scenegraph\vrml_route.c -DEP_CPP_VRML_R=\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\internal\scenegraph_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_VRML_R=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\scenegraph\vrml_script.c -DEP_CPP_VRML_S=\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\internal\scenegraph_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_VRML_S=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\scenegraph\vrml_smjs.c -DEP_CPP_VRML_SM=\ - "..\..\extra_lib\include\js\jsapi.h"\ - "..\..\extra_lib\include\js\jsautocfg.h"\ - "..\..\extra_lib\include\js\jscompat.h"\ - "..\..\extra_lib\include\js\jscpucfg.h"\ - "..\..\extra_lib\include\js\jslong.h"\ - "..\..\extra_lib\include\js\jsosdep.h"\ - "..\..\extra_lib\include\js\jsotypes.h"\ - "..\..\extra_lib\include\js\jsproto.tbl"\ - "..\..\extra_lib\include\js\jspubtd.h"\ - "..\..\extra_lib\include\js\jstypes.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\scenegraph_dev.h"\ - "..\..\include\gpac\internal\terminal_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\codec.h"\ - "..\..\include\gpac\modules\ipmp.h"\ - "..\..\include\gpac\modules\js_usr.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\modules\term_ext.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\terminal.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - -NODEP_CPP_VRML_SM=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\scenegraph\vrml_tools.c -DEP_CPP_VRML_T=\ - "..\..\include\gpac\bifs.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\internal\bifs_dev.h"\ - "..\..\include\gpac\internal\scenegraph_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_VRML_T=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\scenegraph\x3d_nodes.c -DEP_CPP_X3D_N=\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\internal\scenegraph_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_X3D_N=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\scenegraph\xbl_process.c -DEP_CPP_XBL_P=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\internal\scenegraph_dev.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\nodes_xbl.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scene_manager.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\utf.h"\ - "..\..\include\gpac\xml.h"\ - -NODEP_CPP_XBL_P=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\scenegraph\xml_ns.c -DEP_CPP_XML_N=\ - "..\..\include\gpac\base_coding.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\internal\scenegraph_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_XML_N=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# End Group -# Begin Group "media_tools" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\..\src\media_tools\av_parsers.c -DEP_CPP_AV_PA=\ - "..\..\include\gpac\avparse.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\ietf.h"\ - "..\..\include\gpac\internal\media_dev.h"\ - "..\..\include\gpac\internal\ogg.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\media_tools.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_AV_PA=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\media_tools\avilib.c -DEP_CPP_AVILI=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\internal\avilib.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_AVILI=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\internal\avilib.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\media_tools\filestreamer.c -DEP_CPP_FILES=\ - "..\..\include\gpac\avparse.h"\ - "..\..\include\gpac\base_coding.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\filestreamer.h"\ - "..\..\include\gpac\ietf.h"\ - "..\..\include\gpac\internal\media_dev.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\media_tools.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_FILES=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\media_tools\gpac_ogg.c -DEP_CPP_GPAC_=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\internal\ogg.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_GPAC_=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\media_tools\img.c -DEP_CPP_IMG_C=\ - "..\..\extra_lib\include\jpeg\jconfig.h"\ - "..\..\extra_lib\include\jpeg\jmorecfg.h"\ - "..\..\extra_lib\include\jpeg\jpeglib.h"\ - "..\..\extra_lib\include\png\png.h"\ - "..\..\extra_lib\include\png\pngconf.h"\ - "..\..\extra_lib\include\zlib\zconf.h"\ - "..\..\extra_lib\include\zlib\zlib.h"\ - "..\..\include\gpac\avparse.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\ietf.h"\ - "..\..\include\gpac\internal\media_dev.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\media_tools.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_IMG_C=\ - "..\..\extra_lib\include\jpeg\jerror.h"\ - "..\..\extra_lib\include\jpeg\jpegint.h"\ - "..\..\extra_lib\include\png\config.h"\ - "..\..\extra_lib\include\png\pngusr.h"\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\media_tools\ismacryp.c -DEP_CPP_ISMAC=\ - "..\..\include\gpac\base_coding.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\crypt.h"\ - "..\..\include\gpac\internal\isomedia_dev.h"\ - "..\..\include\gpac\ismacryp.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\xml.h"\ - -NODEP_CPP_ISMAC=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\media_tools\isom_hinter.c -DEP_CPP_ISOM_H=\ - "..\..\include\gpac\avparse.h"\ - "..\..\include\gpac\base_coding.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\ietf.h"\ - "..\..\include\gpac\internal\media_dev.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\media_tools.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_ISOM_H=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\media_tools\isom_tools.c -DEP_CPP_ISOM_T=\ - "..\..\include\gpac\avparse.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\media_tools.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_ISOM_T=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\internal\media_dev.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\media_tools\media_export.c -DEP_CPP_MEDIA_E=\ - "..\..\extra_lib\include\zlib\zconf.h"\ - "..\..\extra_lib\include\zlib\zlib.h"\ - "..\..\include\gpac\avparse.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\ietf.h"\ - "..\..\include\gpac\internal\avilib.h"\ - "..\..\include\gpac\internal\media_dev.h"\ - "..\..\include\gpac\internal\odf_dev.h"\ - "..\..\include\gpac\internal\ogg.h"\ - "..\..\include\gpac\internal\vobsub.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\media_tools.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\mpegts.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_MEDIA_E=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\media_tools\media_import.c -DEP_CPP_MEDIA_I=\ - "..\..\extra_lib\include\zlib\zconf.h"\ - "..\..\extra_lib\include\zlib\zlib.h"\ - "..\..\include\gpac\avparse.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\ietf.h"\ - "..\..\include\gpac\internal\avilib.h"\ - "..\..\include\gpac\internal\media_dev.h"\ - "..\..\include\gpac\internal\odf_dev.h"\ - "..\..\include\gpac\internal\ogg.h"\ - "..\..\include\gpac\internal\vobsub.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\media_tools.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\mpegts.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\xml.h"\ - "..\..\src\media_tools\mpeg2_ps.h"\ - -NODEP_CPP_MEDIA_I=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\media_tools\mpeg2_ps.c -DEP_CPP_MPEG2=\ - "..\..\include\gpac\avparse.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\src\media_tools\mpeg2_ps.h"\ - -NODEP_CPP_MPEG2=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\media_tools\mpeg2_ps.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\media_tools\mpegts.c -DEP_CPP_MPEGT=\ - "..\..\include\gpac\avparse.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\ietf.h"\ - "..\..\include\gpac\internal\media_dev.h"\ - "..\..\include\gpac\internal\odf_dev.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\media_tools.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\mpegts.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_MPEGT=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\media_tools\saf.c -DEP_CPP_SAF_C=\ - "..\..\include\gpac\avparse.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\ietf.h"\ - "..\..\include\gpac\internal\media_dev.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\media_tools.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_SAF_C=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\media_tools\text_import.c -DEP_CPP_TEXT_=\ - "..\..\include\gpac\avparse.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\ietf.h"\ - "..\..\include\gpac\internal\isomedia_dev.h"\ - "..\..\include\gpac\internal\media_dev.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\media_tools.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\token.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\utf.h"\ - "..\..\include\gpac\xml.h"\ - -NODEP_CPP_TEXT_=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\media_tools\vobsub.c -DEP_CPP_VOBSU=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\internal\vobsub.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_VOBSU=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\internal\vobsub.h -# End Source File -# End Group -# Begin Group "scene_manager" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\..\src\scene_manager\encode_cbk.c -DEP_CPP_ENCOD=\ - "..\..\include\gpac\bifs.h"\ - "..\..\include\gpac\bifsengine.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\scene_manager.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_ENCOD=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\scene_manager\encode_isom.c -DEP_CPP_ENCODE=\ - "..\..\include\gpac\avparse.h"\ - "..\..\include\gpac\bifs.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\internal\scenegraph_dev.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\laser.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\media_tools.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scene_manager.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_ENCODE=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\scene_manager\loader_bt.c -DEP_CPP_LOADE=\ - "..\..\extra_lib\include\zlib\zconf.h"\ - "..\..\extra_lib\include\zlib\zlib.h"\ - "..\..\include\gpac\bifs.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\bifs_dev.h"\ - "..\..\include\gpac\internal\scenegraph_dev.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scene_manager.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\include\gpac\utf.h"\ - -NODEP_CPP_LOADE=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\scene_manager\loader_isom.c -DEP_CPP_LOADER=\ - "..\..\include\gpac\bifs.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\laser.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scene_manager.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_LOADER=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\scene_manager\loader_qt.c -DEP_CPP_LOADER_=\ - "..\..\include\gpac\avparse.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\ietf.h"\ - "..\..\include\gpac\internal\media_dev.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\media_tools.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\scene_manager.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_LOADER_=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\scene_manager\loader_svg.c -DEP_CPP_LOADER_S=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\laser_dev.h"\ - "..\..\include\gpac\internal\scenegraph_dev.h"\ - "..\..\include\gpac\internal\terminal_dev.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\laser.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\codec.h"\ - "..\..\include\gpac\modules\ipmp.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scene_manager.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\terminal.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\include\gpac\utf.h"\ - "..\..\include\gpac\xml.h"\ - -NODEP_CPP_LOADER_S=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\scene_manager\loader_xmt.c -DEP_CPP_LOADER_X=\ - "..\..\include\gpac\bifs.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\internal\bifs_dev.h"\ - "..\..\include\gpac\internal\scenegraph_dev.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scene_manager.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\utf.h"\ - "..\..\include\gpac\xml.h"\ - "..\..\src\bifs\quant.h"\ - -NODEP_CPP_LOADER_X=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\scene_manager\scene_dump.c -DEP_CPP_SCENE=\ - "..\..\include\gpac\bifs.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\bifs_dev.h"\ - "..\..\include\gpac\internal\scenegraph_dev.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scene_manager.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\utf.h"\ - "..\..\src\bifs\quant.h"\ - -NODEP_CPP_SCENE=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\scene_manager\scene_manager.c -DEP_CPP_SCENE_=\ - "..\..\include\gpac\avparse.h"\ - "..\..\include\gpac\bifs.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\internal\scenegraph_dev.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\media_tools.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scene_manager.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\xml.h"\ - -NODEP_CPP_SCENE_=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\scene_manager\scene_stats.c -DEP_CPP_SCENE_S=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\internal\scenegraph_dev.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scene_manager.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_SCENE_S=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\scene_manager\swf_bifs.c -DEP_CPP_SWF_B=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\internal\scenegraph_dev.h"\ - "..\..\include\gpac\internal\swf_dev.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scene_manager.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\utf.h"\ - "..\..\include\gpac\xml.h"\ - -NODEP_CPP_SWF_B=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\internal\swf_dev.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\scene_manager\swf_parse.c -DEP_CPP_SWF_P=\ - "..\..\extra_lib\include\zlib\zconf.h"\ - "..\..\extra_lib\include\zlib\zlib.h"\ - "..\..\include\gpac\avparse.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\internal\swf_dev.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\scene_manager.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_SWF_P=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\scene_manager\text_to_bifs.c -DEP_CPP_TEXT_T=\ - "..\..\include\gpac\avparse.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\ietf.h"\ - "..\..\include\gpac\internal\media_dev.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\media_tools.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\scene_manager.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\utf.h"\ - "..\..\include\gpac\xml.h"\ - -NODEP_CPP_TEXT_T=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# End Group -# Begin Group "mcrypt" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\..\src\mcrypt\cbc.c -DEP_CPP_CBC_C=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\crypt.h"\ - "..\..\include\gpac\internal\crypt_dev.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_CBC_C=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\mcrypt\cfb.c -DEP_CPP_CFB_C=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\crypt.h"\ - "..\..\include\gpac\internal\crypt_dev.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_CFB_C=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\internal\crypt_dev.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\mcrypt\ctr.c -DEP_CPP_CTR_C=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\crypt.h"\ - "..\..\include\gpac\internal\crypt_dev.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_CTR_C=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\mcrypt\des.c -DEP_CPP_DES_C=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\crypt.h"\ - "..\..\include\gpac\internal\crypt_dev.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_DES_C=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\mcrypt\ecb.c -DEP_CPP_ECB_C=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\crypt.h"\ - "..\..\include\gpac\internal\crypt_dev.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_ECB_C=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\mcrypt\g_crypt.c -DEP_CPP_G_CRY=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\crypt.h"\ - "..\..\include\gpac\internal\crypt_dev.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_G_CRY=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\mcrypt\ncfb.c -DEP_CPP_NCFB_=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\crypt.h"\ - "..\..\include\gpac\internal\crypt_dev.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_NCFB_=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\mcrypt\nofb.c -DEP_CPP_NOFB_=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\crypt.h"\ - "..\..\include\gpac\internal\crypt_dev.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_NOFB_=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\mcrypt\ofb.c -DEP_CPP_OFB_C=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\crypt.h"\ - "..\..\include\gpac\internal\crypt_dev.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_OFB_C=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE="..\..\src\mcrypt\rijndael-128.c" -DEP_CPP_RIJND=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\crypt.h"\ - "..\..\include\gpac\internal\crypt_dev.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_RIJND=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE="..\..\src\mcrypt\rijndael-192.c" -DEP_CPP_RIJNDA=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\crypt.h"\ - "..\..\include\gpac\internal\crypt_dev.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_RIJNDA=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE="..\..\src\mcrypt\rijndael-256.c" -DEP_CPP_RIJNDAE=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\crypt.h"\ - "..\..\include\gpac\internal\crypt_dev.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_RIJNDAE=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\mcrypt\sha1.c -DEP_CPP_SHA1_=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\crypt.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_SHA1_=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\mcrypt\stream.c -DEP_CPP_STREA=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\crypt.h"\ - "..\..\include\gpac\internal\crypt_dev.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_STREA=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\mcrypt\tripledes.c -DEP_CPP_TRIPL=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\crypt.h"\ - "..\..\include\gpac\internal\crypt_dev.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_TRIPL=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# End Group -# Begin Group "terminal" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\..\src\terminal\channel.c -DEP_CPP_CHANN=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\internal\terminal_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\codec.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\ipmp.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\terminal.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\terminal\media_control.h"\ - "..\..\src\terminal\media_memory.h"\ - -NODEP_CPP_CHANN=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\terminal\clock.c -DEP_CPP_CLOCK=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\terminal_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\codec.h"\ - "..\..\include\gpac\modules\ipmp.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\terminal.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - -NODEP_CPP_CLOCK=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\terminal\decoder.c -DEP_CPP_DECOD=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\internal\terminal_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\codec.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\ipmp.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\terminal.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\terminal\input_sensor.h"\ - "..\..\src\terminal\media_control.h"\ - "..\..\src\terminal\media_memory.h"\ - -NODEP_CPP_DECOD=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\terminal\input_sensor.c -DEP_CPP_INPUT=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\internal\terminal_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\codec.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\ipmp.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\terminal.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\include\gpac\utf.h"\ - "..\..\src\terminal\input_sensor.h"\ - -NODEP_CPP_INPUT=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\terminal\input_sensor.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\terminal\media_control.c -DEP_CPP_MEDIA_C=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\terminal_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\codec.h"\ - "..\..\include\gpac\modules\ipmp.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\terminal.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\terminal\media_control.h"\ - -NODEP_CPP_MEDIA_C=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\terminal\media_control.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\terminal\media_manager.c -DEP_CPP_MEDIA_M=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\internal\terminal_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\codec.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\ipmp.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\terminal.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\terminal\media_memory.h"\ - -NODEP_CPP_MEDIA_M=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\terminal\media_memory.c -DEP_CPP_MEDIA_ME=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\terminal_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\codec.h"\ - "..\..\include\gpac\modules\ipmp.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\terminal.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\terminal\media_control.h"\ - "..\..\src\terminal\media_memory.h"\ - -NODEP_CPP_MEDIA_ME=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\terminal\media_memory.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\terminal\media_object.c -DEP_CPP_MEDIA_O=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\internal\scenegraph_dev.h"\ - "..\..\include\gpac\internal\terminal_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\codec.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\ipmp.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\terminal.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\terminal\media_control.h"\ - "..\..\src\terminal\media_memory.h"\ - -NODEP_CPP_MEDIA_O=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\terminal\media_sensor.c -DEP_CPP_MEDIA_S=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\terminal_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\codec.h"\ - "..\..\include\gpac\modules\ipmp.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\terminal.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\terminal\media_control.h"\ - -NODEP_CPP_MEDIA_S=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\terminal\mpeg4_inline.c -DEP_CPP_MPEG4_I=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\terminal_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\codec.h"\ - "..\..\include\gpac\modules\ipmp.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\terminal.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\terminal\media_control.h"\ - -NODEP_CPP_MPEG4_I=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\terminal\network_service.c -DEP_CPP_NETWO=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\terminal_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\codec.h"\ - "..\..\include\gpac\modules\ipmp.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\terminal.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - -NODEP_CPP_NETWO=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\terminal\object_browser.c -DEP_CPP_OBJEC=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\terminal_dev.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\codec.h"\ - "..\..\include\gpac\modules\ipmp.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scene_manager.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\term_info.h"\ - "..\..\include\gpac\terminal.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\terminal\media_memory.h"\ - -NODEP_CPP_OBJEC=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\terminal\object_manager.c -DEP_CPP_OBJECT=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\terminal_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\codec.h"\ - "..\..\include\gpac\modules\ipmp.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\terminal.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\terminal\input_sensor.h"\ - "..\..\src\terminal\media_control.h"\ - "..\..\src\terminal\media_memory.h"\ - -NODEP_CPP_OBJECT=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\terminal\scene.c -DEP_CPP_SCENE_C=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\terminal_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\codec.h"\ - "..\..\include\gpac\modules\ipmp.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\terminal.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\terminal\media_control.h"\ - -NODEP_CPP_SCENE_C=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\terminal\svg_external.c -DEP_CPP_SVG_E=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\scenegraph_dev.h"\ - "..\..\include\gpac\internal\terminal_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\codec.h"\ - "..\..\include\gpac\modules\ipmp.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\terminal.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - -NODEP_CPP_SVG_E=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\terminal\term_node_init.c -DEP_CPP_TERM_=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\internal\terminal_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\codec.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\ipmp.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\options.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\terminal.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\terminal\input_sensor.h"\ - -NODEP_CPP_TERM_=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\terminal\terminal.c -DEP_CPP_TERMI=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\internal\scenegraph_dev.h"\ - "..\..\include\gpac\internal\terminal_dev.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\codec.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\ipmp.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\modules\term_ext.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\options.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scene_manager.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\terminal.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\include\gpac\xml.h"\ - "..\..\src\terminal\media_memory.h"\ - -NODEP_CPP_TERMI=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\internal\terminal_dev.h -# End Source File -# End Group -# Begin Group "laser" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\..\include\gpac\internal\laser_dev.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\laser\lsr_dec.c -DEP_CPP_LSR_D=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\laser_dev.h"\ - "..\..\include\gpac\internal\scenegraph_dev.h"\ - "..\..\include\gpac\laser.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_LSR_D=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\laser\lsr_enc.c -DEP_CPP_LSR_E=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\laser_dev.h"\ - "..\..\include\gpac\internal\scenegraph_dev.h"\ - "..\..\include\gpac\laser.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_LSR_E=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\laser\lsr_tables.c -DEP_CPP_LSR_T=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\internal\laser_dev.h"\ - "..\..\include\gpac\laser.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_LSR_T=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# End Group -# Begin Group "compositor" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\..\src\compositor\audio_input.c -DEP_CPP_AUDIO=\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - -NODEP_CPP_AUDIO=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\audio_mixer.c -DEP_CPP_AUDIO_=\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - -NODEP_CPP_AUDIO_=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\audio_render.c -DEP_CPP_AUDIO_R=\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - -NODEP_CPP_AUDIO_R=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\bindable.c -DEP_CPP_BINDA=\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\compositor\drawable.h"\ - "..\..\src\compositor\nodes_stacks.h"\ - -NODEP_CPP_BINDA=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\camera.c -DEP_CPP_CAMER=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\options.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_CAMER=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\internal\camera.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\color.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\compositor.c -DEP_CPP_COMPO=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\internal\terminal_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\codec.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\ipmp.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\options.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\terminal.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\include\gpac\utf.h"\ - "..\..\src\compositor\drawable.h"\ - "..\..\src\compositor\nodes_stacks.h"\ - "..\..\src\compositor\texturing.h"\ - "..\..\src\compositor\visual_manager.h"\ - "..\..\src\compositor\visual_manager_2d.h"\ - "..\..\src\compositor\visual_manager_3d.h"\ - -NODEP_CPP_COMPO=\ - "..\..\include\gpac\config.h"\ - "..\..\src\compositor\chrono.h"\ - "..\..\src\src\compositor\triscope_renoir\triscope_renoir.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\compositor_2d.c -DEP_CPP_COMPOS=\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\options.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\compositor\drawable.h"\ - "..\..\src\compositor\nodes_stacks.h"\ - "..\..\src\compositor\visual_manager.h"\ - "..\..\src\compositor\visual_manager_2d.h"\ - "..\..\src\compositor\visual_manager_3d.h"\ - -NODEP_CPP_COMPOS=\ - "..\..\include\gpac\config.h"\ - "..\..\src\src\compositor\triscope_renoir\triscope_renoir.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\compositor_3d.c -DEP_CPP_COMPOSI=\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\options.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\compositor\drawable.h"\ - "..\..\src\compositor\nodes_stacks.h"\ - "..\..\src\compositor\texturing.h"\ - "..\..\src\compositor\visual_manager.h"\ - "..\..\src\compositor\visual_manager_2d.h"\ - "..\..\src\compositor\visual_manager_3d.h"\ - -NODEP_CPP_COMPOSI=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\internal\compositor_dev.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\compositor_node_init.c -DEP_CPP_COMPOSIT=\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\compositor\drawable.h"\ - "..\..\src\compositor\nodes_stacks.h"\ - -NODEP_CPP_COMPOSIT=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\drawable.c -DEP_CPP_DRAWA=\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\compositor\drawable.h"\ - "..\..\src\compositor\nodes_stacks.h"\ - "..\..\src\compositor\visual_manager.h"\ - "..\..\src\compositor\visual_manager_2d.h"\ - "..\..\src\compositor\visual_manager_3d.h"\ - -NODEP_CPP_DRAWA=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\drawable.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\events.c -DEP_CPP_EVENT=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\internal\terminal_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\codec.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\ipmp.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\options.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\terminal.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\include\gpac\utf.h"\ - "..\..\src\compositor\drawable.h"\ - "..\..\src\compositor\mpeg4_grouping.h"\ - "..\..\src\compositor\nodes_stacks.h"\ - "..\..\src\compositor\visual_manager.h"\ - "..\..\src\compositor\visual_manager_2d.h"\ - "..\..\src\compositor\visual_manager_3d.h"\ - -NODEP_CPP_EVENT=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\font_engine.c -DEP_CPP_FONT_=\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\options.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\compositor\drawable.h"\ - "..\..\src\compositor\nodes_stacks.h"\ - "..\..\src\compositor\texturing.h"\ - "..\..\src\compositor\visual_manager.h"\ - "..\..\src\compositor\visual_manager_2d.h"\ - "..\..\src\compositor\visual_manager_3d.h"\ - -NODEP_CPP_FONT_=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\gl_inc.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\hardcoded_protos.c -DEP_CPP_HARDC=\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\compositor\drawable.h"\ - "..\..\src\compositor\mpeg4_grouping.h"\ - "..\..\src\compositor\nodes_stacks.h"\ - "..\..\src\compositor\offscreen_cache.h"\ - "..\..\src\compositor\visual_manager.h"\ - "..\..\src\compositor\visual_manager_2d.h"\ - "..\..\src\compositor\visual_manager_3d.h"\ - -NODEP_CPP_HARDC=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\mesh.c -DEP_CPP_MESH_=\ - "..\..\extra_lib\include\GLES\egl.h"\ - "..\..\extra_lib\include\GLES\gl.h"\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\src\compositor\gl_inc.h"\ - -NODEP_CPP_MESH_=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\internal\mesh.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\mesh_collide.c -DEP_CPP_MESH_C=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_MESH_C=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\mesh_tesselate.c -DEP_CPP_MESH_T=\ - "..\..\extra_lib\include\GLES\egl.h"\ - "..\..\extra_lib\include\GLES\gl.h"\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\src\compositor\gl_inc.h"\ - -NODEP_CPP_MESH_T=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\mpeg4_animstream.c -DEP_CPP_MPEG4_A=\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\compositor\drawable.h"\ - "..\..\src\compositor\nodes_stacks.h"\ - -NODEP_CPP_MPEG4_A=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\mpeg4_audio.c -DEP_CPP_MPEG4_AU=\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\compositor\drawable.h"\ - "..\..\src\compositor\nodes_stacks.h"\ - -NODEP_CPP_MPEG4_AU=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\mpeg4_background.c -DEP_CPP_MPEG4_B=\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\compositor\drawable.h"\ - "..\..\src\compositor\nodes_stacks.h"\ - "..\..\src\compositor\texturing.h"\ - "..\..\src\compositor\visual_manager.h"\ - "..\..\src\compositor\visual_manager_2d.h"\ - "..\..\src\compositor\visual_manager_3d.h"\ - -NODEP_CPP_MPEG4_B=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\mpeg4_background2d.c -DEP_CPP_MPEG4_BA=\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\compositor\drawable.h"\ - "..\..\src\compositor\mpeg4_grouping.h"\ - "..\..\src\compositor\nodes_stacks.h"\ - "..\..\src\compositor\texturing.h"\ - "..\..\src\compositor\visual_manager.h"\ - "..\..\src\compositor\visual_manager_2d.h"\ - "..\..\src\compositor\visual_manager_3d.h"\ - -NODEP_CPP_MPEG4_BA=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\mpeg4_bitmap.c -DEP_CPP_MPEG4_BI=\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\compositor\drawable.h"\ - "..\..\src\compositor\nodes_stacks.h"\ - "..\..\src\compositor\texturing.h"\ - "..\..\src\compositor\visual_manager.h"\ - "..\..\src\compositor\visual_manager_2d.h"\ - "..\..\src\compositor\visual_manager_3d.h"\ - -NODEP_CPP_MPEG4_BI=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\mpeg4_composite.c -DEP_CPP_MPEG4_C=\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\compositor\drawable.h"\ - "..\..\src\compositor\nodes_stacks.h"\ - "..\..\src\compositor\texturing.h"\ - "..\..\src\compositor\visual_manager.h"\ - "..\..\src\compositor\visual_manager_2d.h"\ - "..\..\src\compositor\visual_manager_3d.h"\ - -NODEP_CPP_MPEG4_C=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\mpeg4_form.c -DEP_CPP_MPEG4_F=\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\compositor\drawable.h"\ - "..\..\src\compositor\mpeg4_grouping.h"\ - "..\..\src\compositor\nodes_stacks.h"\ - "..\..\src\compositor\visual_manager.h"\ - "..\..\src\compositor\visual_manager_2d.h"\ - "..\..\src\compositor\visual_manager_3d.h"\ - -NODEP_CPP_MPEG4_F=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\mpeg4_geometry_2d.c -DEP_CPP_MPEG4_G=\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\compositor\drawable.h"\ - "..\..\src\compositor\nodes_stacks.h"\ - "..\..\src\compositor\visual_manager.h"\ - "..\..\src\compositor\visual_manager_2d.h"\ - "..\..\src\compositor\visual_manager_3d.h"\ - -NODEP_CPP_MPEG4_G=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\mpeg4_geometry_3d.c -DEP_CPP_MPEG4_GE=\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\options.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\compositor\drawable.h"\ - "..\..\src\compositor\nodes_stacks.h"\ - "..\..\src\compositor\visual_manager.h"\ - "..\..\src\compositor\visual_manager_2d.h"\ - "..\..\src\compositor\visual_manager_3d.h"\ - -NODEP_CPP_MPEG4_GE=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\mpeg4_geometry_ifs2d.c -DEP_CPP_MPEG4_GEO=\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\compositor\drawable.h"\ - "..\..\src\compositor\nodes_stacks.h"\ - "..\..\src\compositor\visual_manager.h"\ - "..\..\src\compositor\visual_manager_2d.h"\ - "..\..\src\compositor\visual_manager_3d.h"\ - -NODEP_CPP_MPEG4_GEO=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\mpeg4_geometry_ils2d.c -DEP_CPP_MPEG4_GEOM=\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\compositor\drawable.h"\ - "..\..\src\compositor\nodes_stacks.h"\ - "..\..\src\compositor\visual_manager.h"\ - "..\..\src\compositor\visual_manager_2d.h"\ - "..\..\src\compositor\visual_manager_3d.h"\ - -NODEP_CPP_MPEG4_GEOM=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\mpeg4_gradients.c -DEP_CPP_MPEG4_GR=\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\compositor\drawable.h"\ - "..\..\src\compositor\nodes_stacks.h"\ - "..\..\src\compositor\texturing.h"\ - -NODEP_CPP_MPEG4_GR=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\mpeg4_grouping.c -DEP_CPP_MPEG4_GRO=\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\compositor\drawable.h"\ - "..\..\src\compositor\mpeg4_grouping.h"\ - "..\..\src\compositor\nodes_stacks.h"\ - "..\..\src\compositor\visual_manager.h"\ - "..\..\src\compositor\visual_manager_2d.h"\ - "..\..\src\compositor\visual_manager_3d.h"\ - -NODEP_CPP_MPEG4_GRO=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\mpeg4_grouping.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\mpeg4_grouping_2d.c -DEP_CPP_MPEG4_GROU=\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\compositor\drawable.h"\ - "..\..\src\compositor\mpeg4_grouping.h"\ - "..\..\src\compositor\nodes_stacks.h"\ - "..\..\src\compositor\visual_manager.h"\ - "..\..\src\compositor\visual_manager_2d.h"\ - "..\..\src\compositor\visual_manager_3d.h"\ - -NODEP_CPP_MPEG4_GROU=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\mpeg4_grouping_3d.c -DEP_CPP_MPEG4_GROUP=\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\compositor\drawable.h"\ - "..\..\src\compositor\mpeg4_grouping.h"\ - "..\..\src\compositor\nodes_stacks.h"\ - "..\..\src\compositor\visual_manager.h"\ - "..\..\src\compositor\visual_manager_2d.h"\ - "..\..\src\compositor\visual_manager_3d.h"\ - -NODEP_CPP_MPEG4_GROUP=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\mpeg4_layer_2d.c -DEP_CPP_MPEG4_L=\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\compositor\drawable.h"\ - "..\..\src\compositor\mpeg4_grouping.h"\ - "..\..\src\compositor\nodes_stacks.h"\ - "..\..\src\compositor\visual_manager.h"\ - "..\..\src\compositor\visual_manager_2d.h"\ - "..\..\src\compositor\visual_manager_3d.h"\ - -NODEP_CPP_MPEG4_L=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\mpeg4_layer_3d.c -DEP_CPP_MPEG4_LA=\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\compositor\drawable.h"\ - "..\..\src\compositor\mpeg4_grouping.h"\ - "..\..\src\compositor\nodes_stacks.h"\ - "..\..\src\compositor\texturing.h"\ - "..\..\src\compositor\visual_manager.h"\ - "..\..\src\compositor\visual_manager_2d.h"\ - "..\..\src\compositor\visual_manager_3d.h"\ - -NODEP_CPP_MPEG4_LA=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\mpeg4_layout.c -DEP_CPP_MPEG4_LAY=\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\compositor\drawable.h"\ - "..\..\src\compositor\mpeg4_grouping.h"\ - "..\..\src\compositor\nodes_stacks.h"\ - "..\..\src\compositor\visual_manager.h"\ - "..\..\src\compositor\visual_manager_2d.h"\ - "..\..\src\compositor\visual_manager_3d.h"\ - -NODEP_CPP_MPEG4_LAY=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\mpeg4_lighting.c -DEP_CPP_MPEG4_LI=\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\compositor\drawable.h"\ - "..\..\src\compositor\nodes_stacks.h"\ - "..\..\src\compositor\visual_manager.h"\ - "..\..\src\compositor\visual_manager_2d.h"\ - "..\..\src\compositor\visual_manager_3d.h"\ - -NODEP_CPP_MPEG4_LI=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\mpeg4_path_layout.c -DEP_CPP_MPEG4_P=\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\compositor\drawable.h"\ - "..\..\src\compositor\mpeg4_grouping.h"\ - "..\..\src\compositor\nodes_stacks.h"\ - "..\..\src\compositor\visual_manager.h"\ - "..\..\src\compositor\visual_manager_2d.h"\ - "..\..\src\compositor\visual_manager_3d.h"\ - -NODEP_CPP_MPEG4_P=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\mpeg4_sensors.c -DEP_CPP_MPEG4_S=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\internal\terminal_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\codec.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\ipmp.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\terminal.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\compositor\drawable.h"\ - "..\..\src\compositor\mpeg4_grouping.h"\ - "..\..\src\compositor\nodes_stacks.h"\ - "..\..\src\compositor\visual_manager.h"\ - "..\..\src\compositor\visual_manager_2d.h"\ - "..\..\src\compositor\visual_manager_3d.h"\ - -NODEP_CPP_MPEG4_S=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\mpeg4_sound.c -DEP_CPP_MPEG4_SO=\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\compositor\drawable.h"\ - "..\..\src\compositor\nodes_stacks.h"\ - "..\..\src\compositor\visual_manager.h"\ - "..\..\src\compositor\visual_manager_2d.h"\ - "..\..\src\compositor\visual_manager_3d.h"\ - -NODEP_CPP_MPEG4_SO=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\mpeg4_text.c -DEP_CPP_MPEG4_T=\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\options.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\include\gpac\utf.h"\ - "..\..\src\compositor\drawable.h"\ - "..\..\src\compositor\mpeg4_grouping.h"\ - "..\..\src\compositor\nodes_stacks.h"\ - "..\..\src\compositor\texturing.h"\ - "..\..\src\compositor\visual_manager.h"\ - "..\..\src\compositor\visual_manager_2d.h"\ - "..\..\src\compositor\visual_manager_3d.h"\ - -NODEP_CPP_MPEG4_T=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\mpeg4_textures.c -DEP_CPP_MPEG4_TE=\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\compositor\texturing.h"\ - -NODEP_CPP_MPEG4_TE=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\mpeg4_timesensor.c -DEP_CPP_MPEG4_TI=\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\compositor\drawable.h"\ - "..\..\src\compositor\nodes_stacks.h"\ - -NODEP_CPP_MPEG4_TI=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\mpeg4_viewport.c -DEP_CPP_MPEG4_VI=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\internal\terminal_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\codec.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\ipmp.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\options.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\terminal.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\compositor\drawable.h"\ - "..\..\src\compositor\nodes_stacks.h"\ - "..\..\src\compositor\visual_manager.h"\ - "..\..\src\compositor\visual_manager_2d.h"\ - "..\..\src\compositor\visual_manager_3d.h"\ - -NODEP_CPP_MPEG4_VI=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\navigate.c -DEP_CPP_NAVIG=\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\options.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\compositor\drawable.h"\ - "..\..\src\compositor\nodes_stacks.h"\ - "..\..\src\compositor\visual_manager.h"\ - "..\..\src\compositor\visual_manager_2d.h"\ - "..\..\src\compositor\visual_manager_3d.h"\ - -NODEP_CPP_NAVIG=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\nodes_stacks.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\offscreen_cache.c -DEP_CPP_OFFSC=\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\compositor\drawable.h"\ - "..\..\src\compositor\mpeg4_grouping.h"\ - "..\..\src\compositor\offscreen_cache.h"\ - "..\..\src\compositor\texturing.h"\ - "..\..\src\compositor\visual_manager.h"\ - "..\..\src\compositor\visual_manager_2d.h"\ - "..\..\src\compositor\visual_manager_3d.h"\ - -NODEP_CPP_OFFSC=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\offscreen_cache.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\svg_base.c -DEP_CPP_SVG_B=\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\compositor\drawable.h"\ - "..\..\src\compositor\nodes_stacks.h"\ - "..\..\src\compositor\visual_manager.h"\ - "..\..\src\compositor\visual_manager_2d.h"\ - "..\..\src\compositor\visual_manager_3d.h"\ - -NODEP_CPP_SVG_B=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\svg_font.c -DEP_CPP_SVG_F=\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\include\gpac\utf.h"\ - "..\..\src\compositor\drawable.h"\ - "..\..\src\compositor\nodes_stacks.h"\ - "..\..\src\compositor\visual_manager.h"\ - "..\..\src\compositor\visual_manager_2d.h"\ - "..\..\src\compositor\visual_manager_3d.h"\ - -NODEP_CPP_SVG_F=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\svg_geometry.c -DEP_CPP_SVG_G=\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\compositor\drawable.h"\ - "..\..\src\compositor\nodes_stacks.h"\ - "..\..\src\compositor\visual_manager.h"\ - "..\..\src\compositor\visual_manager_2d.h"\ - "..\..\src\compositor\visual_manager_3d.h"\ - -NODEP_CPP_SVG_G=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\svg_grouping.c -DEP_CPP_SVG_GR=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\internal\terminal_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\codec.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\ipmp.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\terminal.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\compositor\drawable.h"\ - "..\..\src\compositor\mpeg4_grouping.h"\ - "..\..\src\compositor\nodes_stacks.h"\ - "..\..\src\compositor\offscreen_cache.h"\ - "..\..\src\compositor\visual_manager.h"\ - "..\..\src\compositor\visual_manager_2d.h"\ - "..\..\src\compositor\visual_manager_3d.h"\ - -NODEP_CPP_SVG_GR=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\svg_media.c -DEP_CPP_SVG_M=\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\compositor\drawable.h"\ - "..\..\src\compositor\nodes_stacks.h"\ - "..\..\src\compositor\visual_manager.h"\ - "..\..\src\compositor\visual_manager_2d.h"\ - "..\..\src\compositor\visual_manager_3d.h"\ - -NODEP_CPP_SVG_M=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\svg_paint_servers.c -DEP_CPP_SVG_PA=\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\compositor\drawable.h"\ - "..\..\src\compositor\nodes_stacks.h"\ - "..\..\src\compositor\texturing.h"\ - "..\..\src\compositor\visual_manager.h"\ - "..\..\src\compositor\visual_manager_2d.h"\ - "..\..\src\compositor\visual_manager_3d.h"\ - -NODEP_CPP_SVG_PA=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\svg_text.c -DEP_CPP_SVG_TE=\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\include\gpac\utf.h"\ - "..\..\src\compositor\drawable.h"\ - "..\..\src\compositor\nodes_stacks.h"\ - "..\..\src\compositor\visual_manager.h"\ - "..\..\src\compositor\visual_manager_2d.h"\ - "..\..\src\compositor\visual_manager_3d.h"\ - -NODEP_CPP_SVG_TE=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\texturing.c -DEP_CPP_TEXTU=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\internal\terminal_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\codec.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\ipmp.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\options.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\terminal.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\compositor\drawable.h"\ - "..\..\src\compositor\nodes_stacks.h"\ - "..\..\src\compositor\texturing.h"\ - -NODEP_CPP_TEXTU=\ - "..\..\include\gpac\config.h"\ - "..\..\src\src\compositor\triscope_renoir\triscope_renoir.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\texturing.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\texturing_gl.c -DEP_CPP_TEXTUR=\ - "..\..\extra_lib\include\GLES\egl.h"\ - "..\..\extra_lib\include\GLES\gl.h"\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\compositor\drawable.h"\ - "..\..\src\compositor\gl_inc.h"\ - "..\..\src\compositor\nodes_stacks.h"\ - "..\..\src\compositor\texturing.h"\ - "..\..\src\compositor\visual_manager.h"\ - "..\..\src\compositor\visual_manager_2d.h"\ - "..\..\src\compositor\visual_manager_3d.h"\ - -NODEP_CPP_TEXTUR=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\visual_manager.c -DEP_CPP_VISUA=\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\compositor\drawable.h"\ - "..\..\src\compositor\nodes_stacks.h"\ - "..\..\src\compositor\visual_manager.h"\ - "..\..\src\compositor\visual_manager_2d.h"\ - "..\..\src\compositor\visual_manager_3d.h"\ - -NODEP_CPP_VISUA=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\visual_manager.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\visual_manager_2d.c -DEP_CPP_VISUAL=\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\compositor\drawable.h"\ - "..\..\src\compositor\nodes_stacks.h"\ - "..\..\src\compositor\visual_manager.h"\ - "..\..\src\compositor\visual_manager_2d.h"\ - "..\..\src\compositor\visual_manager_3d.h"\ - -NODEP_CPP_VISUAL=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\visual_manager_2d.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\visual_manager_2d_draw.c -DEP_CPP_VISUAL_=\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\options.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\compositor\drawable.h"\ - "..\..\src\compositor\nodes_stacks.h"\ - "..\..\src\compositor\texturing.h"\ - "..\..\src\compositor\visual_manager.h"\ - "..\..\src\compositor\visual_manager_2d.h"\ - "..\..\src\compositor\visual_manager_3d.h"\ - -NODEP_CPP_VISUAL_=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\visual_manager_3d.c -DEP_CPP_VISUAL_M=\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\options.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\compositor\drawable.h"\ - "..\..\src\compositor\nodes_stacks.h"\ - "..\..\src\compositor\texturing.h"\ - "..\..\src\compositor\visual_manager.h"\ - "..\..\src\compositor\visual_manager_2d.h"\ - "..\..\src\compositor\visual_manager_3d.h"\ - -NODEP_CPP_VISUAL_M=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\visual_manager_3d.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\visual_manager_3d_gl.c -DEP_CPP_VISUAL_MA=\ - "..\..\extra_lib\include\GLES\egl.h"\ - "..\..\extra_lib\include\GLES\gl.h"\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\options.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\compositor\drawable.h"\ - "..\..\src\compositor\gl_inc.h"\ - "..\..\src\compositor\visual_manager.h"\ - "..\..\src\compositor\visual_manager_2d.h"\ - "..\..\src\compositor\visual_manager_3d.h"\ - -NODEP_CPP_VISUAL_MA=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\src\compositor\x3d_geometry.c -DEP_CPP_X3D_G=\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\nodes_svg.h"\ - "..\..\include\gpac\nodes_x3d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\src\compositor\drawable.h"\ - "..\..\src\compositor\nodes_stacks.h"\ - "..\..\src\compositor\visual_manager.h"\ - "..\..\src\compositor\visual_manager_2d.h"\ - "..\..\src\compositor\visual_manager_3d.h"\ - -NODEP_CPP_X3D_G=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# End Group -# Begin Group "include" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\..\include\gpac\modules\audio_out.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\avparse.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\base_coding.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\bifs.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\bifsengine.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\bitstream.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\modules\codec.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\compositor.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\config_file.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\configuration.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\constants.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\crypt.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\download.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\esi.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\events.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\modules\font.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\ietf.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\modules\ipmp.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\ismacryp.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\isomedia.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\laser.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\list.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\math.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\media_tools.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\mediaobject.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\module.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\mpeg4_odf.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\mpegts.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\network.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\nodes_mpeg4.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\nodes_svg.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\nodes_x3d.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\options.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\path2d.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\modules\raster2d.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\renderer.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\scene_manager.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\scenegraph.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\scenegraph_svg.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\scenegraph_vrml.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\modules\service.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\setup.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\svg_types.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\sync_layer.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\term_info.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\terminal.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\thread.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\token.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\tools.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\user.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\utf.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\modules\video_out.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\xml.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\gpac\yuv.h -# End Source File -# End Group -# End Target -# End Project diff --git a/build/msevc4/libgpac_dll.vcp b/build/msevc4/libgpac_dll.vcp deleted file mode 100644 index ba93a91..0000000 --- a/build/msevc4/libgpac_dll.vcp +++ /dev/null @@ -1,113 +0,0 @@ -# Microsoft eMbedded Visual Tools Project File - Name="libgpac_dll" - Package Owner=<4> -# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (WCE ARMV4) Dynamic-Link Library" 0xa302 - -CFG=libgpac_dll - Win32 (WCE ARMV4) Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "libgpac_dll.vcn". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "libgpac_dll.vcn" CFG="libgpac_dll - Win32 (WCE ARMV4) Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "libgpac_dll - Win32 (WCE ARMV4) Release" (based on "Win32 (WCE ARMV4) Dynamic-Link Library") -!MESSAGE "libgpac_dll - Win32 (WCE ARMV4) Debug" (based on "Win32 (WCE ARMV4) Dynamic-Link Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -# PROP ATL_Project 2 -CPP=clarm.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "libgpac_dll - Win32 (WCE ARMV4) Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "ARMV4Rel" -# PROP BASE Intermediate_Dir "ARMV4Rel" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "obj/libgpac_dll_rel" -# PROP Intermediate_Dir "obj/libgpac_dll_rel" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "LIBGPAC_DLL_EXPORTS" /YX /O2 /M$(CECrtMT) /c -# ADD CPP /nologo /W3 /Oxt /I "../../include" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /M$(CECrtMT) /c -# SUBTRACT CPP /YX -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /out:"../../bin/arm_ppc03_rel/libgpac.dll" /libpath:"../../extra_lib/lib/arm_ppc03_rel" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM - -!ELSEIF "$(CFG)" == "libgpac_dll - Win32 (WCE ARMV4) Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "ARMV4Dbg" -# PROP BASE Intermediate_Dir "ARMV4Dbg" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "obj/libgpac_dll_deb" -# PROP Intermediate_Dir "obj/libgpac_dll_deb" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "LIBGPAC_DLL_EXPORTS" /YX /M$(CECrtMTDebug) /c -# ADD CPP /nologo /W3 /Zi /Od /I "../../include" /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /M$(CECrtMTDebug) /c -# SUBTRACT CPP /YX -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /out:"../../bin/arm_ppc03_deb/libgpac.dll" /libpath:"../../extra_lib/lib/arm_ppc03_deb" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM - -!ENDIF - -# Begin Target - -# Name "libgpac_dll - Win32 (WCE ARMV4) Release" -# Name "libgpac_dll - Win32 (WCE ARMV4) Debug" -# Begin Source File - -SOURCE=..\..\src\export.cpp -DEP_CPP_EXPOR=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\setup.h"\ - -NODEP_CPP_EXPOR=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# End Target -# End Project diff --git a/build/msevc4/mp3_in.vcp b/build/msevc4/mp3_in.vcp deleted file mode 100644 index 9241eed..0000000 --- a/build/msevc4/mp3_in.vcp +++ /dev/null @@ -1,157 +0,0 @@ -# Microsoft eMbedded Visual Tools Project File - Name="mp3_in" - Package Owner=<4> -# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (WCE ARMV4) Dynamic-Link Library" 0xa302 - -CFG=mp3_in - Win32 (WCE ARMV4) Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "mp3_in.vcn". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "mp3_in.vcn" CFG="mp3_in - Win32 (WCE ARMV4) Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "mp3_in - Win32 (WCE ARMV4) Release" (based on "Win32 (WCE ARMV4) Dynamic-Link Library") -!MESSAGE "mp3_in - Win32 (WCE ARMV4) Debug" (based on "Win32 (WCE ARMV4) Dynamic-Link Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -# PROP ATL_Project 2 -CPP=clarm.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "mp3_in - Win32 (WCE ARMV4) Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "ARMV4Rel" -# PROP BASE Intermediate_Dir "ARMV4Rel" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "obj/mp3_in_rel" -# PROP Intermediate_Dir "obj/mp3_in_rel" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "MP3_IN_EXPORTS" /YX /O2 /M$(CECrtMT) /c -# ADD CPP /nologo /W3 /Oxt /I "../../include" /I "../../extra_lib/include/mad" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "GPAC_HAS_MAD" /M$(CECrtMT) /c -# SUBTRACT CPP /YX -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 libmad.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /out:"../../bin/arm_ppc03_rel/gm_mp3_in.dll" /libpath:"../../extra_lib/lib/arm_ppc03_rel" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM - -!ELSEIF "$(CFG)" == "mp3_in - Win32 (WCE ARMV4) Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "ARMV4Dbg" -# PROP BASE Intermediate_Dir "ARMV4Dbg" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "obj/mp3_in_deb" -# PROP Intermediate_Dir "obj/mp3_in_deb" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "MP3_IN_EXPORTS" /YX /M$(CECrtMTDebug) /c -# ADD CPP /nologo /W3 /Zi /Od /I "../../include" /I "../../extra_lib/include/mad" /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "GPAC_HAS_MAD" /M$(CECrtMTDebug) /c -# SUBTRACT CPP /YX -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 libmad.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /out:"../../bin/arm_ppc03_deb/gm_mp3_in.dll" /libpath:"../../extra_lib/lib/arm_ppc03_deb" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM - -!ENDIF - -# Begin Target - -# Name "mp3_in - Win32 (WCE ARMV4) Release" -# Name "mp3_in - Win32 (WCE ARMV4) Debug" -# Begin Source File - -SOURCE=..\..\modules\mp3_in\mad_dec.c -DEP_CPP_MAD_D=\ - "..\..\extra_lib\include\mad\mad.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\codec.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_MAD_D=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\modules_export.cpp -DEP_CPP_MODUL=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\setup.h"\ - -NODEP_CPP_MODUL=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\mp3_in\mp3_in.c -DEP_CPP_MP3_I=\ - "..\..\include\gpac\avparse.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\codec.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_MP3_I=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# End Target -# End Project diff --git a/build/msevc4/odf_dec.vcp b/build/msevc4/odf_dec.vcp deleted file mode 100644 index 623bf3a..0000000 --- a/build/msevc4/odf_dec.vcp +++ /dev/null @@ -1,147 +0,0 @@ -# Microsoft eMbedded Visual Tools Project File - Name="odf_dec" - Package Owner=<4> -# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (WCE ARMV4) Dynamic-Link Library" 0xa302 - -CFG=odf_dec - Win32 (WCE ARMV4) Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "odf_dec.vcn". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "odf_dec.vcn" CFG="odf_dec - Win32 (WCE ARMV4) Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "odf_dec - Win32 (WCE ARMV4) Release" (based on "Win32 (WCE ARMV4) Dynamic-Link Library") -!MESSAGE "odf_dec - Win32 (WCE ARMV4) Debug" (based on "Win32 (WCE ARMV4) Dynamic-Link Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -# PROP ATL_Project 2 -CPP=clarm.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "odf_dec - Win32 (WCE ARMV4) Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "ARMV4Rel" -# PROP BASE Intermediate_Dir "ARMV4Rel" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "obj/odf_dec_rel" -# PROP Intermediate_Dir "obj/odf_dec_rel" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "ODF_DEC_EXPORTS" /YX /O2 /M$(CECrtMT) /c -# ADD CPP /nologo /W3 /Oxt /I "../../include" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /M$(CECrtMT) /c -# SUBTRACT CPP /YX -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /out:"../../bin/arm_ppc03_rel/gm_odf_dec.dll" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM - -!ELSEIF "$(CFG)" == "odf_dec - Win32 (WCE ARMV4) Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "ARMV4Dbg" -# PROP BASE Intermediate_Dir "ARMV4Dbg" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "obj/odf_dec_deb" -# PROP Intermediate_Dir "obj/odf_dec_deb" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "ODF_DEC_EXPORTS" /YX /M$(CECrtMTDebug) /c -# ADD CPP /nologo /W3 /Zi /Od /I "../../include" /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /M$(CECrtMTDebug) /c -# SUBTRACT CPP /YX -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /out:"../../bin/arm_ppc03_deb/gm_odf_dec.dll" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM - -!ENDIF - -# Begin Target - -# Name "odf_dec - Win32 (WCE ARMV4) Release" -# Name "odf_dec - Win32 (WCE ARMV4) Debug" -# Begin Source File - -SOURCE=..\..\modules\modules_export.cpp -DEP_CPP_MODUL=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\setup.h"\ - -NODEP_CPP_MODUL=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\odf_dec\odf_dec.c -DEP_CPP_ODF_D=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\terminal_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\codec.h"\ - "..\..\include\gpac\modules\ipmp.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\modules\term_ext.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\terminal.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - -NODEP_CPP_ODF_D=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# End Target -# End Project diff --git a/build/msevc4/osmophone.vcp b/build/msevc4/osmophone.vcp deleted file mode 100644 index 9a26e59..0000000 --- a/build/msevc4/osmophone.vcp +++ /dev/null @@ -1,200 +0,0 @@ -# Microsoft eMbedded Visual Tools Project File - Name="osmophone" - Package Owner=<4> -# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (WCE ARMV4) Application" 0xa301 - -CFG=osmophone - Win32 (WCE ARMV4) Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "osmophone.vcn". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "osmophone.vcn" CFG="osmophone - Win32 (WCE ARMV4) Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "osmophone - Win32 (WCE ARMV4) Release" (based on "Win32 (WCE ARMV4) Application") -!MESSAGE "osmophone - Win32 (WCE ARMV4) Debug" (based on "Win32 (WCE ARMV4) Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -# PROP ATL_Project 2 -CPP=clarm.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "osmophone - Win32 (WCE ARMV4) Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "ARMV4Rel" -# PROP BASE Intermediate_Dir "ARMV4Rel" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "obj/osmophone_rel" -# PROP Intermediate_Dir "obj/osmophone_rel" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /YX /O2 /M$(CECrtMT) /c -# ADD CPP /nologo /W3 /Oxt /I "../../include" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /YX /M$(CECrtMT) /c -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 aygshell.lib commctrl.lib gx.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /nodefaultlib:"$(CENoDefaultLib)" /out:"../../bin/arm_ppc03_rel/osmophone.exe" /libpath:"../../extra_lib/lib/arm_ppc03_rel" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM - -!ELSEIF "$(CFG)" == "osmophone - Win32 (WCE ARMV4) Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "ARMV4Dbg" -# PROP BASE Intermediate_Dir "ARMV4Dbg" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "obj/osmophone_deb" -# PROP Intermediate_Dir "obj/osmophone_deb" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /YX /M$(CECrtMTDebug) /c -# ADD CPP /nologo /W3 /Zi /Od /I "../../include" /D "DEBUG" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /FR /YX /M$(CECrtMTDebug) /c -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 aygshell.lib commctrl.lib gx.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /debug /nodefaultlib:"$(CENoDefaultLib)" /out:"../../bin/arm_ppc03_deb/osmophone.exe" /libpath:"../../extra_lib/lib/arm_ppc03_deb" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM - -!ENDIF - -# Begin Target - -# Name "osmophone - Win32 (WCE ARMV4) Release" -# Name "osmophone - Win32 (WCE ARMV4) Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\applications\osmophone\main.cpp -DEP_CPP_MAIN_=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\compositor.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\camera.h"\ - "..\..\include\gpac\internal\compositor_dev.h"\ - "..\..\include\gpac\internal\mesh.h"\ - "..\..\include\gpac\internal\terminal_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\modules\codec.h"\ - "..\..\include\gpac\modules\font.h"\ - "..\..\include\gpac\modules\ipmp.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\modules\term_ext.h"\ - "..\..\include\gpac\modules\video_out.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\options.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_svg.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\svg_types.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\terminal.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - {$(INCLUDE)}"aygshell.h"\ - {$(INCLUDE)}"gx.h"\ - {$(INCLUDE)}"sipapi.h"\ - {$(INCLUDE)}"winuserm.h"\ - -NODEP_CPP_MAIN_=\ - "..\..\include\gpac\config.h"\ - "C:\Program Files\WindowsCE\wce420\POCKET PC 2003\Include\ARMV4\vibrate.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\applications\osmophone\openfile.cpp -DEP_CPP_OPENF=\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\tools.h"\ - {$(INCLUDE)}"aygshell.h"\ - {$(INCLUDE)}"sipapi.h"\ - {$(INCLUDE)}"winuserm.h"\ - -NODEP_CPP_OPENF=\ - "..\..\include\gpac\config.h"\ - "C:\Program Files\WindowsCE\wce420\POCKET PC 2003\Include\ARMV4\vibrate.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\applications\osmophone\osmophone.rc -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=..\..\applications\osmophone\newres.h -# End Source File -# Begin Source File - -SOURCE=..\..\applications\osmophone\resource.h -# End Source File -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# Begin Source File - -SOURCE=..\..\applications\osmophone\Osmo4.ico -# End Source File -# Begin Source File - -SOURCE=.\Osmo4.ico -# End Source File -# End Group -# End Target -# End Project diff --git a/build/msevc4/rtp_in.vcp b/build/msevc4/rtp_in.vcp deleted file mode 100644 index d542fc7..0000000 --- a/build/msevc4/rtp_in.vcp +++ /dev/null @@ -1,275 +0,0 @@ -# Microsoft eMbedded Visual Tools Project File - Name="rtp_in" - Package Owner=<4> -# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (WCE ARMV4) Dynamic-Link Library" 0xa302 - -CFG=rtp_in - Win32 (WCE ARMV4) Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "rtp_in.vcn". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "rtp_in.vcn" CFG="rtp_in - Win32 (WCE ARMV4) Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "rtp_in - Win32 (WCE ARMV4) Release" (based on "Win32 (WCE ARMV4) Dynamic-Link Library") -!MESSAGE "rtp_in - Win32 (WCE ARMV4) Debug" (based on "Win32 (WCE ARMV4) Dynamic-Link Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -# PROP ATL_Project 2 -CPP=clarm.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "rtp_in - Win32 (WCE ARMV4) Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "ARMV4Rel" -# PROP BASE Intermediate_Dir "ARMV4Rel" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "obj/rtp_in_rel" -# PROP Intermediate_Dir "obj/rtp_in_rel" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "RTP_IN_EXPORTS" /YX /O2 /M$(CECrtMT) /c -# ADD CPP /nologo /W3 /Oxt /I "../../include" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /M$(CECrtMT) /c -# SUBTRACT CPP /YX -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /out:"../../bin/arm_ppc03_rel/gm_rtp_in.dll" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM - -!ELSEIF "$(CFG)" == "rtp_in - Win32 (WCE ARMV4) Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "ARMV4Dbg" -# PROP BASE Intermediate_Dir "ARMV4Dbg" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "obj/rtp_in_deb" -# PROP Intermediate_Dir "obj/rtp_in_deb" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "RTP_IN_EXPORTS" /YX /M$(CECrtMTDebug) /c -# ADD CPP /nologo /W3 /Zi /Od /I "../../include" /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /M$(CECrtMTDebug) /c -# SUBTRACT CPP /YX -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /out:"../../bin/arm_ppc03_deb/gm_rtp_in.dll" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM - -!ENDIF - -# Begin Target - -# Name "rtp_in - Win32 (WCE ARMV4) Release" -# Name "rtp_in - Win32 (WCE ARMV4) Debug" -# Begin Source File - -SOURCE=..\..\modules\modules_export.cpp -DEP_CPP_MODUL=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\setup.h"\ - -NODEP_CPP_MODUL=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\rtp_in\rtp_in.c -DEP_CPP_RTP_I=\ - "..\..\include\gpac\base_coding.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\ietf.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\modules\rtp_in\rtp_in.h"\ - -NODEP_CPP_RTP_I=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\rtp_in\rtp_in.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\rtp_in\rtp_session.c -DEP_CPP_RTP_S=\ - "..\..\include\gpac\base_coding.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\ietf.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\modules\rtp_in\rtp_in.h"\ - -NODEP_CPP_RTP_S=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\rtp_in\rtp_signaling.c -DEP_CPP_RTP_SI=\ - "..\..\include\gpac\base_coding.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\ietf.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\modules\rtp_in\rtp_in.h"\ - -NODEP_CPP_RTP_SI=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\rtp_in\rtp_stream.c -DEP_CPP_RTP_ST=\ - "..\..\include\gpac\base_coding.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\ietf.h"\ - "..\..\include\gpac\internal\ietf_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\modules\rtp_in\rtp_in.h"\ - -NODEP_CPP_RTP_ST=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\rtp_in\sdp_fetch.c -DEP_CPP_SDP_F=\ - "..\..\include\gpac\base_coding.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\ietf.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\modules\rtp_in\rtp_in.h"\ - -NODEP_CPP_SDP_F=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\rtp_in\sdp_load.c -DEP_CPP_SDP_L=\ - "..\..\include\gpac\base_coding.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\ietf.h"\ - "..\..\include\gpac\internal\ietf_dev.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\network.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\modules\rtp_in\rtp_in.h"\ - -NODEP_CPP_SDP_L=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# End Target -# End Project diff --git a/build/msevc4/saf_in.vcp b/build/msevc4/saf_in.vcp deleted file mode 100644 index 2c1a291..0000000 --- a/build/msevc4/saf_in.vcp +++ /dev/null @@ -1,134 +0,0 @@ -# Microsoft eMbedded Visual Tools Project File - Name="saf_in" - Package Owner=<4> -# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (WCE ARMV4) Dynamic-Link Library" 0xa302 - -CFG=saf_in - Win32 (WCE ARMV4) Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "saf_in.vcn". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "saf_in.vcn" CFG="saf_in - Win32 (WCE ARMV4) Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "saf_in - Win32 (WCE ARMV4) Release" (based on "Win32 (WCE ARMV4) Dynamic-Link Library") -!MESSAGE "saf_in - Win32 (WCE ARMV4) Debug" (based on "Win32 (WCE ARMV4) Dynamic-Link Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -# PROP ATL_Project 2 -CPP=clarm.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "saf_in - Win32 (WCE ARMV4) Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "ARMV4Rel" -# PROP BASE Intermediate_Dir "ARMV4Rel" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "obj/saf_in_rel" -# PROP Intermediate_Dir "obj/saf_in_rel" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "SAF_IN_EXPORTS" /YX /O2 /M$(CECrtMT) /c -# ADD CPP /nologo /W3 /Oxt /I "../../include" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "SAF_IN_EXPORTS" /YX /M$(CECrtMT) /c -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /out:"../../bin/arm_ppc03_rel/gm_saf_in.dll" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM - -!ELSEIF "$(CFG)" == "saf_in - Win32 (WCE ARMV4) Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "ARMV4Dbg" -# PROP BASE Intermediate_Dir "ARMV4Dbg" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "obj/saf_in_deb" -# PROP Intermediate_Dir "obj/saf_in_deb" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "SAF_IN_EXPORTS" /YX /M$(CECrtMTDebug) /c -# ADD CPP /nologo /W3 /Zi /Od /I "../../include" /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "SAF_IN_EXPORTS" /YX /M$(CECrtMTDebug) /c -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /out:"../../bin/arm_ppc03_deb/gm_saf_in.dll" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM - -!ENDIF - -# Begin Target - -# Name "saf_in - Win32 (WCE ARMV4) Release" -# Name "saf_in - Win32 (WCE ARMV4) Debug" -# Begin Source File - -SOURCE=..\..\modules\modules_export.cpp -DEP_CPP_MODUL=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\setup.h"\ - -NODEP_CPP_MODUL=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\saf_in\saf_in.c -DEP_CPP_SAF_I=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\codec.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_SAF_I=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# End Target -# End Project diff --git a/build/msevc4/soft_rast.vcp b/build/msevc4/soft_rast.vcp deleted file mode 100644 index 9ce44e6..0000000 --- a/build/msevc4/soft_rast.vcp +++ /dev/null @@ -1,257 +0,0 @@ -# Microsoft eMbedded Visual Tools Project File - Name="soft_rast" - Package Owner=<4> -# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (WCE ARMV4) Dynamic-Link Library" 0xa302 - -CFG=soft_rast - Win32 (WCE ARMV4) Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "soft_rast.vcn". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "soft_rast.vcn" CFG="soft_rast - Win32 (WCE ARMV4) Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "soft_rast - Win32 (WCE ARMV4) Release" (based on "Win32 (WCE ARMV4) Dynamic-Link Library") -!MESSAGE "soft_rast - Win32 (WCE ARMV4) Debug" (based on "Win32 (WCE ARMV4) Dynamic-Link Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -# PROP ATL_Project 2 -CPP=clarm.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "soft_rast - Win32 (WCE ARMV4) Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "ARMV4Rel" -# PROP BASE Intermediate_Dir "ARMV4Rel" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "obj/soft_rast_rel" -# PROP Intermediate_Dir "obj/soft_rast_rel" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "SOFT_RAST_EXPORTS" /YX /O2 /M$(CECrtMT) /c -# ADD CPP /nologo /W3 /Oxt /I "../../include" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /M$(CECrtMT) /c -# SUBTRACT CPP /YX -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /out:"../../bin/arm_ppc03_rel/gm_soft_raster.dll" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM - -!ELSEIF "$(CFG)" == "soft_rast - Win32 (WCE ARMV4) Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "ARMV4Dbg" -# PROP BASE Intermediate_Dir "ARMV4Dbg" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "obj/soft_rast_deb" -# PROP Intermediate_Dir "obj/soft_rast_deb" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "SOFT_RAST_EXPORTS" /YX /M$(CECrtMTDebug) /c -# ADD CPP /nologo /W3 /Zi /Od /I "../../include" /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /FR /M$(CECrtMTDebug) /c -# SUBTRACT CPP /YX -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /out:"../../bin/arm_ppc03_deb/gm_soft_raster.dll" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM - -!ENDIF - -# Begin Target - -# Name "soft_rast - Win32 (WCE ARMV4) Release" -# Name "soft_rast - Win32 (WCE ARMV4) Debug" -# Begin Source File - -SOURCE=..\..\modules\soft_raster\ftgrays.c -DEP_CPP_FTGRA=\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\modules\soft_raster\rast_soft.h"\ - -NODEP_CPP_FTGRA=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\modules_export.cpp -DEP_CPP_MODUL=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\setup.h"\ - -NODEP_CPP_MODUL=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\soft_raster\rast_soft.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\soft_raster\raster_565.c -DEP_CPP_RASTE=\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\modules\soft_raster\rast_soft.h"\ - -NODEP_CPP_RASTE=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\soft_raster\raster_argb.c -DEP_CPP_RASTER=\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\modules\soft_raster\rast_soft.h"\ - -NODEP_CPP_RASTER=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\soft_raster\raster_load.c -DEP_CPP_RASTER_=\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\modules\soft_raster\rast_soft.h"\ - -NODEP_CPP_RASTER_=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\soft_raster\raster_rgb.c -DEP_CPP_RASTER_R=\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\modules\soft_raster\rast_soft.h"\ - -NODEP_CPP_RASTER_R=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\soft_raster\stencil.c -DEP_CPP_STENC=\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\modules\soft_raster\rast_soft.h"\ - -NODEP_CPP_STENC=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\soft_raster\surface.c -DEP_CPP_SURFA=\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\raster2d.h"\ - "..\..\include\gpac\path2d.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\modules\soft_raster\rast_soft.h"\ - -NODEP_CPP_SURFA=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# End Target -# End Project diff --git a/build/msevc4/svg_in.vcp b/build/msevc4/svg_in.vcp deleted file mode 100644 index 5763820..0000000 --- a/build/msevc4/svg_in.vcp +++ /dev/null @@ -1,149 +0,0 @@ -# Microsoft eMbedded Visual Tools Project File - Name="svg_in" - Package Owner=<4> -# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (WCE ARMV4) Dynamic-Link Library" 0xa302 - -CFG=svg_in - Win32 (WCE ARMV4) Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "svg_in.vcn". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "svg_in.vcn" CFG="svg_in - Win32 (WCE ARMV4) Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "svg_in - Win32 (WCE ARMV4) Release" (based on "Win32 (WCE ARMV4) Dynamic-Link Library") -!MESSAGE "svg_in - Win32 (WCE ARMV4) Debug" (based on "Win32 (WCE ARMV4) Dynamic-Link Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -# PROP ATL_Project 2 -CPP=clarm.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "svg_in - Win32 (WCE ARMV4) Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "ARMV4Rel" -# PROP BASE Intermediate_Dir "ARMV4Rel" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "obj/svg_in_rel" -# PROP Intermediate_Dir "obj/svg_in_rel" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "SVG_IN_EXPORTS" /YX /O2 /M$(CECrtMT) /c -# ADD CPP /nologo /W3 /Oxt /I "../../include" /I "../../extra_lib/include/zlib" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "SVG_IN_EXPORTS" /YX /M$(CECrtMT) /c -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 zlib.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /out:"../../bin/arm_ppc03_rel/gm_svg_in.dll" /libpath:"../../extra_lib/lib/arm_ppc03_rel" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM - -!ELSEIF "$(CFG)" == "svg_in - Win32 (WCE ARMV4) Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "ARMV4Dbg" -# PROP BASE Intermediate_Dir "ARMV4Dbg" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "obj/svg_in_deb" -# PROP Intermediate_Dir "obj/svg_in_deb" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "SVG_IN_EXPORTS" /YX /M$(CECrtMTDebug) /c -# ADD CPP /nologo /W3 /Zi /Od /I "../../include" /I "../../extra_lib/include/zlib" /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "SVG_IN_EXPORTS" /YX /M$(CECrtMTDebug) /c -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 zlib.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /out:"../../bin/arm_ppc03_deb/gm_svg_in.dll" /libpath:"../../extra_lib/lib/arm_ppc03_deb" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM - -!ENDIF - -# Begin Target - -# Name "svg_in - Win32 (WCE ARMV4) Release" -# Name "svg_in - Win32 (WCE ARMV4) Debug" -# Begin Source File - -SOURCE=..\..\modules\modules_export.cpp -DEP_CPP_MODUL=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\setup.h"\ - -NODEP_CPP_MODUL=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\svg_in\svg_in.c -DEP_CPP_SVG_I=\ - "..\..\extra_lib\include\zlib\zconf.h"\ - "..\..\extra_lib\include\zlib\zlib.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\terminal_dev.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\codec.h"\ - "..\..\include\gpac\modules\ipmp.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\modules\term_ext.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\scene_manager.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\terminal.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - -NODEP_CPP_SVG_I=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# End Target -# End Project diff --git a/build/msevc4/timedtext.vcp b/build/msevc4/timedtext.vcp deleted file mode 100644 index 781acb9..0000000 --- a/build/msevc4/timedtext.vcp +++ /dev/null @@ -1,176 +0,0 @@ -# Microsoft eMbedded Visual Tools Project File - Name="timedtext" - Package Owner=<4> -# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (WCE ARMV4) Dynamic-Link Library" 0xa302 - -CFG=timedtext - Win32 (WCE ARMV4) Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "timedtext.vcn". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "timedtext.vcn" CFG="timedtext - Win32 (WCE ARMV4) Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "timedtext - Win32 (WCE ARMV4) Release" (based on "Win32 (WCE ARMV4) Dynamic-Link Library") -!MESSAGE "timedtext - Win32 (WCE ARMV4) Debug" (based on "Win32 (WCE ARMV4) Dynamic-Link Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -# PROP ATL_Project 2 -CPP=clarm.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "timedtext - Win32 (WCE ARMV4) Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "ARMV4Rel" -# PROP BASE Intermediate_Dir "ARMV4Rel" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "obj/ttxt_rel" -# PROP Intermediate_Dir "obj/ttxt_rel" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "TIMEDTEXT_EXPORTS" /YX /O2 /M$(CECrtMT) /c -# ADD CPP /nologo /W3 /Oxt /I "../../include" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /M$(CECrtMT) /c -# SUBTRACT CPP /YX -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /out:"../../bin/arm_ppc03_rel/gm_timedtext.dll" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM - -!ELSEIF "$(CFG)" == "timedtext - Win32 (WCE ARMV4) Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "ARMV4Dbg" -# PROP BASE Intermediate_Dir "ARMV4Dbg" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "obj/ttxt_deb" -# PROP Intermediate_Dir "obj/ttxt_deb" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TIMEDTEXT_EXPORTS" /YX /M$(CECrtMTDebug) /c -# ADD CPP /nologo /W3 /Zi /Od /I "../../include" /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /M$(CECrtMTDebug) /c -# SUBTRACT CPP /YX -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /out:"../../bin/arm_ppc03_deb/gm_timedtext.dll" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM - -!ENDIF - -# Begin Target - -# Name "timedtext - Win32 (WCE ARMV4) Release" -# Name "timedtext - Win32 (WCE ARMV4) Debug" -# Begin Source File - -SOURCE=..\..\modules\modules_export.cpp -DEP_CPP_MODUL=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\setup.h"\ - -NODEP_CPP_MODUL=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\timedtext\timedtext_dec.c -DEP_CPP_TIMED=\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\color.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\events.h"\ - "..\..\include\gpac\internal\isomedia_dev.h"\ - "..\..\include\gpac\internal\terminal_dev.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\math.h"\ - "..\..\include\gpac\mediaobject.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\codec.h"\ - "..\..\include\gpac\modules\ipmp.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\modules\term_ext.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\nodes_mpeg4.h"\ - "..\..\include\gpac\scenegraph.h"\ - "..\..\include\gpac\scenegraph_vrml.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\terminal.h"\ - "..\..\include\gpac\thread.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\include\gpac\user.h"\ - "..\..\include\gpac\utf.h"\ - -NODEP_CPP_TIMED=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\timedtext\timedtext_in.c -DEP_CPP_TIMEDT=\ - "..\..\include\gpac\avparse.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\download.h"\ - "..\..\include\gpac\isomedia.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\media_tools.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\codec.h"\ - "..\..\include\gpac\modules\service.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_TIMEDT=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# End Target -# End Project diff --git a/build/msevc4/wav_out.vcp b/build/msevc4/wav_out.vcp deleted file mode 100644 index 8b13f3c..0000000 --- a/build/msevc4/wav_out.vcp +++ /dev/null @@ -1,129 +0,0 @@ -# Microsoft eMbedded Visual Tools Project File - Name="wav_out" - Package Owner=<4> -# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (WCE ARMV4) Dynamic-Link Library" 0xa302 - -CFG=wav_out - Win32 (WCE ARMV4) Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "wav_out.vcn". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "wav_out.vcn" CFG="wav_out - Win32 (WCE ARMV4) Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "wav_out - Win32 (WCE ARMV4) Release" (based on "Win32 (WCE ARMV4) Dynamic-Link Library") -!MESSAGE "wav_out - Win32 (WCE ARMV4) Debug" (based on "Win32 (WCE ARMV4) Dynamic-Link Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -# PROP ATL_Project 2 -CPP=clarm.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "wav_out - Win32 (WCE ARMV4) Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "ARMV4Rel" -# PROP BASE Intermediate_Dir "ARMV4Rel" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "obj/wav_out_rel" -# PROP Intermediate_Dir "obj/wav_out_rel" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "WAV_OUT_EXPORTS" /YX /O2 /M$(CECrtMT) /c -# ADD CPP /nologo /W3 /Oxt /I "../../include" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /M$(CECrtMT) /c -# SUBTRACT CPP /YX -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /out:"../../bin/arm_ppc03_rel/gm_wav_out.dll" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM - -!ELSEIF "$(CFG)" == "wav_out - Win32 (WCE ARMV4) Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "ARMV4Dbg" -# PROP BASE Intermediate_Dir "ARMV4Dbg" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "obj/wav_out_deb" -# PROP Intermediate_Dir "obj/wav_out_deb" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "WAV_OUT_EXPORTS" /YX /M$(CECrtMTDebug) /c -# ADD CPP /nologo /W3 /Zi /Od /I "../../include" /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /M$(CECrtMTDebug) /c -# SUBTRACT CPP /YX -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /out:"../../bin/arm_ppc03_deb/gm_wav_out.dll" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM - -!ENDIF - -# Begin Target - -# Name "wav_out - Win32 (WCE ARMV4) Release" -# Name "wav_out - Win32 (WCE ARMV4) Debug" -# Begin Source File - -SOURCE=..\..\modules\modules_export.cpp -DEP_CPP_MODUL=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\setup.h"\ - -NODEP_CPP_MODUL=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\wav_out\wav_out.c -DEP_CPP_WAV_O=\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\audio_out.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\tools.h"\ - -NODEP_CPP_WAV_O=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# End Target -# End Project diff --git a/build/msevc4/xvid_dec.vcp b/build/msevc4/xvid_dec.vcp deleted file mode 100644 index f8944d6..0000000 --- a/build/msevc4/xvid_dec.vcp +++ /dev/null @@ -1,475 +0,0 @@ -# Microsoft eMbedded Visual Tools Project File - Name="xvid_dec" - Package Owner=<4> -# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (WCE ARMV4) Dynamic-Link Library" 0xa302 - -CFG=xvid_dec - Win32 (WCE ARMV4) Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "xvid_dec.vcn". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "xvid_dec.vcn" CFG="xvid_dec - Win32 (WCE ARMV4) Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "xvid_dec - Win32 (WCE ARMV4) Release" (based on "Win32 (WCE ARMV4) Dynamic-Link Library") -!MESSAGE "xvid_dec - Win32 (WCE ARMV4) Debug" (based on "Win32 (WCE ARMV4) Dynamic-Link Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -# PROP ATL_Project 2 -CPP=clarm.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "xvid_dec - Win32 (WCE ARMV4) Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "ARMV4Rel" -# PROP BASE Intermediate_Dir "ARMV4Rel" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "obj/xvid_dec_rel" -# PROP Intermediate_Dir "obj/xvid_dec_rel" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "XVID_DEC_EXPORTS" /YX /O2 /M$(CECrtMT) /c -# ADD CPP /nologo /W3 /Oxt /I "../../include" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /M$(CECrtMT) /c -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /out:"../../bin/arm_ppc03_rel/gm_xvid_dec.dll" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM - -!ELSEIF "$(CFG)" == "xvid_dec - Win32 (WCE ARMV4) Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "ARMV4Dbg" -# PROP BASE Intermediate_Dir "ARMV4Dbg" -# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "obj/xvid_dec_deb" -# PROP Intermediate_Dir "obj/xvid_dec_deb" -# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r -# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "XVID_DEC_EXPORTS" /YX /M$(CECrtMTDebug) /c -# ADD CPP /nologo /W3 /Zi /Od /I "../../include" /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /M$(CECrtMTDebug) /c -# SUBTRACT CPP /YX -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM -# ADD LINK32 /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /out:"../../bin/arm_ppc03_deb/gm_xvid_dec.dll" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM - -!ENDIF - -# Begin Target - -# Name "xvid_dec - Win32 (WCE ARMV4) Release" -# Name "xvid_dec - Win32 (WCE ARMV4) Debug" -# Begin Group "xvid_wce" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\..\modules\xvid_dec\xvid_wce\bitstream.cpp -DEP_CPP_BITST=\ - "..\..\modules\xvid_dec\xvid_wce\bitstream.h"\ - "..\..\modules\xvid_dec\xvid_wce\decoder.h"\ - "..\..\modules\xvid_dec\xvid_wce\global.h"\ - "..\..\modules\xvid_dec\xvid_wce\image.h"\ - "..\..\modules\xvid_dec\xvid_wce\interpolate8x8.h"\ - "..\..\modules\xvid_dec\xvid_wce\mem_transfer.h"\ - "..\..\modules\xvid_dec\xvid_wce\portab.h"\ - "..\..\modules\xvid_dec\xvid_wce\quant_matrix.h"\ - "..\..\modules\xvid_dec\xvid_wce\Rules.h"\ - "..\..\modules\xvid_dec\xvid_wce\vlc_codes.h"\ - "..\..\modules\xvid_dec\xvid_wce\xvid.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\xvid_dec\xvid_wce\bitstream.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\xvid_dec\xvid_wce\CodecAPI.cpp -DEP_CPP_CODEC=\ - "..\..\modules\xvid_dec\xvid_wce\global.h"\ - "..\..\modules\xvid_dec\xvid_wce\portab.h"\ - "..\..\modules\xvid_dec\xvid_wce\Rules.h"\ - "..\..\modules\xvid_dec\xvid_wce\xvid.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\xvid_dec\xvid_wce\decoder.cpp -DEP_CPP_DECOD=\ - "..\..\modules\xvid_dec\xvid_wce\decoder.h"\ - "..\..\modules\xvid_dec\xvid_wce\global.h"\ - "..\..\modules\xvid_dec\xvid_wce\gmc.h"\ - "..\..\modules\xvid_dec\xvid_wce\image.h"\ - "..\..\modules\xvid_dec\xvid_wce\interpolate8x8.h"\ - "..\..\modules\xvid_dec\xvid_wce\mbprediction.h"\ - "..\..\modules\xvid_dec\xvid_wce\mem_align.h"\ - "..\..\modules\xvid_dec\xvid_wce\mem_transfer.h"\ - "..\..\modules\xvid_dec\xvid_wce\portab.h"\ - "..\..\modules\xvid_dec\xvid_wce\quant.h"\ - "..\..\modules\xvid_dec\xvid_wce\quant_matrix.h"\ - "..\..\modules\xvid_dec\xvid_wce\reduced.h"\ - "..\..\modules\xvid_dec\xvid_wce\Rules.h"\ - "..\..\modules\xvid_dec\xvid_wce\vlc_codes.h"\ - "..\..\modules\xvid_dec\xvid_wce\xvid.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\xvid_dec\xvid_wce\decoder.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\xvid_dec\xvid_wce\font.cpp -DEP_CPP_FONT_=\ - "..\..\modules\xvid_dec\xvid_wce\global.h"\ - "..\..\modules\xvid_dec\xvid_wce\image.h"\ - "..\..\modules\xvid_dec\xvid_wce\portab.h"\ - "..\..\modules\xvid_dec\xvid_wce\Rules.h"\ - "..\..\modules\xvid_dec\xvid_wce\xvid.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\xvid_dec\xvid_wce\global.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\xvid_dec\xvid_wce\gmc.cpp -DEP_CPP_GMC_C=\ - "..\..\modules\xvid_dec\xvid_wce\global.h"\ - "..\..\modules\xvid_dec\xvid_wce\gmc.h"\ - "..\..\modules\xvid_dec\xvid_wce\portab.h"\ - "..\..\modules\xvid_dec\xvid_wce\Rules.h"\ - "..\..\modules\xvid_dec\xvid_wce\xvid.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\xvid_dec\xvid_wce\gmc.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\xvid_dec\xvid_wce\idct.cpp -DEP_CPP_IDCT_=\ - "..\..\modules\xvid_dec\xvid_wce\decoder.h"\ - "..\..\modules\xvid_dec\xvid_wce\global.h"\ - "..\..\modules\xvid_dec\xvid_wce\image.h"\ - "..\..\modules\xvid_dec\xvid_wce\interpolate8x8.h"\ - "..\..\modules\xvid_dec\xvid_wce\mem_transfer.h"\ - "..\..\modules\xvid_dec\xvid_wce\portab.h"\ - "..\..\modules\xvid_dec\xvid_wce\Rules.h"\ - "..\..\modules\xvid_dec\xvid_wce\vlc_codes.h"\ - "..\..\modules\xvid_dec\xvid_wce\xvid.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\xvid_dec\xvid_wce\image.cpp -DEP_CPP_IMAGE=\ - "..\..\modules\xvid_dec\xvid_wce\decoder.h"\ - "..\..\modules\xvid_dec\xvid_wce\global.h"\ - "..\..\modules\xvid_dec\xvid_wce\image.h"\ - "..\..\modules\xvid_dec\xvid_wce\interpolate8x8.h"\ - "..\..\modules\xvid_dec\xvid_wce\mem_align.h"\ - "..\..\modules\xvid_dec\xvid_wce\mem_transfer.h"\ - "..\..\modules\xvid_dec\xvid_wce\portab.h"\ - "..\..\modules\xvid_dec\xvid_wce\reduced.h"\ - "..\..\modules\xvid_dec\xvid_wce\Rules.h"\ - "..\..\modules\xvid_dec\xvid_wce\vlc_codes.h"\ - "..\..\modules\xvid_dec\xvid_wce\xvid.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\xvid_dec\xvid_wce\image.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\xvid_dec\xvid_wce\interpolate8x8.cpp -DEP_CPP_INTER=\ - "..\..\modules\xvid_dec\xvid_wce\global.h"\ - "..\..\modules\xvid_dec\xvid_wce\interpolate8x8.h"\ - "..\..\modules\xvid_dec\xvid_wce\mem_transfer.h"\ - "..\..\modules\xvid_dec\xvid_wce\portab.h"\ - "..\..\modules\xvid_dec\xvid_wce\Rules.h"\ - "..\..\modules\xvid_dec\xvid_wce\xvid.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\xvid_dec\xvid_wce\interpolate8x8.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\xvid_dec\xvid_wce\mbcoding.cpp -DEP_CPP_MBCOD=\ - "..\..\modules\xvid_dec\xvid_wce\bitstream.h"\ - "..\..\modules\xvid_dec\xvid_wce\decoder.h"\ - "..\..\modules\xvid_dec\xvid_wce\global.h"\ - "..\..\modules\xvid_dec\xvid_wce\image.h"\ - "..\..\modules\xvid_dec\xvid_wce\interpolate8x8.h"\ - "..\..\modules\xvid_dec\xvid_wce\mem_transfer.h"\ - "..\..\modules\xvid_dec\xvid_wce\portab.h"\ - "..\..\modules\xvid_dec\xvid_wce\Rules.h"\ - "..\..\modules\xvid_dec\xvid_wce\vlc_codes.h"\ - "..\..\modules\xvid_dec\xvid_wce\xvid.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\xvid_dec\xvid_wce\mbprediction.cpp -DEP_CPP_MBPRE=\ - "..\..\modules\xvid_dec\xvid_wce\decoder.h"\ - "..\..\modules\xvid_dec\xvid_wce\global.h"\ - "..\..\modules\xvid_dec\xvid_wce\image.h"\ - "..\..\modules\xvid_dec\xvid_wce\interpolate8x8.h"\ - "..\..\modules\xvid_dec\xvid_wce\mbprediction.h"\ - "..\..\modules\xvid_dec\xvid_wce\mem_transfer.h"\ - "..\..\modules\xvid_dec\xvid_wce\portab.h"\ - "..\..\modules\xvid_dec\xvid_wce\Rules.h"\ - "..\..\modules\xvid_dec\xvid_wce\vlc_codes.h"\ - "..\..\modules\xvid_dec\xvid_wce\xvid.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\xvid_dec\xvid_wce\mbprediction.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\xvid_dec\xvid_wce\mem_align.cpp -DEP_CPP_MEM_A=\ - "..\..\modules\xvid_dec\xvid_wce\global.h"\ - "..\..\modules\xvid_dec\xvid_wce\mem_align.h"\ - "..\..\modules\xvid_dec\xvid_wce\portab.h"\ - "..\..\modules\xvid_dec\xvid_wce\Rules.h"\ - "..\..\modules\xvid_dec\xvid_wce\xvid.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\xvid_dec\xvid_wce\mem_align.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\xvid_dec\xvid_wce\mem_transfer.cpp -DEP_CPP_MEM_T=\ - "..\..\modules\xvid_dec\xvid_wce\global.h"\ - "..\..\modules\xvid_dec\xvid_wce\mem_transfer.h"\ - "..\..\modules\xvid_dec\xvid_wce\portab.h"\ - "..\..\modules\xvid_dec\xvid_wce\Rules.h"\ - "..\..\modules\xvid_dec\xvid_wce\xvid.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\xvid_dec\xvid_wce\mem_transfer.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\xvid_dec\xvid_wce\portab.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\xvid_dec\xvid_wce\qpel.inl -# End Source File -# Begin Source File - -SOURCE=..\..\modules\xvid_dec\xvid_wce\qpel_tab.cpp -DEP_CPP_QPEL_=\ - "..\..\modules\xvid_dec\xvid_wce\portab.h"\ - "..\..\modules\xvid_dec\xvid_wce\qpel.inl"\ - "..\..\modules\xvid_dec\xvid_wce\Rules.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\xvid_dec\xvid_wce\quant.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\xvid_dec\xvid_wce\quant_h263.cpp -DEP_CPP_QUANT=\ - "..\..\modules\xvid_dec\xvid_wce\global.h"\ - "..\..\modules\xvid_dec\xvid_wce\portab.h"\ - "..\..\modules\xvid_dec\xvid_wce\quant.h"\ - "..\..\modules\xvid_dec\xvid_wce\Rules.h"\ - "..\..\modules\xvid_dec\xvid_wce\xvid.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\xvid_dec\xvid_wce\quant_matrix.cpp -DEP_CPP_QUANT_=\ - "..\..\modules\xvid_dec\xvid_wce\portab.h"\ - "..\..\modules\xvid_dec\xvid_wce\quant_matrix.h"\ - "..\..\modules\xvid_dec\xvid_wce\Rules.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\xvid_dec\xvid_wce\quant_matrix.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\xvid_dec\xvid_wce\quant_mpeg.cpp -DEP_CPP_QUANT_M=\ - "..\..\modules\xvid_dec\xvid_wce\global.h"\ - "..\..\modules\xvid_dec\xvid_wce\portab.h"\ - "..\..\modules\xvid_dec\xvid_wce\quant.h"\ - "..\..\modules\xvid_dec\xvid_wce\quant_matrix.h"\ - "..\..\modules\xvid_dec\xvid_wce\Rules.h"\ - "..\..\modules\xvid_dec\xvid_wce\xvid.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\xvid_dec\xvid_wce\reduced.cpp -DEP_CPP_REDUC=\ - "..\..\modules\xvid_dec\xvid_wce\global.h"\ - "..\..\modules\xvid_dec\xvid_wce\portab.h"\ - "..\..\modules\xvid_dec\xvid_wce\reduced.h"\ - "..\..\modules\xvid_dec\xvid_wce\Rules.h"\ - "..\..\modules\xvid_dec\xvid_wce\xvid.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\xvid_dec\xvid_wce\reduced.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\xvid_dec\xvid_wce\Rules.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\xvid_dec\xvid_wce\vlc_codes.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\xvid_dec\xvid_wce\xvid.cpp -DEP_CPP_XVID_=\ - "..\..\modules\xvid_dec\xvid_wce\decoder.h"\ - "..\..\modules\xvid_dec\xvid_wce\global.h"\ - "..\..\modules\xvid_dec\xvid_wce\image.h"\ - "..\..\modules\xvid_dec\xvid_wce\interpolate8x8.h"\ - "..\..\modules\xvid_dec\xvid_wce\mem_transfer.h"\ - "..\..\modules\xvid_dec\xvid_wce\portab.h"\ - "..\..\modules\xvid_dec\xvid_wce\quant.h"\ - "..\..\modules\xvid_dec\xvid_wce\reduced.h"\ - "..\..\modules\xvid_dec\xvid_wce\Rules.h"\ - "..\..\modules\xvid_dec\xvid_wce\vlc_codes.h"\ - "..\..\modules\xvid_dec\xvid_wce\xvid.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\xvid_dec\xvid_wce\xvid.h -# End Source File -# Begin Source File - -SOURCE=..\..\modules\xvid_dec\xvid_wce\xvid_ppc.asm - -!IF "$(CFG)" == "xvid_dec - Win32 (WCE ARMV4) Release" - -# Begin Custom Build -IntDir=.\obj/xvid_dec_rel -InputPath=..\..\modules\xvid_dec\xvid_wce\xvid_ppc.asm -InputName=xvid_ppc - -"$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - armasm -CPU StrongARM1 -o $(IntDir)\$(InputName).obj $(InputPath) - -# End Custom Build - -!ELSEIF "$(CFG)" == "xvid_dec - Win32 (WCE ARMV4) Debug" - -# Begin Custom Build -IntDir=.\obj/xvid_dec_deb -InputPath=..\..\modules\xvid_dec\xvid_wce\xvid_ppc.asm -InputName=xvid_ppc - -"$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - armasm -CPU StrongARM1 -o $(IntDir)\$(InputName).obj $(InputPath) - -# End Custom Build - -!ENDIF - -# End Source File -# End Group -# Begin Source File - -SOURCE=..\..\modules\modules_export.cpp -DEP_CPP_MODUL=\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\setup.h"\ - -NODEP_CPP_MODUL=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# Begin Source File - -SOURCE=..\..\modules\xvid_dec\xvid_dec_wce.cpp -DEP_CPP_XVID_D=\ - "..\..\include\gpac\avparse.h"\ - "..\..\include\gpac\bitstream.h"\ - "..\..\include\gpac\config_file.h"\ - "..\..\include\gpac\configuration.h"\ - "..\..\include\gpac\constants.h"\ - "..\..\include\gpac\list.h"\ - "..\..\include\gpac\module.h"\ - "..\..\include\gpac\modules\codec.h"\ - "..\..\include\gpac\mpeg4_odf.h"\ - "..\..\include\gpac\setup.h"\ - "..\..\include\gpac\sync_layer.h"\ - "..\..\include\gpac\tools.h"\ - "..\..\modules\xvid_dec\xvid_wce\Rules.h"\ - "..\..\modules\xvid_dec\xvid_wce\xvid.h"\ - -NODEP_CPP_XVID_D=\ - "..\..\include\gpac\config.h"\ - -# End Source File -# End Target -# End Project diff --git a/build/msvc8/GPAX.vcproj b/build/msvc8/GPAX.vcproj deleted file mode 100644 index e958772..0000000 --- a/build/msvc8/GPAX.vcproj +++ /dev/null @@ -1,649 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc8/Osmo4.vcproj b/build/msvc8/Osmo4.vcproj deleted file mode 100644 index 18e143e..0000000 --- a/build/msvc8/Osmo4.vcproj +++ /dev/null @@ -1,892 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc8/V4Studio.vcproj b/build/msvc8/V4Studio.vcproj deleted file mode 100644 index 5594bd3..0000000 --- a/build/msvc8/V4Studio.vcproj +++ /dev/null @@ -1,922 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc8/aac_in.vcproj b/build/msvc8/aac_in.vcproj deleted file mode 100644 index 0126223..0000000 --- a/build/msvc8/aac_in.vcproj +++ /dev/null @@ -1,500 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc8/ac3_in.vcproj b/build/msvc8/ac3_in.vcproj deleted file mode 100644 index eeea824..0000000 --- a/build/msvc8/ac3_in.vcproj +++ /dev/null @@ -1,424 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc8/amr_dec.vcproj b/build/msvc8/amr_dec.vcproj deleted file mode 100644 index 637d653..0000000 --- a/build/msvc8/amr_dec.vcproj +++ /dev/null @@ -1,499 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc8/amr_float_dec.vcproj b/build/msvc8/amr_float_dec.vcproj deleted file mode 100644 index e2c578f..0000000 --- a/build/msvc8/amr_float_dec.vcproj +++ /dev/null @@ -1,497 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc8/audio_filter.vcproj b/build/msvc8/audio_filter.vcproj deleted file mode 100644 index d413236..0000000 --- a/build/msvc8/audio_filter.vcproj +++ /dev/null @@ -1,451 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc8/bifs_dec.vcproj b/build/msvc8/bifs_dec.vcproj deleted file mode 100644 index 6475a5a..0000000 --- a/build/msvc8/bifs_dec.vcproj +++ /dev/null @@ -1,451 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc8/ctx_load.vcproj b/build/msvc8/ctx_load.vcproj deleted file mode 100644 index cf563ab..0000000 --- a/build/msvc8/ctx_load.vcproj +++ /dev/null @@ -1,453 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc8/demo_is.vcproj b/build/msvc8/demo_is.vcproj deleted file mode 100644 index 2b3b2fc..0000000 --- a/build/msvc8/demo_is.vcproj +++ /dev/null @@ -1,576 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc8/dummy_in.vcproj b/build/msvc8/dummy_in.vcproj deleted file mode 100644 index fe87c10..0000000 --- a/build/msvc8/dummy_in.vcproj +++ /dev/null @@ -1,451 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc8/dx_hw.vcproj b/build/msvc8/dx_hw.vcproj deleted file mode 100644 index 7e9c0d3..0000000 --- a/build/msvc8/dx_hw.vcproj +++ /dev/null @@ -1,673 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc8/ffmpeg_in.vcproj b/build/msvc8/ffmpeg_in.vcproj deleted file mode 100644 index 6484f52..0000000 --- a/build/msvc8/ffmpeg_in.vcproj +++ /dev/null @@ -1,541 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc8/ft_font.vcproj b/build/msvc8/ft_font.vcproj deleted file mode 100644 index cb8a321..0000000 --- a/build/msvc8/ft_font.vcproj +++ /dev/null @@ -1,427 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc8/gapi.vcproj b/build/msvc8/gapi.vcproj deleted file mode 100644 index f9cd18a..0000000 --- a/build/msvc8/gapi.vcproj +++ /dev/null @@ -1,262 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc8/gdip_raster.vcproj b/build/msvc8/gdip_raster.vcproj deleted file mode 100644 index 7ef1e56..0000000 --- a/build/msvc8/gdip_raster.vcproj +++ /dev/null @@ -1,580 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc8/gpac.sln b/build/msvc8/gpac.sln deleted file mode 100644 index 6edff05..0000000 --- a/build/msvc8/gpac.sln +++ /dev/null @@ -1,887 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mp4client", "mp4client.vcproj", "{A35D99BF-D72D-4F56-99A1-97249B22BCE2}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Osmo4", "Osmo4.vcproj", "{C79C2D73-06E9-4622-92CE-F166B1B51792}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "aac_in", "aac_in.vcproj", "{1F7CD37F-DC9A-4AC7-881B-36B263A644C7}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bifs_dec", "bifs_dec.vcproj", "{73CF10D0-DEC8-4D4B-AAB8-45864694CB8B}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ctx_load", "ctx_load.vcproj", "{BAE0C03A-56E0-4D37-89F5-62DD03BFC013}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dummy_in", "dummy_in.vcproj", "{073E2381-4FDE-4C4D-A117-C489EB17C48B}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dx_hw", "dx_hw.vcproj", "{B64736BD-9245-4F40-961D-EB9822265764}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ffmpeg_in", "ffmpeg_in.vcproj", "{9FECAB79-BC70-4EEA-A23B-B64159F904B3}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ft_font", "ft_font.vcproj", "{042D3628-67F3-4B5C-8BC0-CD9AFA416974}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gdip_raster", "gdip_raster.vcproj", "{CAA5A551-006A-4119-8115-FB14692E719F}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "img_in", "img_in.vcproj", "{9F0660BC-4582-4D4E-BA83-E2BE5F6BDD45}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "isom_in", "isom_in.vcproj", "{FC8F1F56-078E-470D-B252-68EDDE88AA9D}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "laser_dec", "laser_dec.vcproj", "{879E26B2-48DB-47B3-B82F-893696286E6F}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libgpac", "libgpac.vcproj", "{233014D5-F6E5-419D-8757-FA9CE7337088}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libgpac_dll", "libgpac_dll.vcproj", "{D3540754-E0CF-4604-AC11-82DE9BD4D814}" - ProjectSection(ProjectDependencies) = postProject - {233014D5-F6E5-419D-8757-FA9CE7337088} = {233014D5-F6E5-419D-8757-FA9CE7337088} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mp3_in", "mp3_in.vcproj", "{4AC7F65D-0DC0-49F9-8B96-AD05F11FF38E}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mp4box", "mp4box.vcproj", "{48E2C7C6-52EB-46FB-8722-00A62F46F497}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mpegts_in", "mpegts_in.vcproj", "{B38E812D-9823-48E7-BE5F-BF09B0AD4165}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "odf_dec", "odf_dec.vcproj", "{A86E6EF8-3683-4AD0-8878-7A0D51326088}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ogg", "ogg.vcproj", "{3B4108E4-C8FD-4D82-AF4A-F928CCF36A60}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "osmozilla", "osmozilla.vcproj", "{A0288B75-0D95-4106-A3A7-779A891E8FEF}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "raw_out", "raw_out.vcproj", "{8162BADA-2FB6-4A71-B998-ABAFAF28E5A8}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "rtp_in", "rtp_in.vcproj", "{E2DBD151-9523-4E1A-9478-F3F825668F6E}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "saf_in", "saf_in.vcproj", "{2B6AB6CD-E7D0-4706-BB4A-DDD7AE1A510D}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sdl_out", "sdl_out.vcproj", "{F346A9A7-CF8D-4409-8776-1D4244F96EF8}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "soft_raster", "soft_raster.vcproj", "{71071F01-C813-4384-BE38-0F4020BCC0EE}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "svg_in", "svg_in.vcproj", "{402A8794-B724-44A3-B608-84B600ECA387}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "timedtext", "timedtext.vcproj", "{464697D2-BA44-446F-8223-1EB3969ED1A8}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wav_out", "wav_out.vcproj", "{01183543-B182-4E32-9FD6-FC15C847316C}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xvid_dec", "xvid_dec.vcproj", "{4258687D-4905-46A6-9407-08F4F8A81CC0}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ismacryp", "ismacryp.vcproj", "{E08DA5C2-9D97-4CD3-BB13-6FD6BA4458D6}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ac3_in", "ac3_in.vcproj", "{1DE72B1E-0DD6-4AFD-95E9-D23ACAB31812}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gapi", "gapi.vcproj", "{F9AF60FE-C2F2-4D94-9667-E4FCC6FAA466}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "osmophone", "osmophone.vcproj", "{CAA7EF3E-C7F4-4F8A-9E17-9A06DEF9E717}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gpac_js", "gpac_js.vcproj", "{27F7FDF4-479B-47B5-BFEA-12E9EA41F663}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "audio_filter", "audio_filter.vcproj", "{C993119B-29B1-49C8-8EA3-A9ABF633164E}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "platinum", "platinum.vcproj", "{694C765F-DFD6-467E-A813-B3F887E822D4}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "widgetman", "widgetman.vcproj", "{07D6FB42-0F4F-487A-BCBA-EC4BBF5CB160}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "redirect_av", "redirect_av.vcproj", "{073E2281-4FDE-4C4D-A217-C489DB17C48C}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ui_rec", "ui_rec.vcproj", "{073E2381-4FDE-4C4D-A117-C489DB17C48C}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "opensvc_dec", "opensvc.vcproj", "{073E2381-4FDE-4C4D-B217-C489EB17C48B}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mpd_in", "mpd_in.vcproj", "{B1AEFA90-318F-459C-96EE-B4DFF3318B7B}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "amr_dec", "amr_dec.vcproj", "{5ED5A1C8-DB34-4089-8E53-EFB225754D02}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "amr_float_dec", "amr_float_dec.vcproj", "{5D3983BF-143F-49C3-9284-89778282AEFE}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mp42ts", "..\..\applications\mp42ts\mp42ts.vcproj", "{F728CC74-A7D0-43D2-8A28-05CE9F2EF0D0}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GPAX", "GPAX.vcproj", "{72486240-A124-496E-A67A-E76FEC7E99BE}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hyb_in", "hyb_in.vcproj", "{41B1DAF0-D7ED-4934-B915-05DBB0EE6B0E}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Mixed Platforms = Debug|Mixed Platforms - Debug|Smartphone 2003 (ARMV4) = Debug|Smartphone 2003 (ARMV4) - Debug|Win32 = Debug|Win32 - Release|Mixed Platforms = Release|Mixed Platforms - Release|Smartphone 2003 (ARMV4) = Release|Smartphone 2003 (ARMV4) - Release|Win32 = Release|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {A35D99BF-D72D-4F56-99A1-97249B22BCE2}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {A35D99BF-D72D-4F56-99A1-97249B22BCE2}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {A35D99BF-D72D-4F56-99A1-97249B22BCE2}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {A35D99BF-D72D-4F56-99A1-97249B22BCE2}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {A35D99BF-D72D-4F56-99A1-97249B22BCE2}.Debug|Win32.ActiveCfg = Debug|Win32 - {A35D99BF-D72D-4F56-99A1-97249B22BCE2}.Debug|Win32.Build.0 = Debug|Win32 - {A35D99BF-D72D-4F56-99A1-97249B22BCE2}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {A35D99BF-D72D-4F56-99A1-97249B22BCE2}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {A35D99BF-D72D-4F56-99A1-97249B22BCE2}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {A35D99BF-D72D-4F56-99A1-97249B22BCE2}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {A35D99BF-D72D-4F56-99A1-97249B22BCE2}.Release|Win32.ActiveCfg = Release|Win32 - {A35D99BF-D72D-4F56-99A1-97249B22BCE2}.Release|Win32.Build.0 = Release|Win32 - {C79C2D73-06E9-4622-92CE-F166B1B51792}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {C79C2D73-06E9-4622-92CE-F166B1B51792}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {C79C2D73-06E9-4622-92CE-F166B1B51792}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {C79C2D73-06E9-4622-92CE-F166B1B51792}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {C79C2D73-06E9-4622-92CE-F166B1B51792}.Debug|Win32.ActiveCfg = Debug|Win32 - {C79C2D73-06E9-4622-92CE-F166B1B51792}.Debug|Win32.Build.0 = Debug|Win32 - {C79C2D73-06E9-4622-92CE-F166B1B51792}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {C79C2D73-06E9-4622-92CE-F166B1B51792}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {C79C2D73-06E9-4622-92CE-F166B1B51792}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {C79C2D73-06E9-4622-92CE-F166B1B51792}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {C79C2D73-06E9-4622-92CE-F166B1B51792}.Release|Win32.ActiveCfg = Release|Win32 - {C79C2D73-06E9-4622-92CE-F166B1B51792}.Release|Win32.Build.0 = Release|Win32 - {1F7CD37F-DC9A-4AC7-881B-36B263A644C7}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {1F7CD37F-DC9A-4AC7-881B-36B263A644C7}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {1F7CD37F-DC9A-4AC7-881B-36B263A644C7}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {1F7CD37F-DC9A-4AC7-881B-36B263A644C7}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {1F7CD37F-DC9A-4AC7-881B-36B263A644C7}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {1F7CD37F-DC9A-4AC7-881B-36B263A644C7}.Debug|Win32.ActiveCfg = Debug|Win32 - {1F7CD37F-DC9A-4AC7-881B-36B263A644C7}.Debug|Win32.Build.0 = Debug|Win32 - {1F7CD37F-DC9A-4AC7-881B-36B263A644C7}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {1F7CD37F-DC9A-4AC7-881B-36B263A644C7}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {1F7CD37F-DC9A-4AC7-881B-36B263A644C7}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {1F7CD37F-DC9A-4AC7-881B-36B263A644C7}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {1F7CD37F-DC9A-4AC7-881B-36B263A644C7}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {1F7CD37F-DC9A-4AC7-881B-36B263A644C7}.Release|Win32.ActiveCfg = Release|Win32 - {1F7CD37F-DC9A-4AC7-881B-36B263A644C7}.Release|Win32.Build.0 = Release|Win32 - {73CF10D0-DEC8-4D4B-AAB8-45864694CB8B}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {73CF10D0-DEC8-4D4B-AAB8-45864694CB8B}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {73CF10D0-DEC8-4D4B-AAB8-45864694CB8B}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {73CF10D0-DEC8-4D4B-AAB8-45864694CB8B}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {73CF10D0-DEC8-4D4B-AAB8-45864694CB8B}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {73CF10D0-DEC8-4D4B-AAB8-45864694CB8B}.Debug|Win32.ActiveCfg = Debug|Win32 - {73CF10D0-DEC8-4D4B-AAB8-45864694CB8B}.Debug|Win32.Build.0 = Debug|Win32 - {73CF10D0-DEC8-4D4B-AAB8-45864694CB8B}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {73CF10D0-DEC8-4D4B-AAB8-45864694CB8B}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {73CF10D0-DEC8-4D4B-AAB8-45864694CB8B}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {73CF10D0-DEC8-4D4B-AAB8-45864694CB8B}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {73CF10D0-DEC8-4D4B-AAB8-45864694CB8B}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {73CF10D0-DEC8-4D4B-AAB8-45864694CB8B}.Release|Win32.ActiveCfg = Release|Win32 - {73CF10D0-DEC8-4D4B-AAB8-45864694CB8B}.Release|Win32.Build.0 = Release|Win32 - {BAE0C03A-56E0-4D37-89F5-62DD03BFC013}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {BAE0C03A-56E0-4D37-89F5-62DD03BFC013}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {BAE0C03A-56E0-4D37-89F5-62DD03BFC013}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {BAE0C03A-56E0-4D37-89F5-62DD03BFC013}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {BAE0C03A-56E0-4D37-89F5-62DD03BFC013}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {BAE0C03A-56E0-4D37-89F5-62DD03BFC013}.Debug|Win32.ActiveCfg = Debug|Win32 - {BAE0C03A-56E0-4D37-89F5-62DD03BFC013}.Debug|Win32.Build.0 = Debug|Win32 - {BAE0C03A-56E0-4D37-89F5-62DD03BFC013}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {BAE0C03A-56E0-4D37-89F5-62DD03BFC013}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {BAE0C03A-56E0-4D37-89F5-62DD03BFC013}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {BAE0C03A-56E0-4D37-89F5-62DD03BFC013}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {BAE0C03A-56E0-4D37-89F5-62DD03BFC013}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {BAE0C03A-56E0-4D37-89F5-62DD03BFC013}.Release|Win32.ActiveCfg = Release|Win32 - {BAE0C03A-56E0-4D37-89F5-62DD03BFC013}.Release|Win32.Build.0 = Release|Win32 - {073E2381-4FDE-4C4D-A117-C489EB17C48B}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {073E2381-4FDE-4C4D-A117-C489EB17C48B}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {073E2381-4FDE-4C4D-A117-C489EB17C48B}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {073E2381-4FDE-4C4D-A117-C489EB17C48B}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {073E2381-4FDE-4C4D-A117-C489EB17C48B}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {073E2381-4FDE-4C4D-A117-C489EB17C48B}.Debug|Win32.ActiveCfg = Debug|Win32 - {073E2381-4FDE-4C4D-A117-C489EB17C48B}.Debug|Win32.Build.0 = Debug|Win32 - {073E2381-4FDE-4C4D-A117-C489EB17C48B}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {073E2381-4FDE-4C4D-A117-C489EB17C48B}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {073E2381-4FDE-4C4D-A117-C489EB17C48B}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {073E2381-4FDE-4C4D-A117-C489EB17C48B}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {073E2381-4FDE-4C4D-A117-C489EB17C48B}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {073E2381-4FDE-4C4D-A117-C489EB17C48B}.Release|Win32.ActiveCfg = Release|Win32 - {073E2381-4FDE-4C4D-A117-C489EB17C48B}.Release|Win32.Build.0 = Release|Win32 - {B64736BD-9245-4F40-961D-EB9822265764}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {B64736BD-9245-4F40-961D-EB9822265764}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {B64736BD-9245-4F40-961D-EB9822265764}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {B64736BD-9245-4F40-961D-EB9822265764}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {B64736BD-9245-4F40-961D-EB9822265764}.Debug|Win32.ActiveCfg = Debug|Win32 - {B64736BD-9245-4F40-961D-EB9822265764}.Debug|Win32.Build.0 = Debug|Win32 - {B64736BD-9245-4F40-961D-EB9822265764}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {B64736BD-9245-4F40-961D-EB9822265764}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {B64736BD-9245-4F40-961D-EB9822265764}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {B64736BD-9245-4F40-961D-EB9822265764}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {B64736BD-9245-4F40-961D-EB9822265764}.Release|Win32.ActiveCfg = Release|Win32 - {B64736BD-9245-4F40-961D-EB9822265764}.Release|Win32.Build.0 = Release|Win32 - {9FECAB79-BC70-4EEA-A23B-B64159F904B3}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {9FECAB79-BC70-4EEA-A23B-B64159F904B3}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {9FECAB79-BC70-4EEA-A23B-B64159F904B3}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {9FECAB79-BC70-4EEA-A23B-B64159F904B3}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {9FECAB79-BC70-4EEA-A23B-B64159F904B3}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {9FECAB79-BC70-4EEA-A23B-B64159F904B3}.Debug|Win32.ActiveCfg = Debug|Win32 - {9FECAB79-BC70-4EEA-A23B-B64159F904B3}.Debug|Win32.Build.0 = Debug|Win32 - {9FECAB79-BC70-4EEA-A23B-B64159F904B3}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {9FECAB79-BC70-4EEA-A23B-B64159F904B3}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {9FECAB79-BC70-4EEA-A23B-B64159F904B3}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {9FECAB79-BC70-4EEA-A23B-B64159F904B3}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {9FECAB79-BC70-4EEA-A23B-B64159F904B3}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {9FECAB79-BC70-4EEA-A23B-B64159F904B3}.Release|Win32.ActiveCfg = Release|Win32 - {9FECAB79-BC70-4EEA-A23B-B64159F904B3}.Release|Win32.Build.0 = Release|Win32 - {042D3628-67F3-4B5C-8BC0-CD9AFA416974}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {042D3628-67F3-4B5C-8BC0-CD9AFA416974}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {042D3628-67F3-4B5C-8BC0-CD9AFA416974}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {042D3628-67F3-4B5C-8BC0-CD9AFA416974}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {042D3628-67F3-4B5C-8BC0-CD9AFA416974}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {042D3628-67F3-4B5C-8BC0-CD9AFA416974}.Debug|Win32.ActiveCfg = Debug|Win32 - {042D3628-67F3-4B5C-8BC0-CD9AFA416974}.Debug|Win32.Build.0 = Debug|Win32 - {042D3628-67F3-4B5C-8BC0-CD9AFA416974}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {042D3628-67F3-4B5C-8BC0-CD9AFA416974}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {042D3628-67F3-4B5C-8BC0-CD9AFA416974}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {042D3628-67F3-4B5C-8BC0-CD9AFA416974}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {042D3628-67F3-4B5C-8BC0-CD9AFA416974}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {042D3628-67F3-4B5C-8BC0-CD9AFA416974}.Release|Win32.ActiveCfg = Release|Win32 - {042D3628-67F3-4B5C-8BC0-CD9AFA416974}.Release|Win32.Build.0 = Release|Win32 - {CAA5A551-006A-4119-8115-FB14692E719F}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {CAA5A551-006A-4119-8115-FB14692E719F}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {CAA5A551-006A-4119-8115-FB14692E719F}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {CAA5A551-006A-4119-8115-FB14692E719F}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {CAA5A551-006A-4119-8115-FB14692E719F}.Debug|Win32.ActiveCfg = Debug|Win32 - {CAA5A551-006A-4119-8115-FB14692E719F}.Debug|Win32.Build.0 = Debug|Win32 - {CAA5A551-006A-4119-8115-FB14692E719F}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {CAA5A551-006A-4119-8115-FB14692E719F}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {CAA5A551-006A-4119-8115-FB14692E719F}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {CAA5A551-006A-4119-8115-FB14692E719F}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {CAA5A551-006A-4119-8115-FB14692E719F}.Release|Win32.ActiveCfg = Release|Win32 - {CAA5A551-006A-4119-8115-FB14692E719F}.Release|Win32.Build.0 = Release|Win32 - {9F0660BC-4582-4D4E-BA83-E2BE5F6BDD45}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {9F0660BC-4582-4D4E-BA83-E2BE5F6BDD45}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {9F0660BC-4582-4D4E-BA83-E2BE5F6BDD45}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {9F0660BC-4582-4D4E-BA83-E2BE5F6BDD45}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {9F0660BC-4582-4D4E-BA83-E2BE5F6BDD45}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {9F0660BC-4582-4D4E-BA83-E2BE5F6BDD45}.Debug|Win32.ActiveCfg = Debug|Win32 - {9F0660BC-4582-4D4E-BA83-E2BE5F6BDD45}.Debug|Win32.Build.0 = Debug|Win32 - {9F0660BC-4582-4D4E-BA83-E2BE5F6BDD45}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {9F0660BC-4582-4D4E-BA83-E2BE5F6BDD45}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {9F0660BC-4582-4D4E-BA83-E2BE5F6BDD45}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {9F0660BC-4582-4D4E-BA83-E2BE5F6BDD45}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {9F0660BC-4582-4D4E-BA83-E2BE5F6BDD45}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {9F0660BC-4582-4D4E-BA83-E2BE5F6BDD45}.Release|Win32.ActiveCfg = Release|Win32 - {9F0660BC-4582-4D4E-BA83-E2BE5F6BDD45}.Release|Win32.Build.0 = Release|Win32 - {FC8F1F56-078E-470D-B252-68EDDE88AA9D}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {FC8F1F56-078E-470D-B252-68EDDE88AA9D}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {FC8F1F56-078E-470D-B252-68EDDE88AA9D}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {FC8F1F56-078E-470D-B252-68EDDE88AA9D}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {FC8F1F56-078E-470D-B252-68EDDE88AA9D}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {FC8F1F56-078E-470D-B252-68EDDE88AA9D}.Debug|Win32.ActiveCfg = Debug|Win32 - {FC8F1F56-078E-470D-B252-68EDDE88AA9D}.Debug|Win32.Build.0 = Debug|Win32 - {FC8F1F56-078E-470D-B252-68EDDE88AA9D}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {FC8F1F56-078E-470D-B252-68EDDE88AA9D}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {FC8F1F56-078E-470D-B252-68EDDE88AA9D}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {FC8F1F56-078E-470D-B252-68EDDE88AA9D}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {FC8F1F56-078E-470D-B252-68EDDE88AA9D}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {FC8F1F56-078E-470D-B252-68EDDE88AA9D}.Release|Win32.ActiveCfg = Release|Win32 - {FC8F1F56-078E-470D-B252-68EDDE88AA9D}.Release|Win32.Build.0 = Release|Win32 - {879E26B2-48DB-47B3-B82F-893696286E6F}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {879E26B2-48DB-47B3-B82F-893696286E6F}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {879E26B2-48DB-47B3-B82F-893696286E6F}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {879E26B2-48DB-47B3-B82F-893696286E6F}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {879E26B2-48DB-47B3-B82F-893696286E6F}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {879E26B2-48DB-47B3-B82F-893696286E6F}.Debug|Win32.ActiveCfg = Debug|Win32 - {879E26B2-48DB-47B3-B82F-893696286E6F}.Debug|Win32.Build.0 = Debug|Win32 - {879E26B2-48DB-47B3-B82F-893696286E6F}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {879E26B2-48DB-47B3-B82F-893696286E6F}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {879E26B2-48DB-47B3-B82F-893696286E6F}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {879E26B2-48DB-47B3-B82F-893696286E6F}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {879E26B2-48DB-47B3-B82F-893696286E6F}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {879E26B2-48DB-47B3-B82F-893696286E6F}.Release|Win32.ActiveCfg = Release|Win32 - {879E26B2-48DB-47B3-B82F-893696286E6F}.Release|Win32.Build.0 = Release|Win32 - {233014D5-F6E5-419D-8757-FA9CE7337088}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {233014D5-F6E5-419D-8757-FA9CE7337088}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {233014D5-F6E5-419D-8757-FA9CE7337088}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {233014D5-F6E5-419D-8757-FA9CE7337088}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {233014D5-F6E5-419D-8757-FA9CE7337088}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {233014D5-F6E5-419D-8757-FA9CE7337088}.Debug|Win32.ActiveCfg = Debug|Win32 - {233014D5-F6E5-419D-8757-FA9CE7337088}.Debug|Win32.Build.0 = Debug|Win32 - {233014D5-F6E5-419D-8757-FA9CE7337088}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {233014D5-F6E5-419D-8757-FA9CE7337088}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {233014D5-F6E5-419D-8757-FA9CE7337088}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {233014D5-F6E5-419D-8757-FA9CE7337088}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {233014D5-F6E5-419D-8757-FA9CE7337088}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {233014D5-F6E5-419D-8757-FA9CE7337088}.Release|Win32.ActiveCfg = Release|Win32 - {233014D5-F6E5-419D-8757-FA9CE7337088}.Release|Win32.Build.0 = Release|Win32 - {D3540754-E0CF-4604-AC11-82DE9BD4D814}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {D3540754-E0CF-4604-AC11-82DE9BD4D814}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {D3540754-E0CF-4604-AC11-82DE9BD4D814}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {D3540754-E0CF-4604-AC11-82DE9BD4D814}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {D3540754-E0CF-4604-AC11-82DE9BD4D814}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {D3540754-E0CF-4604-AC11-82DE9BD4D814}.Debug|Win32.ActiveCfg = Debug|Win32 - {D3540754-E0CF-4604-AC11-82DE9BD4D814}.Debug|Win32.Build.0 = Debug|Win32 - {D3540754-E0CF-4604-AC11-82DE9BD4D814}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {D3540754-E0CF-4604-AC11-82DE9BD4D814}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {D3540754-E0CF-4604-AC11-82DE9BD4D814}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {D3540754-E0CF-4604-AC11-82DE9BD4D814}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {D3540754-E0CF-4604-AC11-82DE9BD4D814}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {D3540754-E0CF-4604-AC11-82DE9BD4D814}.Release|Win32.ActiveCfg = Release|Win32 - {D3540754-E0CF-4604-AC11-82DE9BD4D814}.Release|Win32.Build.0 = Release|Win32 - {4AC7F65D-0DC0-49F9-8B96-AD05F11FF38E}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {4AC7F65D-0DC0-49F9-8B96-AD05F11FF38E}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {4AC7F65D-0DC0-49F9-8B96-AD05F11FF38E}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {4AC7F65D-0DC0-49F9-8B96-AD05F11FF38E}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {4AC7F65D-0DC0-49F9-8B96-AD05F11FF38E}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {4AC7F65D-0DC0-49F9-8B96-AD05F11FF38E}.Debug|Win32.ActiveCfg = Debug|Win32 - {4AC7F65D-0DC0-49F9-8B96-AD05F11FF38E}.Debug|Win32.Build.0 = Debug|Win32 - {4AC7F65D-0DC0-49F9-8B96-AD05F11FF38E}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {4AC7F65D-0DC0-49F9-8B96-AD05F11FF38E}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {4AC7F65D-0DC0-49F9-8B96-AD05F11FF38E}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {4AC7F65D-0DC0-49F9-8B96-AD05F11FF38E}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {4AC7F65D-0DC0-49F9-8B96-AD05F11FF38E}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {4AC7F65D-0DC0-49F9-8B96-AD05F11FF38E}.Release|Win32.ActiveCfg = Release|Win32 - {4AC7F65D-0DC0-49F9-8B96-AD05F11FF38E}.Release|Win32.Build.0 = Release|Win32 - {48E2C7C6-52EB-46FB-8722-00A62F46F497}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {48E2C7C6-52EB-46FB-8722-00A62F46F497}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {48E2C7C6-52EB-46FB-8722-00A62F46F497}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {48E2C7C6-52EB-46FB-8722-00A62F46F497}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {48E2C7C6-52EB-46FB-8722-00A62F46F497}.Debug|Win32.ActiveCfg = Debug|Win32 - {48E2C7C6-52EB-46FB-8722-00A62F46F497}.Debug|Win32.Build.0 = Debug|Win32 - {48E2C7C6-52EB-46FB-8722-00A62F46F497}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {48E2C7C6-52EB-46FB-8722-00A62F46F497}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {48E2C7C6-52EB-46FB-8722-00A62F46F497}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {48E2C7C6-52EB-46FB-8722-00A62F46F497}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {48E2C7C6-52EB-46FB-8722-00A62F46F497}.Release|Win32.ActiveCfg = Release|Win32 - {48E2C7C6-52EB-46FB-8722-00A62F46F497}.Release|Win32.Build.0 = Release|Win32 - {B38E812D-9823-48E7-BE5F-BF09B0AD4165}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {B38E812D-9823-48E7-BE5F-BF09B0AD4165}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {B38E812D-9823-48E7-BE5F-BF09B0AD4165}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {B38E812D-9823-48E7-BE5F-BF09B0AD4165}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {B38E812D-9823-48E7-BE5F-BF09B0AD4165}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {B38E812D-9823-48E7-BE5F-BF09B0AD4165}.Debug|Win32.ActiveCfg = Debug|Win32 - {B38E812D-9823-48E7-BE5F-BF09B0AD4165}.Debug|Win32.Build.0 = Debug|Win32 - {B38E812D-9823-48E7-BE5F-BF09B0AD4165}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {B38E812D-9823-48E7-BE5F-BF09B0AD4165}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {B38E812D-9823-48E7-BE5F-BF09B0AD4165}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {B38E812D-9823-48E7-BE5F-BF09B0AD4165}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {B38E812D-9823-48E7-BE5F-BF09B0AD4165}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {B38E812D-9823-48E7-BE5F-BF09B0AD4165}.Release|Win32.ActiveCfg = Release|Win32 - {B38E812D-9823-48E7-BE5F-BF09B0AD4165}.Release|Win32.Build.0 = Release|Win32 - {A86E6EF8-3683-4AD0-8878-7A0D51326088}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {A86E6EF8-3683-4AD0-8878-7A0D51326088}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {A86E6EF8-3683-4AD0-8878-7A0D51326088}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {A86E6EF8-3683-4AD0-8878-7A0D51326088}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {A86E6EF8-3683-4AD0-8878-7A0D51326088}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {A86E6EF8-3683-4AD0-8878-7A0D51326088}.Debug|Win32.ActiveCfg = Debug|Win32 - {A86E6EF8-3683-4AD0-8878-7A0D51326088}.Debug|Win32.Build.0 = Debug|Win32 - {A86E6EF8-3683-4AD0-8878-7A0D51326088}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {A86E6EF8-3683-4AD0-8878-7A0D51326088}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {A86E6EF8-3683-4AD0-8878-7A0D51326088}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {A86E6EF8-3683-4AD0-8878-7A0D51326088}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {A86E6EF8-3683-4AD0-8878-7A0D51326088}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {A86E6EF8-3683-4AD0-8878-7A0D51326088}.Release|Win32.ActiveCfg = Release|Win32 - {A86E6EF8-3683-4AD0-8878-7A0D51326088}.Release|Win32.Build.0 = Release|Win32 - {3B4108E4-C8FD-4D82-AF4A-F928CCF36A60}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {3B4108E4-C8FD-4D82-AF4A-F928CCF36A60}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {3B4108E4-C8FD-4D82-AF4A-F928CCF36A60}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {3B4108E4-C8FD-4D82-AF4A-F928CCF36A60}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {3B4108E4-C8FD-4D82-AF4A-F928CCF36A60}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {3B4108E4-C8FD-4D82-AF4A-F928CCF36A60}.Debug|Win32.ActiveCfg = Debug|Win32 - {3B4108E4-C8FD-4D82-AF4A-F928CCF36A60}.Debug|Win32.Build.0 = Debug|Win32 - {3B4108E4-C8FD-4D82-AF4A-F928CCF36A60}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {3B4108E4-C8FD-4D82-AF4A-F928CCF36A60}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {3B4108E4-C8FD-4D82-AF4A-F928CCF36A60}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {3B4108E4-C8FD-4D82-AF4A-F928CCF36A60}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {3B4108E4-C8FD-4D82-AF4A-F928CCF36A60}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {3B4108E4-C8FD-4D82-AF4A-F928CCF36A60}.Release|Win32.ActiveCfg = Release|Win32 - {3B4108E4-C8FD-4D82-AF4A-F928CCF36A60}.Release|Win32.Build.0 = Release|Win32 - {A0288B75-0D95-4106-A3A7-779A891E8FEF}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {A0288B75-0D95-4106-A3A7-779A891E8FEF}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {A0288B75-0D95-4106-A3A7-779A891E8FEF}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {A0288B75-0D95-4106-A3A7-779A891E8FEF}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {A0288B75-0D95-4106-A3A7-779A891E8FEF}.Debug|Win32.ActiveCfg = Debug|Win32 - {A0288B75-0D95-4106-A3A7-779A891E8FEF}.Debug|Win32.Build.0 = Debug|Win32 - {A0288B75-0D95-4106-A3A7-779A891E8FEF}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {A0288B75-0D95-4106-A3A7-779A891E8FEF}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {A0288B75-0D95-4106-A3A7-779A891E8FEF}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {A0288B75-0D95-4106-A3A7-779A891E8FEF}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {A0288B75-0D95-4106-A3A7-779A891E8FEF}.Release|Win32.ActiveCfg = Release|Win32 - {A0288B75-0D95-4106-A3A7-779A891E8FEF}.Release|Win32.Build.0 = Release|Win32 - {8162BADA-2FB6-4A71-B998-ABAFAF28E5A8}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {8162BADA-2FB6-4A71-B998-ABAFAF28E5A8}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {8162BADA-2FB6-4A71-B998-ABAFAF28E5A8}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {8162BADA-2FB6-4A71-B998-ABAFAF28E5A8}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {8162BADA-2FB6-4A71-B998-ABAFAF28E5A8}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {8162BADA-2FB6-4A71-B998-ABAFAF28E5A8}.Debug|Win32.ActiveCfg = Debug|Win32 - {8162BADA-2FB6-4A71-B998-ABAFAF28E5A8}.Debug|Win32.Build.0 = Debug|Win32 - {8162BADA-2FB6-4A71-B998-ABAFAF28E5A8}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {8162BADA-2FB6-4A71-B998-ABAFAF28E5A8}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {8162BADA-2FB6-4A71-B998-ABAFAF28E5A8}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {8162BADA-2FB6-4A71-B998-ABAFAF28E5A8}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {8162BADA-2FB6-4A71-B998-ABAFAF28E5A8}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {8162BADA-2FB6-4A71-B998-ABAFAF28E5A8}.Release|Win32.ActiveCfg = Release|Win32 - {8162BADA-2FB6-4A71-B998-ABAFAF28E5A8}.Release|Win32.Build.0 = Release|Win32 - {E2DBD151-9523-4E1A-9478-F3F825668F6E}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {E2DBD151-9523-4E1A-9478-F3F825668F6E}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {E2DBD151-9523-4E1A-9478-F3F825668F6E}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {E2DBD151-9523-4E1A-9478-F3F825668F6E}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {E2DBD151-9523-4E1A-9478-F3F825668F6E}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {E2DBD151-9523-4E1A-9478-F3F825668F6E}.Debug|Win32.ActiveCfg = Debug|Win32 - {E2DBD151-9523-4E1A-9478-F3F825668F6E}.Debug|Win32.Build.0 = Debug|Win32 - {E2DBD151-9523-4E1A-9478-F3F825668F6E}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {E2DBD151-9523-4E1A-9478-F3F825668F6E}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {E2DBD151-9523-4E1A-9478-F3F825668F6E}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {E2DBD151-9523-4E1A-9478-F3F825668F6E}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {E2DBD151-9523-4E1A-9478-F3F825668F6E}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {E2DBD151-9523-4E1A-9478-F3F825668F6E}.Release|Win32.ActiveCfg = Release|Win32 - {E2DBD151-9523-4E1A-9478-F3F825668F6E}.Release|Win32.Build.0 = Release|Win32 - {2B6AB6CD-E7D0-4706-BB4A-DDD7AE1A510D}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {2B6AB6CD-E7D0-4706-BB4A-DDD7AE1A510D}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {2B6AB6CD-E7D0-4706-BB4A-DDD7AE1A510D}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {2B6AB6CD-E7D0-4706-BB4A-DDD7AE1A510D}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {2B6AB6CD-E7D0-4706-BB4A-DDD7AE1A510D}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {2B6AB6CD-E7D0-4706-BB4A-DDD7AE1A510D}.Debug|Win32.ActiveCfg = Debug|Win32 - {2B6AB6CD-E7D0-4706-BB4A-DDD7AE1A510D}.Debug|Win32.Build.0 = Debug|Win32 - {2B6AB6CD-E7D0-4706-BB4A-DDD7AE1A510D}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {2B6AB6CD-E7D0-4706-BB4A-DDD7AE1A510D}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {2B6AB6CD-E7D0-4706-BB4A-DDD7AE1A510D}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {2B6AB6CD-E7D0-4706-BB4A-DDD7AE1A510D}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {2B6AB6CD-E7D0-4706-BB4A-DDD7AE1A510D}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {2B6AB6CD-E7D0-4706-BB4A-DDD7AE1A510D}.Release|Win32.ActiveCfg = Release|Win32 - {2B6AB6CD-E7D0-4706-BB4A-DDD7AE1A510D}.Release|Win32.Build.0 = Release|Win32 - {F346A9A7-CF8D-4409-8776-1D4244F96EF8}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {F346A9A7-CF8D-4409-8776-1D4244F96EF8}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {F346A9A7-CF8D-4409-8776-1D4244F96EF8}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {F346A9A7-CF8D-4409-8776-1D4244F96EF8}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {F346A9A7-CF8D-4409-8776-1D4244F96EF8}.Debug|Win32.ActiveCfg = Debug|Win32 - {F346A9A7-CF8D-4409-8776-1D4244F96EF8}.Debug|Win32.Build.0 = Debug|Win32 - {F346A9A7-CF8D-4409-8776-1D4244F96EF8}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {F346A9A7-CF8D-4409-8776-1D4244F96EF8}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {F346A9A7-CF8D-4409-8776-1D4244F96EF8}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {F346A9A7-CF8D-4409-8776-1D4244F96EF8}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {F346A9A7-CF8D-4409-8776-1D4244F96EF8}.Release|Win32.ActiveCfg = Release|Win32 - {F346A9A7-CF8D-4409-8776-1D4244F96EF8}.Release|Win32.Build.0 = Release|Win32 - {71071F01-C813-4384-BE38-0F4020BCC0EE}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {71071F01-C813-4384-BE38-0F4020BCC0EE}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {71071F01-C813-4384-BE38-0F4020BCC0EE}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {71071F01-C813-4384-BE38-0F4020BCC0EE}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {71071F01-C813-4384-BE38-0F4020BCC0EE}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {71071F01-C813-4384-BE38-0F4020BCC0EE}.Debug|Win32.ActiveCfg = Debug|Win32 - {71071F01-C813-4384-BE38-0F4020BCC0EE}.Debug|Win32.Build.0 = Debug|Win32 - {71071F01-C813-4384-BE38-0F4020BCC0EE}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {71071F01-C813-4384-BE38-0F4020BCC0EE}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {71071F01-C813-4384-BE38-0F4020BCC0EE}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {71071F01-C813-4384-BE38-0F4020BCC0EE}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {71071F01-C813-4384-BE38-0F4020BCC0EE}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {71071F01-C813-4384-BE38-0F4020BCC0EE}.Release|Win32.ActiveCfg = Release|Win32 - {71071F01-C813-4384-BE38-0F4020BCC0EE}.Release|Win32.Build.0 = Release|Win32 - {402A8794-B724-44A3-B608-84B600ECA387}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {402A8794-B724-44A3-B608-84B600ECA387}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {402A8794-B724-44A3-B608-84B600ECA387}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {402A8794-B724-44A3-B608-84B600ECA387}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {402A8794-B724-44A3-B608-84B600ECA387}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {402A8794-B724-44A3-B608-84B600ECA387}.Debug|Win32.ActiveCfg = Debug|Win32 - {402A8794-B724-44A3-B608-84B600ECA387}.Debug|Win32.Build.0 = Debug|Win32 - {402A8794-B724-44A3-B608-84B600ECA387}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {402A8794-B724-44A3-B608-84B600ECA387}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {402A8794-B724-44A3-B608-84B600ECA387}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {402A8794-B724-44A3-B608-84B600ECA387}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {402A8794-B724-44A3-B608-84B600ECA387}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {402A8794-B724-44A3-B608-84B600ECA387}.Release|Win32.ActiveCfg = Release|Win32 - {402A8794-B724-44A3-B608-84B600ECA387}.Release|Win32.Build.0 = Release|Win32 - {464697D2-BA44-446F-8223-1EB3969ED1A8}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {464697D2-BA44-446F-8223-1EB3969ED1A8}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {464697D2-BA44-446F-8223-1EB3969ED1A8}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {464697D2-BA44-446F-8223-1EB3969ED1A8}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {464697D2-BA44-446F-8223-1EB3969ED1A8}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {464697D2-BA44-446F-8223-1EB3969ED1A8}.Debug|Win32.ActiveCfg = Debug|Win32 - {464697D2-BA44-446F-8223-1EB3969ED1A8}.Debug|Win32.Build.0 = Debug|Win32 - {464697D2-BA44-446F-8223-1EB3969ED1A8}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {464697D2-BA44-446F-8223-1EB3969ED1A8}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {464697D2-BA44-446F-8223-1EB3969ED1A8}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {464697D2-BA44-446F-8223-1EB3969ED1A8}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {464697D2-BA44-446F-8223-1EB3969ED1A8}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {464697D2-BA44-446F-8223-1EB3969ED1A8}.Release|Win32.ActiveCfg = Release|Win32 - {464697D2-BA44-446F-8223-1EB3969ED1A8}.Release|Win32.Build.0 = Release|Win32 - {01183543-B182-4E32-9FD6-FC15C847316C}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {01183543-B182-4E32-9FD6-FC15C847316C}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {01183543-B182-4E32-9FD6-FC15C847316C}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {01183543-B182-4E32-9FD6-FC15C847316C}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {01183543-B182-4E32-9FD6-FC15C847316C}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {01183543-B182-4E32-9FD6-FC15C847316C}.Debug|Win32.ActiveCfg = Debug|Win32 - {01183543-B182-4E32-9FD6-FC15C847316C}.Debug|Win32.Build.0 = Debug|Win32 - {01183543-B182-4E32-9FD6-FC15C847316C}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {01183543-B182-4E32-9FD6-FC15C847316C}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {01183543-B182-4E32-9FD6-FC15C847316C}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {01183543-B182-4E32-9FD6-FC15C847316C}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {01183543-B182-4E32-9FD6-FC15C847316C}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {01183543-B182-4E32-9FD6-FC15C847316C}.Release|Win32.ActiveCfg = Release|Win32 - {01183543-B182-4E32-9FD6-FC15C847316C}.Release|Win32.Build.0 = Release|Win32 - {4258687D-4905-46A6-9407-08F4F8A81CC0}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {4258687D-4905-46A6-9407-08F4F8A81CC0}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {4258687D-4905-46A6-9407-08F4F8A81CC0}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {4258687D-4905-46A6-9407-08F4F8A81CC0}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {4258687D-4905-46A6-9407-08F4F8A81CC0}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {4258687D-4905-46A6-9407-08F4F8A81CC0}.Debug|Win32.ActiveCfg = Debug|Win32 - {4258687D-4905-46A6-9407-08F4F8A81CC0}.Debug|Win32.Build.0 = Debug|Win32 - {4258687D-4905-46A6-9407-08F4F8A81CC0}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {4258687D-4905-46A6-9407-08F4F8A81CC0}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {4258687D-4905-46A6-9407-08F4F8A81CC0}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {4258687D-4905-46A6-9407-08F4F8A81CC0}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {4258687D-4905-46A6-9407-08F4F8A81CC0}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {4258687D-4905-46A6-9407-08F4F8A81CC0}.Release|Win32.ActiveCfg = Release|Win32 - {4258687D-4905-46A6-9407-08F4F8A81CC0}.Release|Win32.Build.0 = Release|Win32 - {E08DA5C2-9D97-4CD3-BB13-6FD6BA4458D6}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {E08DA5C2-9D97-4CD3-BB13-6FD6BA4458D6}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {E08DA5C2-9D97-4CD3-BB13-6FD6BA4458D6}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {E08DA5C2-9D97-4CD3-BB13-6FD6BA4458D6}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {E08DA5C2-9D97-4CD3-BB13-6FD6BA4458D6}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {E08DA5C2-9D97-4CD3-BB13-6FD6BA4458D6}.Debug|Win32.ActiveCfg = Debug|Win32 - {E08DA5C2-9D97-4CD3-BB13-6FD6BA4458D6}.Debug|Win32.Build.0 = Debug|Win32 - {E08DA5C2-9D97-4CD3-BB13-6FD6BA4458D6}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {E08DA5C2-9D97-4CD3-BB13-6FD6BA4458D6}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {E08DA5C2-9D97-4CD3-BB13-6FD6BA4458D6}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {E08DA5C2-9D97-4CD3-BB13-6FD6BA4458D6}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {E08DA5C2-9D97-4CD3-BB13-6FD6BA4458D6}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {E08DA5C2-9D97-4CD3-BB13-6FD6BA4458D6}.Release|Win32.ActiveCfg = Release|Win32 - {E08DA5C2-9D97-4CD3-BB13-6FD6BA4458D6}.Release|Win32.Build.0 = Release|Win32 - {1DE72B1E-0DD6-4AFD-95E9-D23ACAB31812}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {1DE72B1E-0DD6-4AFD-95E9-D23ACAB31812}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {1DE72B1E-0DD6-4AFD-95E9-D23ACAB31812}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {1DE72B1E-0DD6-4AFD-95E9-D23ACAB31812}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {1DE72B1E-0DD6-4AFD-95E9-D23ACAB31812}.Debug|Win32.ActiveCfg = Debug|Win32 - {1DE72B1E-0DD6-4AFD-95E9-D23ACAB31812}.Debug|Win32.Build.0 = Debug|Win32 - {1DE72B1E-0DD6-4AFD-95E9-D23ACAB31812}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {1DE72B1E-0DD6-4AFD-95E9-D23ACAB31812}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {1DE72B1E-0DD6-4AFD-95E9-D23ACAB31812}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {1DE72B1E-0DD6-4AFD-95E9-D23ACAB31812}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {1DE72B1E-0DD6-4AFD-95E9-D23ACAB31812}.Release|Win32.ActiveCfg = Release|Win32 - {1DE72B1E-0DD6-4AFD-95E9-D23ACAB31812}.Release|Win32.Build.0 = Release|Win32 - {F9AF60FE-C2F2-4D94-9667-E4FCC6FAA466}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {F9AF60FE-C2F2-4D94-9667-E4FCC6FAA466}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {F9AF60FE-C2F2-4D94-9667-E4FCC6FAA466}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {F9AF60FE-C2F2-4D94-9667-E4FCC6FAA466}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {F9AF60FE-C2F2-4D94-9667-E4FCC6FAA466}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {F9AF60FE-C2F2-4D94-9667-E4FCC6FAA466}.Debug|Win32.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {F9AF60FE-C2F2-4D94-9667-E4FCC6FAA466}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {F9AF60FE-C2F2-4D94-9667-E4FCC6FAA466}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {F9AF60FE-C2F2-4D94-9667-E4FCC6FAA466}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {F9AF60FE-C2F2-4D94-9667-E4FCC6FAA466}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {F9AF60FE-C2F2-4D94-9667-E4FCC6FAA466}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {F9AF60FE-C2F2-4D94-9667-E4FCC6FAA466}.Release|Win32.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {CAA7EF3E-C7F4-4F8A-9E17-9A06DEF9E717}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32 - {CAA7EF3E-C7F4-4F8A-9E17-9A06DEF9E717}.Debug|Mixed Platforms.Build.0 = Debug|Win32 - {CAA7EF3E-C7F4-4F8A-9E17-9A06DEF9E717}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {CAA7EF3E-C7F4-4F8A-9E17-9A06DEF9E717}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {CAA7EF3E-C7F4-4F8A-9E17-9A06DEF9E717}.Debug|Smartphone 2003 (ARMV4).Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {CAA7EF3E-C7F4-4F8A-9E17-9A06DEF9E717}.Debug|Win32.ActiveCfg = Debug|Win32 - {CAA7EF3E-C7F4-4F8A-9E17-9A06DEF9E717}.Release|Mixed Platforms.ActiveCfg = Release|Win32 - {CAA7EF3E-C7F4-4F8A-9E17-9A06DEF9E717}.Release|Mixed Platforms.Build.0 = Release|Win32 - {CAA7EF3E-C7F4-4F8A-9E17-9A06DEF9E717}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {CAA7EF3E-C7F4-4F8A-9E17-9A06DEF9E717}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {CAA7EF3E-C7F4-4F8A-9E17-9A06DEF9E717}.Release|Smartphone 2003 (ARMV4).Deploy.0 = Release|Smartphone 2003 (ARMV4) - {CAA7EF3E-C7F4-4F8A-9E17-9A06DEF9E717}.Release|Win32.ActiveCfg = Release|Win32 - {CAA7EF3E-C7F4-4F8A-9E17-9A06DEF9E717}.Release|Win32.Build.0 = Release|Win32 - {27F7FDF4-479B-47B5-BFEA-12E9EA41F663}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {27F7FDF4-479B-47B5-BFEA-12E9EA41F663}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {27F7FDF4-479B-47B5-BFEA-12E9EA41F663}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {27F7FDF4-479B-47B5-BFEA-12E9EA41F663}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {27F7FDF4-479B-47B5-BFEA-12E9EA41F663}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {27F7FDF4-479B-47B5-BFEA-12E9EA41F663}.Debug|Win32.ActiveCfg = Debug|Win32 - {27F7FDF4-479B-47B5-BFEA-12E9EA41F663}.Debug|Win32.Build.0 = Debug|Win32 - {27F7FDF4-479B-47B5-BFEA-12E9EA41F663}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {27F7FDF4-479B-47B5-BFEA-12E9EA41F663}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {27F7FDF4-479B-47B5-BFEA-12E9EA41F663}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {27F7FDF4-479B-47B5-BFEA-12E9EA41F663}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {27F7FDF4-479B-47B5-BFEA-12E9EA41F663}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {27F7FDF4-479B-47B5-BFEA-12E9EA41F663}.Release|Win32.ActiveCfg = Release|Win32 - {27F7FDF4-479B-47B5-BFEA-12E9EA41F663}.Release|Win32.Build.0 = Release|Win32 - {C993119B-29B1-49C8-8EA3-A9ABF633164E}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {C993119B-29B1-49C8-8EA3-A9ABF633164E}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {C993119B-29B1-49C8-8EA3-A9ABF633164E}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {C993119B-29B1-49C8-8EA3-A9ABF633164E}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {C993119B-29B1-49C8-8EA3-A9ABF633164E}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {C993119B-29B1-49C8-8EA3-A9ABF633164E}.Debug|Win32.ActiveCfg = Debug|Win32 - {C993119B-29B1-49C8-8EA3-A9ABF633164E}.Debug|Win32.Build.0 = Debug|Win32 - {C993119B-29B1-49C8-8EA3-A9ABF633164E}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {C993119B-29B1-49C8-8EA3-A9ABF633164E}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {C993119B-29B1-49C8-8EA3-A9ABF633164E}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {C993119B-29B1-49C8-8EA3-A9ABF633164E}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {C993119B-29B1-49C8-8EA3-A9ABF633164E}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {C993119B-29B1-49C8-8EA3-A9ABF633164E}.Release|Smartphone 2003 (ARMV4).Deploy.0 = Release|Smartphone 2003 (ARMV4) - {C993119B-29B1-49C8-8EA3-A9ABF633164E}.Release|Win32.ActiveCfg = Release|Win32 - {C993119B-29B1-49C8-8EA3-A9ABF633164E}.Release|Win32.Build.0 = Release|Win32 - {694C765F-DFD6-467E-A813-B3F887E822D4}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {694C765F-DFD6-467E-A813-B3F887E822D4}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {694C765F-DFD6-467E-A813-B3F887E822D4}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {694C765F-DFD6-467E-A813-B3F887E822D4}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {694C765F-DFD6-467E-A813-B3F887E822D4}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {694C765F-DFD6-467E-A813-B3F887E822D4}.Debug|Win32.ActiveCfg = Debug|Win32 - {694C765F-DFD6-467E-A813-B3F887E822D4}.Debug|Win32.Build.0 = Debug|Win32 - {694C765F-DFD6-467E-A813-B3F887E822D4}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {694C765F-DFD6-467E-A813-B3F887E822D4}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {694C765F-DFD6-467E-A813-B3F887E822D4}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {694C765F-DFD6-467E-A813-B3F887E822D4}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {694C765F-DFD6-467E-A813-B3F887E822D4}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {694C765F-DFD6-467E-A813-B3F887E822D4}.Release|Smartphone 2003 (ARMV4).Deploy.0 = Release|Smartphone 2003 (ARMV4) - {694C765F-DFD6-467E-A813-B3F887E822D4}.Release|Win32.ActiveCfg = Release|Win32 - {694C765F-DFD6-467E-A813-B3F887E822D4}.Release|Win32.Build.0 = Release|Win32 - {07D6FB42-0F4F-487A-BCBA-EC4BBF5CB160}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {07D6FB42-0F4F-487A-BCBA-EC4BBF5CB160}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {07D6FB42-0F4F-487A-BCBA-EC4BBF5CB160}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {07D6FB42-0F4F-487A-BCBA-EC4BBF5CB160}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {07D6FB42-0F4F-487A-BCBA-EC4BBF5CB160}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {07D6FB42-0F4F-487A-BCBA-EC4BBF5CB160}.Debug|Smartphone 2003 (ARMV4).Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {07D6FB42-0F4F-487A-BCBA-EC4BBF5CB160}.Debug|Win32.ActiveCfg = Debug|Win32 - {07D6FB42-0F4F-487A-BCBA-EC4BBF5CB160}.Debug|Win32.Build.0 = Debug|Win32 - {07D6FB42-0F4F-487A-BCBA-EC4BBF5CB160}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {07D6FB42-0F4F-487A-BCBA-EC4BBF5CB160}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {07D6FB42-0F4F-487A-BCBA-EC4BBF5CB160}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {07D6FB42-0F4F-487A-BCBA-EC4BBF5CB160}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {07D6FB42-0F4F-487A-BCBA-EC4BBF5CB160}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {07D6FB42-0F4F-487A-BCBA-EC4BBF5CB160}.Release|Smartphone 2003 (ARMV4).Deploy.0 = Release|Smartphone 2003 (ARMV4) - {07D6FB42-0F4F-487A-BCBA-EC4BBF5CB160}.Release|Win32.ActiveCfg = Release|Win32 - {07D6FB42-0F4F-487A-BCBA-EC4BBF5CB160}.Release|Win32.Build.0 = Release|Win32 - {073E2281-4FDE-4C4D-A217-C489DB17C48C}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {073E2281-4FDE-4C4D-A217-C489DB17C48C}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {073E2281-4FDE-4C4D-A217-C489DB17C48C}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {073E2281-4FDE-4C4D-A217-C489DB17C48C}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {073E2281-4FDE-4C4D-A217-C489DB17C48C}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {073E2281-4FDE-4C4D-A217-C489DB17C48C}.Debug|Win32.ActiveCfg = Debug|Win32 - {073E2281-4FDE-4C4D-A217-C489DB17C48C}.Debug|Win32.Build.0 = Debug|Win32 - {073E2281-4FDE-4C4D-A217-C489DB17C48C}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {073E2281-4FDE-4C4D-A217-C489DB17C48C}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {073E2281-4FDE-4C4D-A217-C489DB17C48C}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {073E2281-4FDE-4C4D-A217-C489DB17C48C}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {073E2281-4FDE-4C4D-A217-C489DB17C48C}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {073E2281-4FDE-4C4D-A217-C489DB17C48C}.Release|Smartphone 2003 (ARMV4).Deploy.0 = Release|Smartphone 2003 (ARMV4) - {073E2281-4FDE-4C4D-A217-C489DB17C48C}.Release|Win32.ActiveCfg = Release|Win32 - {073E2281-4FDE-4C4D-A217-C489DB17C48C}.Release|Win32.Build.0 = Release|Win32 - {073E2381-4FDE-4C4D-A117-C489DB17C48C}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {073E2381-4FDE-4C4D-A117-C489DB17C48C}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {073E2381-4FDE-4C4D-A117-C489DB17C48C}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {073E2381-4FDE-4C4D-A117-C489DB17C48C}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {073E2381-4FDE-4C4D-A117-C489DB17C48C}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {073E2381-4FDE-4C4D-A117-C489DB17C48C}.Debug|Smartphone 2003 (ARMV4).Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {073E2381-4FDE-4C4D-A117-C489DB17C48C}.Debug|Win32.ActiveCfg = Debug|Win32 - {073E2381-4FDE-4C4D-A117-C489DB17C48C}.Debug|Win32.Build.0 = Debug|Win32 - {073E2381-4FDE-4C4D-A117-C489DB17C48C}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {073E2381-4FDE-4C4D-A117-C489DB17C48C}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {073E2381-4FDE-4C4D-A117-C489DB17C48C}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {073E2381-4FDE-4C4D-A117-C489DB17C48C}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {073E2381-4FDE-4C4D-A117-C489DB17C48C}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {073E2381-4FDE-4C4D-A117-C489DB17C48C}.Release|Smartphone 2003 (ARMV4).Deploy.0 = Release|Smartphone 2003 (ARMV4) - {073E2381-4FDE-4C4D-A117-C489DB17C48C}.Release|Win32.ActiveCfg = Release|Win32 - {073E2381-4FDE-4C4D-A117-C489DB17C48C}.Release|Win32.Build.0 = Release|Win32 - {073E2381-4FDE-4C4D-B217-C489EB17C48B}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {073E2381-4FDE-4C4D-B217-C489EB17C48B}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {073E2381-4FDE-4C4D-B217-C489EB17C48B}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {073E2381-4FDE-4C4D-B217-C489EB17C48B}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {073E2381-4FDE-4C4D-B217-C489EB17C48B}.Debug|Win32.ActiveCfg = Debug|Win32 - {073E2381-4FDE-4C4D-B217-C489EB17C48B}.Debug|Win32.Build.0 = Debug|Win32 - {073E2381-4FDE-4C4D-B217-C489EB17C48B}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {073E2381-4FDE-4C4D-B217-C489EB17C48B}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {073E2381-4FDE-4C4D-B217-C489EB17C48B}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {073E2381-4FDE-4C4D-B217-C489EB17C48B}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {073E2381-4FDE-4C4D-B217-C489EB17C48B}.Release|Win32.ActiveCfg = Release|Win32 - {073E2381-4FDE-4C4D-B217-C489EB17C48B}.Release|Win32.Build.0 = Release|Win32 - {B1AEFA90-318F-459C-96EE-B4DFF3318B7B}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {B1AEFA90-318F-459C-96EE-B4DFF3318B7B}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {B1AEFA90-318F-459C-96EE-B4DFF3318B7B}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {B1AEFA90-318F-459C-96EE-B4DFF3318B7B}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {B1AEFA90-318F-459C-96EE-B4DFF3318B7B}.Debug|Win32.ActiveCfg = Debug|Win32 - {B1AEFA90-318F-459C-96EE-B4DFF3318B7B}.Debug|Win32.Build.0 = Debug|Win32 - {B1AEFA90-318F-459C-96EE-B4DFF3318B7B}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {B1AEFA90-318F-459C-96EE-B4DFF3318B7B}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {B1AEFA90-318F-459C-96EE-B4DFF3318B7B}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {B1AEFA90-318F-459C-96EE-B4DFF3318B7B}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {B1AEFA90-318F-459C-96EE-B4DFF3318B7B}.Release|Win32.ActiveCfg = Release|Win32 - {B1AEFA90-318F-459C-96EE-B4DFF3318B7B}.Release|Win32.Build.0 = Release|Win32 - {5ED5A1C8-DB34-4089-8E53-EFB225754D02}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {5ED5A1C8-DB34-4089-8E53-EFB225754D02}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {5ED5A1C8-DB34-4089-8E53-EFB225754D02}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {5ED5A1C8-DB34-4089-8E53-EFB225754D02}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {5ED5A1C8-DB34-4089-8E53-EFB225754D02}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {5ED5A1C8-DB34-4089-8E53-EFB225754D02}.Debug|Smartphone 2003 (ARMV4).Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {5ED5A1C8-DB34-4089-8E53-EFB225754D02}.Debug|Win32.ActiveCfg = Debug|Win32 - {5ED5A1C8-DB34-4089-8E53-EFB225754D02}.Debug|Win32.Build.0 = Debug|Win32 - {5ED5A1C8-DB34-4089-8E53-EFB225754D02}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {5ED5A1C8-DB34-4089-8E53-EFB225754D02}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {5ED5A1C8-DB34-4089-8E53-EFB225754D02}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {5ED5A1C8-DB34-4089-8E53-EFB225754D02}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {5ED5A1C8-DB34-4089-8E53-EFB225754D02}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {5ED5A1C8-DB34-4089-8E53-EFB225754D02}.Release|Smartphone 2003 (ARMV4).Deploy.0 = Release|Smartphone 2003 (ARMV4) - {5ED5A1C8-DB34-4089-8E53-EFB225754D02}.Release|Win32.ActiveCfg = Release|Win32 - {5ED5A1C8-DB34-4089-8E53-EFB225754D02}.Release|Win32.Build.0 = Release|Win32 - {5D3983BF-143F-49C3-9284-89778282AEFE}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {5D3983BF-143F-49C3-9284-89778282AEFE}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {5D3983BF-143F-49C3-9284-89778282AEFE}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {5D3983BF-143F-49C3-9284-89778282AEFE}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {5D3983BF-143F-49C3-9284-89778282AEFE}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {5D3983BF-143F-49C3-9284-89778282AEFE}.Debug|Smartphone 2003 (ARMV4).Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {5D3983BF-143F-49C3-9284-89778282AEFE}.Debug|Win32.ActiveCfg = Debug|Win32 - {5D3983BF-143F-49C3-9284-89778282AEFE}.Debug|Win32.Build.0 = Debug|Win32 - {5D3983BF-143F-49C3-9284-89778282AEFE}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {5D3983BF-143F-49C3-9284-89778282AEFE}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {5D3983BF-143F-49C3-9284-89778282AEFE}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {5D3983BF-143F-49C3-9284-89778282AEFE}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {5D3983BF-143F-49C3-9284-89778282AEFE}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {5D3983BF-143F-49C3-9284-89778282AEFE}.Release|Smartphone 2003 (ARMV4).Deploy.0 = Release|Smartphone 2003 (ARMV4) - {5D3983BF-143F-49C3-9284-89778282AEFE}.Release|Win32.ActiveCfg = Release|Win32 - {5D3983BF-143F-49C3-9284-89778282AEFE}.Release|Win32.Build.0 = Release|Win32 - {F728CC74-A7D0-43D2-8A28-05CE9F2EF0D0}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32 - {F728CC74-A7D0-43D2-8A28-05CE9F2EF0D0}.Debug|Mixed Platforms.Build.0 = Debug|Win32 - {F728CC74-A7D0-43D2-8A28-05CE9F2EF0D0}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Win32 - {F728CC74-A7D0-43D2-8A28-05CE9F2EF0D0}.Debug|Win32.ActiveCfg = Debug|Win32 - {F728CC74-A7D0-43D2-8A28-05CE9F2EF0D0}.Debug|Win32.Build.0 = Debug|Win32 - {F728CC74-A7D0-43D2-8A28-05CE9F2EF0D0}.Release|Mixed Platforms.ActiveCfg = Release|Win32 - {F728CC74-A7D0-43D2-8A28-05CE9F2EF0D0}.Release|Mixed Platforms.Build.0 = Release|Win32 - {F728CC74-A7D0-43D2-8A28-05CE9F2EF0D0}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Win32 - {F728CC74-A7D0-43D2-8A28-05CE9F2EF0D0}.Release|Win32.ActiveCfg = Release|Win32 - {F728CC74-A7D0-43D2-8A28-05CE9F2EF0D0}.Release|Win32.Build.0 = Release|Win32 - {72486240-A124-496E-A67A-E76FEC7E99BE}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {72486240-A124-496E-A67A-E76FEC7E99BE}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {72486240-A124-496E-A67A-E76FEC7E99BE}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {72486240-A124-496E-A67A-E76FEC7E99BE}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {72486240-A124-496E-A67A-E76FEC7E99BE}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {72486240-A124-496E-A67A-E76FEC7E99BE}.Debug|Win32.ActiveCfg = Debug|Win32 - {72486240-A124-496E-A67A-E76FEC7E99BE}.Debug|Win32.Build.0 = Debug|Win32 - {72486240-A124-496E-A67A-E76FEC7E99BE}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {72486240-A124-496E-A67A-E76FEC7E99BE}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {72486240-A124-496E-A67A-E76FEC7E99BE}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {72486240-A124-496E-A67A-E76FEC7E99BE}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {72486240-A124-496E-A67A-E76FEC7E99BE}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {72486240-A124-496E-A67A-E76FEC7E99BE}.Release|Win32.ActiveCfg = Release|Win32 - {72486240-A124-496E-A67A-E76FEC7E99BE}.Release|Win32.Build.0 = Release|Win32 - {41B1DAF0-D7ED-4934-B915-05DBB0EE6B0E}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32 - {41B1DAF0-D7ED-4934-B915-05DBB0EE6B0E}.Debug|Mixed Platforms.Build.0 = Debug|Win32 - {41B1DAF0-D7ED-4934-B915-05DBB0EE6B0E}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {41B1DAF0-D7ED-4934-B915-05DBB0EE6B0E}.Debug|Win32.ActiveCfg = Debug|Win32 - {41B1DAF0-D7ED-4934-B915-05DBB0EE6B0E}.Debug|Win32.Build.0 = Debug|Win32 - {41B1DAF0-D7ED-4934-B915-05DBB0EE6B0E}.Release|Mixed Platforms.ActiveCfg = Release|Win32 - {41B1DAF0-D7ED-4934-B915-05DBB0EE6B0E}.Release|Mixed Platforms.Build.0 = Release|Win32 - {41B1DAF0-D7ED-4934-B915-05DBB0EE6B0E}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Win32 - {41B1DAF0-D7ED-4934-B915-05DBB0EE6B0E}.Release|Win32.ActiveCfg = Release|Win32 - {41B1DAF0-D7ED-4934-B915-05DBB0EE6B0E}.Release|Win32.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/build/msvc8/gpac_js.vcproj b/build/msvc8/gpac_js.vcproj deleted file mode 100644 index b8cae4d..0000000 --- a/build/msvc8/gpac_js.vcproj +++ /dev/null @@ -1,462 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc8/hyb_in.vcproj b/build/msvc8/hyb_in.vcproj deleted file mode 100644 index 69d04d6..0000000 --- a/build/msvc8/hyb_in.vcproj +++ /dev/null @@ -1,358 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc8/img_in.vcproj b/build/msvc8/img_in.vcproj deleted file mode 100644 index 167561e..0000000 --- a/build/msvc8/img_in.vcproj +++ /dev/null @@ -1,626 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc8/ismacryp.vcproj b/build/msvc8/ismacryp.vcproj deleted file mode 100644 index d24bd95..0000000 --- a/build/msvc8/ismacryp.vcproj +++ /dev/null @@ -1,452 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc8/isom_in.vcproj b/build/msvc8/isom_in.vcproj deleted file mode 100644 index aa31fe0..0000000 --- a/build/msvc8/isom_in.vcproj +++ /dev/null @@ -1,578 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc8/laser_dec.vcproj b/build/msvc8/laser_dec.vcproj deleted file mode 100644 index ced1d7a..0000000 --- a/build/msvc8/laser_dec.vcproj +++ /dev/null @@ -1,450 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc8/libgpac.vcproj b/build/msvc8/libgpac.vcproj deleted file mode 100644 index e0c6669..0000000 --- a/build/msvc8/libgpac.vcproj +++ /dev/null @@ -1,6565 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc8/libgpac_dll.vcproj b/build/msvc8/libgpac_dll.vcproj deleted file mode 100644 index 850a717..0000000 --- a/build/msvc8/libgpac_dll.vcproj +++ /dev/null @@ -1,430 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc8/m3u82mpd.vcproj b/build/msvc8/m3u82mpd.vcproj deleted file mode 100644 index b25ea7c..0000000 --- a/build/msvc8/m3u82mpd.vcproj +++ /dev/null @@ -1,413 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc8/m3u8_in.vcproj b/build/msvc8/m3u8_in.vcproj deleted file mode 100644 index 4dd9f3a..0000000 --- a/build/msvc8/m3u8_in.vcproj +++ /dev/null @@ -1,218 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc8/mp3_in.vcproj b/build/msvc8/mp3_in.vcproj deleted file mode 100644 index 22bff34..0000000 --- a/build/msvc8/mp3_in.vcproj +++ /dev/null @@ -1,498 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc8/mp4box.vcproj b/build/msvc8/mp4box.vcproj deleted file mode 100644 index b5d91da..0000000 --- a/build/msvc8/mp4box.vcproj +++ /dev/null @@ -1,526 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc8/mp4client.vcproj b/build/msvc8/mp4client.vcproj deleted file mode 100644 index 858bd53..0000000 --- a/build/msvc8/mp4client.vcproj +++ /dev/null @@ -1,482 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc8/mpd_in.vcproj b/build/msvc8/mpd_in.vcproj deleted file mode 100644 index 01680d9..0000000 --- a/build/msvc8/mpd_in.vcproj +++ /dev/null @@ -1,327 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc8/mpegts_in.vcproj b/build/msvc8/mpegts_in.vcproj deleted file mode 100644 index bf67bf8..0000000 --- a/build/msvc8/mpegts_in.vcproj +++ /dev/null @@ -1,452 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc8/odf_dec.vcproj b/build/msvc8/odf_dec.vcproj deleted file mode 100644 index 4af4c5a..0000000 --- a/build/msvc8/odf_dec.vcproj +++ /dev/null @@ -1,451 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc8/ogg.vcproj b/build/msvc8/ogg.vcproj deleted file mode 100644 index a7beb25..0000000 --- a/build/msvc8/ogg.vcproj +++ /dev/null @@ -1,582 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc8/opencv_is.vcproj b/build/msvc8/opencv_is.vcproj deleted file mode 100644 index b2c0642..0000000 --- a/build/msvc8/opencv_is.vcproj +++ /dev/null @@ -1,577 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc8/opensvc.vcproj b/build/msvc8/opensvc.vcproj deleted file mode 100644 index 6874e79..0000000 --- a/build/msvc8/opensvc.vcproj +++ /dev/null @@ -1,455 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc8/osmophone.vcproj b/build/msvc8/osmophone.vcproj deleted file mode 100644 index af5755c..0000000 --- a/build/msvc8/osmophone.vcproj +++ /dev/null @@ -1,586 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc8/osmozilla.vcproj b/build/msvc8/osmozilla.vcproj deleted file mode 100644 index cabc7e8..0000000 --- a/build/msvc8/osmozilla.vcproj +++ /dev/null @@ -1,488 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc8/platinum.vcproj b/build/msvc8/platinum.vcproj deleted file mode 100644 index f572f27..0000000 --- a/build/msvc8/platinum.vcproj +++ /dev/null @@ -1,466 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc8/raw_out.vcproj b/build/msvc8/raw_out.vcproj deleted file mode 100644 index 9ac78e4..0000000 --- a/build/msvc8/raw_out.vcproj +++ /dev/null @@ -1,452 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc8/redirect_av.vcproj b/build/msvc8/redirect_av.vcproj deleted file mode 100644 index a4b1bb0..0000000 --- a/build/msvc8/redirect_av.vcproj +++ /dev/null @@ -1,459 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc8/rtp_in.vcproj b/build/msvc8/rtp_in.vcproj deleted file mode 100644 index e424b89..0000000 --- a/build/msvc8/rtp_in.vcproj +++ /dev/null @@ -1,656 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc8/rvc_dec.vcproj b/build/msvc8/rvc_dec.vcproj deleted file mode 100644 index 06e89cb..0000000 --- a/build/msvc8/rvc_dec.vcproj +++ /dev/null @@ -1,453 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc8/saf_in.vcproj b/build/msvc8/saf_in.vcproj deleted file mode 100644 index b95a1b8..0000000 --- a/build/msvc8/saf_in.vcproj +++ /dev/null @@ -1,457 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc8/sdl_out.vcproj b/build/msvc8/sdl_out.vcproj deleted file mode 100644 index a3091d1..0000000 --- a/build/msvc8/sdl_out.vcproj +++ /dev/null @@ -1,582 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc8/soft_raster.vcproj b/build/msvc8/soft_raster.vcproj deleted file mode 100644 index 0389eff..0000000 --- a/build/msvc8/soft_raster.vcproj +++ /dev/null @@ -1,694 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc8/svg_in.vcproj b/build/msvc8/svg_in.vcproj deleted file mode 100644 index 5d25d90..0000000 --- a/build/msvc8/svg_in.vcproj +++ /dev/null @@ -1,458 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc8/timedtext.vcproj b/build/msvc8/timedtext.vcproj deleted file mode 100644 index 7f19b5e..0000000 --- a/build/msvc8/timedtext.vcproj +++ /dev/null @@ -1,492 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc8/ui_rec.vcproj b/build/msvc8/ui_rec.vcproj deleted file mode 100644 index f4a51a5..0000000 --- a/build/msvc8/ui_rec.vcproj +++ /dev/null @@ -1,451 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc8/validator.vcproj b/build/msvc8/validator.vcproj deleted file mode 100644 index d06fb9c..0000000 --- a/build/msvc8/validator.vcproj +++ /dev/null @@ -1,574 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc8/wav_out.vcproj b/build/msvc8/wav_out.vcproj deleted file mode 100644 index 1f93af7..0000000 --- a/build/msvc8/wav_out.vcproj +++ /dev/null @@ -1,454 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc8/widgetman.vcproj b/build/msvc8/widgetman.vcproj deleted file mode 100644 index 820ed3a..0000000 --- a/build/msvc8/widgetman.vcproj +++ /dev/null @@ -1,447 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc8/wiiis.vcproj b/build/msvc8/wiiis.vcproj deleted file mode 100644 index b6c0193..0000000 --- a/build/msvc8/wiiis.vcproj +++ /dev/null @@ -1,578 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc8/wxOsmo4.vcproj b/build/msvc8/wxOsmo4.vcproj deleted file mode 100644 index dbe64f2..0000000 --- a/build/msvc8/wxOsmo4.vcproj +++ /dev/null @@ -1,388 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc8/xvid_dec.vcproj b/build/msvc8/xvid_dec.vcproj deleted file mode 100644 index e0e9bc1..0000000 --- a/build/msvc8/xvid_dec.vcproj +++ /dev/null @@ -1,1237 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc9/GPAX.vcproj b/build/msvc9/GPAX.vcproj deleted file mode 100644 index f630067..0000000 --- a/build/msvc9/GPAX.vcproj +++ /dev/null @@ -1,658 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc9/Osmo4.vcproj b/build/msvc9/Osmo4.vcproj deleted file mode 100644 index 3aa291a..0000000 --- a/build/msvc9/Osmo4.vcproj +++ /dev/null @@ -1,901 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc9/V4Studio.vcproj b/build/msvc9/V4Studio.vcproj deleted file mode 100644 index 5594bd3..0000000 --- a/build/msvc9/V4Studio.vcproj +++ /dev/null @@ -1,922 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc9/aac_in.vcproj b/build/msvc9/aac_in.vcproj deleted file mode 100644 index 6d4dc1c..0000000 --- a/build/msvc9/aac_in.vcproj +++ /dev/null @@ -1,508 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc9/ac3_in.vcproj b/build/msvc9/ac3_in.vcproj deleted file mode 100644 index 1cc809c..0000000 --- a/build/msvc9/ac3_in.vcproj +++ /dev/null @@ -1,431 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc9/amr_dec.vcproj b/build/msvc9/amr_dec.vcproj deleted file mode 100644 index 8b7515b..0000000 --- a/build/msvc9/amr_dec.vcproj +++ /dev/null @@ -1,5331 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc9/amr_float_dec.vcproj b/build/msvc9/amr_float_dec.vcproj deleted file mode 100644 index 5c33410..0000000 --- a/build/msvc9/amr_float_dec.vcproj +++ /dev/null @@ -1,1449 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc9/audio_filter.vcproj b/build/msvc9/audio_filter.vcproj deleted file mode 100644 index 80eede9..0000000 --- a/build/msvc9/audio_filter.vcproj +++ /dev/null @@ -1,460 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc9/bifs_dec.vcproj b/build/msvc9/bifs_dec.vcproj deleted file mode 100644 index af0f677..0000000 --- a/build/msvc9/bifs_dec.vcproj +++ /dev/null @@ -1,460 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc9/ctx_load.vcproj b/build/msvc9/ctx_load.vcproj deleted file mode 100644 index 77fcda8..0000000 --- a/build/msvc9/ctx_load.vcproj +++ /dev/null @@ -1,462 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc9/demo_is.vcproj b/build/msvc9/demo_is.vcproj deleted file mode 100644 index 2b3b2fc..0000000 --- a/build/msvc9/demo_is.vcproj +++ /dev/null @@ -1,576 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc9/dummy_in.vcproj b/build/msvc9/dummy_in.vcproj deleted file mode 100644 index 411fb04..0000000 --- a/build/msvc9/dummy_in.vcproj +++ /dev/null @@ -1,460 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc9/dx_hw.vcproj b/build/msvc9/dx_hw.vcproj deleted file mode 100644 index c2bf331..0000000 --- a/build/msvc9/dx_hw.vcproj +++ /dev/null @@ -1,682 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc9/ffmpeg_in.vcproj b/build/msvc9/ffmpeg_in.vcproj deleted file mode 100644 index 7ff4923..0000000 --- a/build/msvc9/ffmpeg_in.vcproj +++ /dev/null @@ -1,552 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc9/ft_font.vcproj b/build/msvc9/ft_font.vcproj deleted file mode 100644 index 740f083..0000000 --- a/build/msvc9/ft_font.vcproj +++ /dev/null @@ -1,436 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc9/gapi.vcproj b/build/msvc9/gapi.vcproj deleted file mode 100644 index d065f38..0000000 --- a/build/msvc9/gapi.vcproj +++ /dev/null @@ -1,273 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc9/gdip_raster.vcproj b/build/msvc9/gdip_raster.vcproj deleted file mode 100644 index 92f09f1..0000000 --- a/build/msvc9/gdip_raster.vcproj +++ /dev/null @@ -1,589 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc9/gpac.sln b/build/msvc9/gpac.sln deleted file mode 100644 index 82d56c9..0000000 --- a/build/msvc9/gpac.sln +++ /dev/null @@ -1,821 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 10.00 -# Visual Studio 2008 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GPAX", "GPAX.vcproj", "{72486240-A124-496E-A67A-E76FEC7E99BE}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Osmo4", "Osmo4.vcproj", "{C79C2D73-06E9-4622-92CE-F166B1B51792}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "aac_in", "aac_in.vcproj", "{1F7CD37F-DC9A-4AC7-881B-36B263A644C7}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bifs_dec", "bifs_dec.vcproj", "{73CF10D0-DEC8-4D4B-AAB8-45864694CB8B}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ctx_load", "ctx_load.vcproj", "{BAE0C03A-56E0-4D37-89F5-62DD03BFC013}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dummy_in", "dummy_in.vcproj", "{073E2381-4FDE-4C4D-A117-C489EB17C48B}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dx_hw", "dx_hw.vcproj", "{B64736BD-9245-4F40-961D-EB9822265764}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ffmpeg_in", "ffmpeg_in.vcproj", "{9FECAB79-BC70-4EEA-A23B-B64159F904B3}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ft_font", "ft_font.vcproj", "{042D3628-67F3-4B5C-8BC0-CD9AFA416974}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gdip_raster", "gdip_raster.vcproj", "{CAA5A551-006A-4119-8115-FB14692E719F}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "img_in", "img_in.vcproj", "{9F0660BC-4582-4D4E-BA83-E2BE5F6BDD45}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "isom_in", "isom_in.vcproj", "{FC8F1F56-078E-470D-B252-68EDDE88AA9D}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "laser_dec", "laser_dec.vcproj", "{879E26B2-48DB-47B3-B82F-893696286E6F}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libgpac", "libgpac.vcproj", "{233014D5-F6E5-419D-8757-FA9CE7337088}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libgpac_dll", "libgpac_dll.vcproj", "{D3540754-E0CF-4604-AC11-82DE9BD4D814}" - ProjectSection(ProjectDependencies) = postProject - {233014D5-F6E5-419D-8757-FA9CE7337088} = {233014D5-F6E5-419D-8757-FA9CE7337088} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mp3_in", "mp3_in.vcproj", "{4AC7F65D-0DC0-49F9-8B96-AD05F11FF38E}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mp4box", "mp4box.vcproj", "{48E2C7C6-52EB-46FB-8722-00A62F46F497}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mp4client", "mp4client.vcproj", "{A35D99BF-D72D-4F56-99A1-97249B22BCE2}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mpegts_in", "mpegts_in.vcproj", "{B38E812D-9823-48E7-BE5F-BF09B0AD4165}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "odf_dec", "odf_dec.vcproj", "{A86E6EF8-3683-4AD0-8878-7A0D51326088}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ogg", "ogg.vcproj", "{3B4108E4-C8FD-4D82-AF4A-F928CCF36A60}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "osmozilla", "osmozilla.vcproj", "{A0288B75-0D95-4106-A3A7-779A891E8FEF}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "raw_out", "raw_out.vcproj", "{8162BADA-2FB6-4A71-B998-ABAFAF28E5A8}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "rtp_in", "rtp_in.vcproj", "{E2DBD151-9523-4E1A-9478-F3F825668F6E}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "saf_in", "saf_in.vcproj", "{2B6AB6CD-E7D0-4706-BB4A-DDD7AE1A510D}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sdl_out", "sdl_out.vcproj", "{F346A9A7-CF8D-4409-8776-1D4244F96EF8}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "soft_raster", "soft_raster.vcproj", "{71071F01-C813-4384-BE38-0F4020BCC0EE}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "svg_in", "svg_in.vcproj", "{402A8794-B724-44A3-B608-84B600ECA387}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "timedtext", "timedtext.vcproj", "{464697D2-BA44-446F-8223-1EB3969ED1A8}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wav_out", "wav_out.vcproj", "{01183543-B182-4E32-9FD6-FC15C847316C}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xvid_dec", "xvid_dec.vcproj", "{4258687D-4905-46A6-9407-08F4F8A81CC0}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ismacryp", "ismacryp.vcproj", "{E08DA5C2-9D97-4CD3-BB13-6FD6BA4458D6}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ac3_in", "ac3_in.vcproj", "{1DE72B1E-0DD6-4AFD-95E9-D23ACAB31812}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gapi", "gapi.vcproj", "{F9AF60FE-C2F2-4D94-9667-E4FCC6FAA466}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "osmophone", "osmophone.vcproj", "{CAA7EF3E-C7F4-4F8A-9E17-9A06DEF9E717}" - ProjectSection(ProjectDependencies) = postProject - {71071F01-C813-4384-BE38-0F4020BCC0EE} = {71071F01-C813-4384-BE38-0F4020BCC0EE} - {042D3628-67F3-4B5C-8BC0-CD9AFA416974} = {042D3628-67F3-4B5C-8BC0-CD9AFA416974} - {B38E812D-9823-48E7-BE5F-BF09B0AD4165} = {B38E812D-9823-48E7-BE5F-BF09B0AD4165} - {BAE0C03A-56E0-4D37-89F5-62DD03BFC013} = {BAE0C03A-56E0-4D37-89F5-62DD03BFC013} - {72486240-A124-496E-A67A-E76FEC7E99BE} = {72486240-A124-496E-A67A-E76FEC7E99BE} - {07D6FB42-0F4F-487A-BCBA-EC4BBF5CB160} = {07D6FB42-0F4F-487A-BCBA-EC4BBF5CB160} - {01183543-B182-4E32-9FD6-FC15C847316C} = {01183543-B182-4E32-9FD6-FC15C847316C} - {E2DBD151-9523-4E1A-9478-F3F825668F6E} = {E2DBD151-9523-4E1A-9478-F3F825668F6E} - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - {FC8F1F56-078E-470D-B252-68EDDE88AA9D} = {FC8F1F56-078E-470D-B252-68EDDE88AA9D} - {4AC7F65D-0DC0-49F9-8B96-AD05F11FF38E} = {4AC7F65D-0DC0-49F9-8B96-AD05F11FF38E} - {694C765F-DFD6-467E-A813-B3F887E822D4} = {694C765F-DFD6-467E-A813-B3F887E822D4} - {9FECAB79-BC70-4EEA-A23B-B64159F904B3} = {9FECAB79-BC70-4EEA-A23B-B64159F904B3} - {1F7CD37F-DC9A-4AC7-881B-36B263A644C7} = {1F7CD37F-DC9A-4AC7-881B-36B263A644C7} - {073E2381-4FDE-4C4D-A117-C489EB17C48B} = {073E2381-4FDE-4C4D-A117-C489EB17C48B} - {073E2381-4FDE-4C4D-B217-C489EB17C48B} = {073E2381-4FDE-4C4D-B217-C489EB17C48B} - {402A8794-B724-44A3-B608-84B600ECA387} = {402A8794-B724-44A3-B608-84B600ECA387} - {C993119B-29B1-49C8-8EA3-A9ABF633164E} = {C993119B-29B1-49C8-8EA3-A9ABF633164E} - {879E26B2-48DB-47B3-B82F-893696286E6F} = {879E26B2-48DB-47B3-B82F-893696286E6F} - {9F0660BC-4582-4D4E-BA83-E2BE5F6BDD45} = {9F0660BC-4582-4D4E-BA83-E2BE5F6BDD45} - {E08DA5C2-9D97-4CD3-BB13-6FD6BA4458D6} = {E08DA5C2-9D97-4CD3-BB13-6FD6BA4458D6} - {2B6AB6CD-E7D0-4706-BB4A-DDD7AE1A510D} = {2B6AB6CD-E7D0-4706-BB4A-DDD7AE1A510D} - {73CF10D0-DEC8-4D4B-AAB8-45864694CB8B} = {73CF10D0-DEC8-4D4B-AAB8-45864694CB8B} - {464697D2-BA44-446F-8223-1EB3969ED1A8} = {464697D2-BA44-446F-8223-1EB3969ED1A8} - {233014D5-F6E5-419D-8757-FA9CE7337088} = {233014D5-F6E5-419D-8757-FA9CE7337088} - {8162BADA-2FB6-4A71-B998-ABAFAF28E5A8} = {8162BADA-2FB6-4A71-B998-ABAFAF28E5A8} - {3B4108E4-C8FD-4D82-AF4A-F928CCF36A60} = {3B4108E4-C8FD-4D82-AF4A-F928CCF36A60} - {27F7FDF4-479B-47B5-BFEA-12E9EA41F663} = {27F7FDF4-479B-47B5-BFEA-12E9EA41F663} - {A86E6EF8-3683-4AD0-8878-7A0D51326088} = {A86E6EF8-3683-4AD0-8878-7A0D51326088} - {F9AF60FE-C2F2-4D94-9667-E4FCC6FAA466} = {F9AF60FE-C2F2-4D94-9667-E4FCC6FAA466} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gpac_js", "gpac_js.vcproj", "{27F7FDF4-479B-47B5-BFEA-12E9EA41F663}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "audio_filter", "audio_filter.vcproj", "{C993119B-29B1-49C8-8EA3-A9ABF633164E}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "platinum", "platinum.vcproj", "{694C765F-DFD6-467E-A813-B3F887E822D4}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "widgetman", "widgetman.vcproj", "{07D6FB42-0F4F-487A-BCBA-EC4BBF5CB160}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "redirect_av", "redirect_av.vcproj", "{073E2281-4FDE-4C4D-A217-C489DB17C48C}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mpd_in", "mpd_in.vcproj", "{B1AEFA90-318F-459C-96EE-B4DFF3318B7B}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "opensvc_dec", "opensvc.vcproj", "{073E2381-4FDE-4C4D-B217-C489EB17C48B}" - ProjectSection(ProjectDependencies) = postProject - {D3540754-E0CF-4604-AC11-82DE9BD4D814} = {D3540754-E0CF-4604-AC11-82DE9BD4D814} - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Mixed Platforms = Debug|Mixed Platforms - Debug|Smartphone 2003 (ARMV4) = Debug|Smartphone 2003 (ARMV4) - Debug|Win32 = Debug|Win32 - Release|Mixed Platforms = Release|Mixed Platforms - Release|Smartphone 2003 (ARMV4) = Release|Smartphone 2003 (ARMV4) - Release|Win32 = Release|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {72486240-A124-496E-A67A-E76FEC7E99BE}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {72486240-A124-496E-A67A-E76FEC7E99BE}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {72486240-A124-496E-A67A-E76FEC7E99BE}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {72486240-A124-496E-A67A-E76FEC7E99BE}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {72486240-A124-496E-A67A-E76FEC7E99BE}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {72486240-A124-496E-A67A-E76FEC7E99BE}.Debug|Win32.ActiveCfg = Debug|Win32 - {72486240-A124-496E-A67A-E76FEC7E99BE}.Debug|Win32.Build.0 = Debug|Win32 - {72486240-A124-496E-A67A-E76FEC7E99BE}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {72486240-A124-496E-A67A-E76FEC7E99BE}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {72486240-A124-496E-A67A-E76FEC7E99BE}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {72486240-A124-496E-A67A-E76FEC7E99BE}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {72486240-A124-496E-A67A-E76FEC7E99BE}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {72486240-A124-496E-A67A-E76FEC7E99BE}.Release|Win32.ActiveCfg = Release|Win32 - {72486240-A124-496E-A67A-E76FEC7E99BE}.Release|Win32.Build.0 = Release|Win32 - {C79C2D73-06E9-4622-92CE-F166B1B51792}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {C79C2D73-06E9-4622-92CE-F166B1B51792}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {C79C2D73-06E9-4622-92CE-F166B1B51792}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {C79C2D73-06E9-4622-92CE-F166B1B51792}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {C79C2D73-06E9-4622-92CE-F166B1B51792}.Debug|Win32.ActiveCfg = Debug|Win32 - {C79C2D73-06E9-4622-92CE-F166B1B51792}.Debug|Win32.Build.0 = Debug|Win32 - {C79C2D73-06E9-4622-92CE-F166B1B51792}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {C79C2D73-06E9-4622-92CE-F166B1B51792}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {C79C2D73-06E9-4622-92CE-F166B1B51792}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {C79C2D73-06E9-4622-92CE-F166B1B51792}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {C79C2D73-06E9-4622-92CE-F166B1B51792}.Release|Win32.ActiveCfg = Release|Win32 - {C79C2D73-06E9-4622-92CE-F166B1B51792}.Release|Win32.Build.0 = Release|Win32 - {1F7CD37F-DC9A-4AC7-881B-36B263A644C7}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {1F7CD37F-DC9A-4AC7-881B-36B263A644C7}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {1F7CD37F-DC9A-4AC7-881B-36B263A644C7}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {1F7CD37F-DC9A-4AC7-881B-36B263A644C7}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {1F7CD37F-DC9A-4AC7-881B-36B263A644C7}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {1F7CD37F-DC9A-4AC7-881B-36B263A644C7}.Debug|Win32.ActiveCfg = Debug|Win32 - {1F7CD37F-DC9A-4AC7-881B-36B263A644C7}.Debug|Win32.Build.0 = Debug|Win32 - {1F7CD37F-DC9A-4AC7-881B-36B263A644C7}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {1F7CD37F-DC9A-4AC7-881B-36B263A644C7}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {1F7CD37F-DC9A-4AC7-881B-36B263A644C7}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {1F7CD37F-DC9A-4AC7-881B-36B263A644C7}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {1F7CD37F-DC9A-4AC7-881B-36B263A644C7}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {1F7CD37F-DC9A-4AC7-881B-36B263A644C7}.Release|Win32.ActiveCfg = Release|Win32 - {1F7CD37F-DC9A-4AC7-881B-36B263A644C7}.Release|Win32.Build.0 = Release|Win32 - {73CF10D0-DEC8-4D4B-AAB8-45864694CB8B}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {73CF10D0-DEC8-4D4B-AAB8-45864694CB8B}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {73CF10D0-DEC8-4D4B-AAB8-45864694CB8B}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {73CF10D0-DEC8-4D4B-AAB8-45864694CB8B}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {73CF10D0-DEC8-4D4B-AAB8-45864694CB8B}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {73CF10D0-DEC8-4D4B-AAB8-45864694CB8B}.Debug|Win32.ActiveCfg = Debug|Win32 - {73CF10D0-DEC8-4D4B-AAB8-45864694CB8B}.Debug|Win32.Build.0 = Debug|Win32 - {73CF10D0-DEC8-4D4B-AAB8-45864694CB8B}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {73CF10D0-DEC8-4D4B-AAB8-45864694CB8B}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {73CF10D0-DEC8-4D4B-AAB8-45864694CB8B}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {73CF10D0-DEC8-4D4B-AAB8-45864694CB8B}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {73CF10D0-DEC8-4D4B-AAB8-45864694CB8B}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {73CF10D0-DEC8-4D4B-AAB8-45864694CB8B}.Release|Win32.ActiveCfg = Release|Win32 - {73CF10D0-DEC8-4D4B-AAB8-45864694CB8B}.Release|Win32.Build.0 = Release|Win32 - {BAE0C03A-56E0-4D37-89F5-62DD03BFC013}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {BAE0C03A-56E0-4D37-89F5-62DD03BFC013}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {BAE0C03A-56E0-4D37-89F5-62DD03BFC013}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {BAE0C03A-56E0-4D37-89F5-62DD03BFC013}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {BAE0C03A-56E0-4D37-89F5-62DD03BFC013}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {BAE0C03A-56E0-4D37-89F5-62DD03BFC013}.Debug|Win32.ActiveCfg = Debug|Win32 - {BAE0C03A-56E0-4D37-89F5-62DD03BFC013}.Debug|Win32.Build.0 = Debug|Win32 - {BAE0C03A-56E0-4D37-89F5-62DD03BFC013}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {BAE0C03A-56E0-4D37-89F5-62DD03BFC013}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {BAE0C03A-56E0-4D37-89F5-62DD03BFC013}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {BAE0C03A-56E0-4D37-89F5-62DD03BFC013}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {BAE0C03A-56E0-4D37-89F5-62DD03BFC013}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {BAE0C03A-56E0-4D37-89F5-62DD03BFC013}.Release|Win32.ActiveCfg = Release|Win32 - {BAE0C03A-56E0-4D37-89F5-62DD03BFC013}.Release|Win32.Build.0 = Release|Win32 - {073E2381-4FDE-4C4D-A117-C489EB17C48B}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {073E2381-4FDE-4C4D-A117-C489EB17C48B}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {073E2381-4FDE-4C4D-A117-C489EB17C48B}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {073E2381-4FDE-4C4D-A117-C489EB17C48B}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {073E2381-4FDE-4C4D-A117-C489EB17C48B}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {073E2381-4FDE-4C4D-A117-C489EB17C48B}.Debug|Win32.ActiveCfg = Debug|Win32 - {073E2381-4FDE-4C4D-A117-C489EB17C48B}.Debug|Win32.Build.0 = Debug|Win32 - {073E2381-4FDE-4C4D-A117-C489EB17C48B}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {073E2381-4FDE-4C4D-A117-C489EB17C48B}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {073E2381-4FDE-4C4D-A117-C489EB17C48B}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {073E2381-4FDE-4C4D-A117-C489EB17C48B}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {073E2381-4FDE-4C4D-A117-C489EB17C48B}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {073E2381-4FDE-4C4D-A117-C489EB17C48B}.Release|Win32.ActiveCfg = Release|Win32 - {073E2381-4FDE-4C4D-A117-C489EB17C48B}.Release|Win32.Build.0 = Release|Win32 - {B64736BD-9245-4F40-961D-EB9822265764}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {B64736BD-9245-4F40-961D-EB9822265764}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {B64736BD-9245-4F40-961D-EB9822265764}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {B64736BD-9245-4F40-961D-EB9822265764}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {B64736BD-9245-4F40-961D-EB9822265764}.Debug|Win32.ActiveCfg = Debug|Win32 - {B64736BD-9245-4F40-961D-EB9822265764}.Debug|Win32.Build.0 = Debug|Win32 - {B64736BD-9245-4F40-961D-EB9822265764}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {B64736BD-9245-4F40-961D-EB9822265764}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {B64736BD-9245-4F40-961D-EB9822265764}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {B64736BD-9245-4F40-961D-EB9822265764}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {B64736BD-9245-4F40-961D-EB9822265764}.Release|Win32.ActiveCfg = Release|Win32 - {B64736BD-9245-4F40-961D-EB9822265764}.Release|Win32.Build.0 = Release|Win32 - {9FECAB79-BC70-4EEA-A23B-B64159F904B3}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {9FECAB79-BC70-4EEA-A23B-B64159F904B3}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {9FECAB79-BC70-4EEA-A23B-B64159F904B3}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {9FECAB79-BC70-4EEA-A23B-B64159F904B3}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {9FECAB79-BC70-4EEA-A23B-B64159F904B3}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {9FECAB79-BC70-4EEA-A23B-B64159F904B3}.Debug|Win32.ActiveCfg = Debug|Win32 - {9FECAB79-BC70-4EEA-A23B-B64159F904B3}.Debug|Win32.Build.0 = Debug|Win32 - {9FECAB79-BC70-4EEA-A23B-B64159F904B3}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {9FECAB79-BC70-4EEA-A23B-B64159F904B3}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {9FECAB79-BC70-4EEA-A23B-B64159F904B3}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {9FECAB79-BC70-4EEA-A23B-B64159F904B3}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {9FECAB79-BC70-4EEA-A23B-B64159F904B3}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {9FECAB79-BC70-4EEA-A23B-B64159F904B3}.Release|Win32.ActiveCfg = Release|Win32 - {9FECAB79-BC70-4EEA-A23B-B64159F904B3}.Release|Win32.Build.0 = Release|Win32 - {042D3628-67F3-4B5C-8BC0-CD9AFA416974}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {042D3628-67F3-4B5C-8BC0-CD9AFA416974}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {042D3628-67F3-4B5C-8BC0-CD9AFA416974}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {042D3628-67F3-4B5C-8BC0-CD9AFA416974}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {042D3628-67F3-4B5C-8BC0-CD9AFA416974}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {042D3628-67F3-4B5C-8BC0-CD9AFA416974}.Debug|Win32.ActiveCfg = Debug|Win32 - {042D3628-67F3-4B5C-8BC0-CD9AFA416974}.Debug|Win32.Build.0 = Debug|Win32 - {042D3628-67F3-4B5C-8BC0-CD9AFA416974}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {042D3628-67F3-4B5C-8BC0-CD9AFA416974}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {042D3628-67F3-4B5C-8BC0-CD9AFA416974}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {042D3628-67F3-4B5C-8BC0-CD9AFA416974}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {042D3628-67F3-4B5C-8BC0-CD9AFA416974}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {042D3628-67F3-4B5C-8BC0-CD9AFA416974}.Release|Win32.ActiveCfg = Release|Win32 - {042D3628-67F3-4B5C-8BC0-CD9AFA416974}.Release|Win32.Build.0 = Release|Win32 - {CAA5A551-006A-4119-8115-FB14692E719F}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {CAA5A551-006A-4119-8115-FB14692E719F}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {CAA5A551-006A-4119-8115-FB14692E719F}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {CAA5A551-006A-4119-8115-FB14692E719F}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {CAA5A551-006A-4119-8115-FB14692E719F}.Debug|Win32.ActiveCfg = Debug|Win32 - {CAA5A551-006A-4119-8115-FB14692E719F}.Debug|Win32.Build.0 = Debug|Win32 - {CAA5A551-006A-4119-8115-FB14692E719F}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {CAA5A551-006A-4119-8115-FB14692E719F}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {CAA5A551-006A-4119-8115-FB14692E719F}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {CAA5A551-006A-4119-8115-FB14692E719F}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {CAA5A551-006A-4119-8115-FB14692E719F}.Release|Win32.ActiveCfg = Release|Win32 - {CAA5A551-006A-4119-8115-FB14692E719F}.Release|Win32.Build.0 = Release|Win32 - {9F0660BC-4582-4D4E-BA83-E2BE5F6BDD45}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {9F0660BC-4582-4D4E-BA83-E2BE5F6BDD45}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {9F0660BC-4582-4D4E-BA83-E2BE5F6BDD45}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {9F0660BC-4582-4D4E-BA83-E2BE5F6BDD45}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {9F0660BC-4582-4D4E-BA83-E2BE5F6BDD45}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {9F0660BC-4582-4D4E-BA83-E2BE5F6BDD45}.Debug|Win32.ActiveCfg = Debug|Win32 - {9F0660BC-4582-4D4E-BA83-E2BE5F6BDD45}.Debug|Win32.Build.0 = Debug|Win32 - {9F0660BC-4582-4D4E-BA83-E2BE5F6BDD45}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {9F0660BC-4582-4D4E-BA83-E2BE5F6BDD45}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {9F0660BC-4582-4D4E-BA83-E2BE5F6BDD45}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {9F0660BC-4582-4D4E-BA83-E2BE5F6BDD45}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {9F0660BC-4582-4D4E-BA83-E2BE5F6BDD45}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {9F0660BC-4582-4D4E-BA83-E2BE5F6BDD45}.Release|Win32.ActiveCfg = Release|Win32 - {9F0660BC-4582-4D4E-BA83-E2BE5F6BDD45}.Release|Win32.Build.0 = Release|Win32 - {FC8F1F56-078E-470D-B252-68EDDE88AA9D}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {FC8F1F56-078E-470D-B252-68EDDE88AA9D}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {FC8F1F56-078E-470D-B252-68EDDE88AA9D}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {FC8F1F56-078E-470D-B252-68EDDE88AA9D}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {FC8F1F56-078E-470D-B252-68EDDE88AA9D}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {FC8F1F56-078E-470D-B252-68EDDE88AA9D}.Debug|Win32.ActiveCfg = Debug|Win32 - {FC8F1F56-078E-470D-B252-68EDDE88AA9D}.Debug|Win32.Build.0 = Debug|Win32 - {FC8F1F56-078E-470D-B252-68EDDE88AA9D}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {FC8F1F56-078E-470D-B252-68EDDE88AA9D}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {FC8F1F56-078E-470D-B252-68EDDE88AA9D}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {FC8F1F56-078E-470D-B252-68EDDE88AA9D}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {FC8F1F56-078E-470D-B252-68EDDE88AA9D}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {FC8F1F56-078E-470D-B252-68EDDE88AA9D}.Release|Win32.ActiveCfg = Release|Win32 - {FC8F1F56-078E-470D-B252-68EDDE88AA9D}.Release|Win32.Build.0 = Release|Win32 - {879E26B2-48DB-47B3-B82F-893696286E6F}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {879E26B2-48DB-47B3-B82F-893696286E6F}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {879E26B2-48DB-47B3-B82F-893696286E6F}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {879E26B2-48DB-47B3-B82F-893696286E6F}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {879E26B2-48DB-47B3-B82F-893696286E6F}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {879E26B2-48DB-47B3-B82F-893696286E6F}.Debug|Win32.ActiveCfg = Debug|Win32 - {879E26B2-48DB-47B3-B82F-893696286E6F}.Debug|Win32.Build.0 = Debug|Win32 - {879E26B2-48DB-47B3-B82F-893696286E6F}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {879E26B2-48DB-47B3-B82F-893696286E6F}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {879E26B2-48DB-47B3-B82F-893696286E6F}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {879E26B2-48DB-47B3-B82F-893696286E6F}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {879E26B2-48DB-47B3-B82F-893696286E6F}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {879E26B2-48DB-47B3-B82F-893696286E6F}.Release|Win32.ActiveCfg = Release|Win32 - {879E26B2-48DB-47B3-B82F-893696286E6F}.Release|Win32.Build.0 = Release|Win32 - {233014D5-F6E5-419D-8757-FA9CE7337088}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {233014D5-F6E5-419D-8757-FA9CE7337088}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {233014D5-F6E5-419D-8757-FA9CE7337088}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {233014D5-F6E5-419D-8757-FA9CE7337088}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {233014D5-F6E5-419D-8757-FA9CE7337088}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {233014D5-F6E5-419D-8757-FA9CE7337088}.Debug|Win32.ActiveCfg = Debug|Win32 - {233014D5-F6E5-419D-8757-FA9CE7337088}.Debug|Win32.Build.0 = Debug|Win32 - {233014D5-F6E5-419D-8757-FA9CE7337088}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {233014D5-F6E5-419D-8757-FA9CE7337088}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {233014D5-F6E5-419D-8757-FA9CE7337088}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {233014D5-F6E5-419D-8757-FA9CE7337088}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {233014D5-F6E5-419D-8757-FA9CE7337088}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {233014D5-F6E5-419D-8757-FA9CE7337088}.Release|Win32.ActiveCfg = Release|Win32 - {233014D5-F6E5-419D-8757-FA9CE7337088}.Release|Win32.Build.0 = Release|Win32 - {D3540754-E0CF-4604-AC11-82DE9BD4D814}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {D3540754-E0CF-4604-AC11-82DE9BD4D814}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {D3540754-E0CF-4604-AC11-82DE9BD4D814}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {D3540754-E0CF-4604-AC11-82DE9BD4D814}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {D3540754-E0CF-4604-AC11-82DE9BD4D814}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {D3540754-E0CF-4604-AC11-82DE9BD4D814}.Debug|Win32.ActiveCfg = Debug|Win32 - {D3540754-E0CF-4604-AC11-82DE9BD4D814}.Debug|Win32.Build.0 = Debug|Win32 - {D3540754-E0CF-4604-AC11-82DE9BD4D814}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {D3540754-E0CF-4604-AC11-82DE9BD4D814}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {D3540754-E0CF-4604-AC11-82DE9BD4D814}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {D3540754-E0CF-4604-AC11-82DE9BD4D814}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {D3540754-E0CF-4604-AC11-82DE9BD4D814}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {D3540754-E0CF-4604-AC11-82DE9BD4D814}.Release|Win32.ActiveCfg = Release|Win32 - {D3540754-E0CF-4604-AC11-82DE9BD4D814}.Release|Win32.Build.0 = Release|Win32 - {4AC7F65D-0DC0-49F9-8B96-AD05F11FF38E}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {4AC7F65D-0DC0-49F9-8B96-AD05F11FF38E}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {4AC7F65D-0DC0-49F9-8B96-AD05F11FF38E}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {4AC7F65D-0DC0-49F9-8B96-AD05F11FF38E}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {4AC7F65D-0DC0-49F9-8B96-AD05F11FF38E}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {4AC7F65D-0DC0-49F9-8B96-AD05F11FF38E}.Debug|Win32.ActiveCfg = Debug|Win32 - {4AC7F65D-0DC0-49F9-8B96-AD05F11FF38E}.Debug|Win32.Build.0 = Debug|Win32 - {4AC7F65D-0DC0-49F9-8B96-AD05F11FF38E}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {4AC7F65D-0DC0-49F9-8B96-AD05F11FF38E}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {4AC7F65D-0DC0-49F9-8B96-AD05F11FF38E}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {4AC7F65D-0DC0-49F9-8B96-AD05F11FF38E}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {4AC7F65D-0DC0-49F9-8B96-AD05F11FF38E}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {4AC7F65D-0DC0-49F9-8B96-AD05F11FF38E}.Release|Win32.ActiveCfg = Release|Win32 - {4AC7F65D-0DC0-49F9-8B96-AD05F11FF38E}.Release|Win32.Build.0 = Release|Win32 - {48E2C7C6-52EB-46FB-8722-00A62F46F497}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {48E2C7C6-52EB-46FB-8722-00A62F46F497}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {48E2C7C6-52EB-46FB-8722-00A62F46F497}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {48E2C7C6-52EB-46FB-8722-00A62F46F497}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {48E2C7C6-52EB-46FB-8722-00A62F46F497}.Debug|Win32.ActiveCfg = Debug|Win32 - {48E2C7C6-52EB-46FB-8722-00A62F46F497}.Debug|Win32.Build.0 = Debug|Win32 - {48E2C7C6-52EB-46FB-8722-00A62F46F497}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {48E2C7C6-52EB-46FB-8722-00A62F46F497}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {48E2C7C6-52EB-46FB-8722-00A62F46F497}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {48E2C7C6-52EB-46FB-8722-00A62F46F497}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {48E2C7C6-52EB-46FB-8722-00A62F46F497}.Release|Win32.ActiveCfg = Release|Win32 - {48E2C7C6-52EB-46FB-8722-00A62F46F497}.Release|Win32.Build.0 = Release|Win32 - {A35D99BF-D72D-4F56-99A1-97249B22BCE2}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {A35D99BF-D72D-4F56-99A1-97249B22BCE2}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {A35D99BF-D72D-4F56-99A1-97249B22BCE2}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {A35D99BF-D72D-4F56-99A1-97249B22BCE2}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {A35D99BF-D72D-4F56-99A1-97249B22BCE2}.Debug|Win32.ActiveCfg = Debug|Win32 - {A35D99BF-D72D-4F56-99A1-97249B22BCE2}.Debug|Win32.Build.0 = Debug|Win32 - {A35D99BF-D72D-4F56-99A1-97249B22BCE2}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {A35D99BF-D72D-4F56-99A1-97249B22BCE2}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {A35D99BF-D72D-4F56-99A1-97249B22BCE2}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {A35D99BF-D72D-4F56-99A1-97249B22BCE2}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {A35D99BF-D72D-4F56-99A1-97249B22BCE2}.Release|Win32.ActiveCfg = Release|Win32 - {A35D99BF-D72D-4F56-99A1-97249B22BCE2}.Release|Win32.Build.0 = Release|Win32 - {B38E812D-9823-48E7-BE5F-BF09B0AD4165}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {B38E812D-9823-48E7-BE5F-BF09B0AD4165}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {B38E812D-9823-48E7-BE5F-BF09B0AD4165}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {B38E812D-9823-48E7-BE5F-BF09B0AD4165}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {B38E812D-9823-48E7-BE5F-BF09B0AD4165}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {B38E812D-9823-48E7-BE5F-BF09B0AD4165}.Debug|Win32.ActiveCfg = Debug|Win32 - {B38E812D-9823-48E7-BE5F-BF09B0AD4165}.Debug|Win32.Build.0 = Debug|Win32 - {B38E812D-9823-48E7-BE5F-BF09B0AD4165}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {B38E812D-9823-48E7-BE5F-BF09B0AD4165}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {B38E812D-9823-48E7-BE5F-BF09B0AD4165}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {B38E812D-9823-48E7-BE5F-BF09B0AD4165}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {B38E812D-9823-48E7-BE5F-BF09B0AD4165}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {B38E812D-9823-48E7-BE5F-BF09B0AD4165}.Release|Win32.ActiveCfg = Release|Win32 - {B38E812D-9823-48E7-BE5F-BF09B0AD4165}.Release|Win32.Build.0 = Release|Win32 - {A86E6EF8-3683-4AD0-8878-7A0D51326088}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {A86E6EF8-3683-4AD0-8878-7A0D51326088}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {A86E6EF8-3683-4AD0-8878-7A0D51326088}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {A86E6EF8-3683-4AD0-8878-7A0D51326088}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {A86E6EF8-3683-4AD0-8878-7A0D51326088}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {A86E6EF8-3683-4AD0-8878-7A0D51326088}.Debug|Win32.ActiveCfg = Debug|Win32 - {A86E6EF8-3683-4AD0-8878-7A0D51326088}.Debug|Win32.Build.0 = Debug|Win32 - {A86E6EF8-3683-4AD0-8878-7A0D51326088}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {A86E6EF8-3683-4AD0-8878-7A0D51326088}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {A86E6EF8-3683-4AD0-8878-7A0D51326088}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {A86E6EF8-3683-4AD0-8878-7A0D51326088}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {A86E6EF8-3683-4AD0-8878-7A0D51326088}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {A86E6EF8-3683-4AD0-8878-7A0D51326088}.Release|Win32.ActiveCfg = Release|Win32 - {A86E6EF8-3683-4AD0-8878-7A0D51326088}.Release|Win32.Build.0 = Release|Win32 - {3B4108E4-C8FD-4D82-AF4A-F928CCF36A60}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {3B4108E4-C8FD-4D82-AF4A-F928CCF36A60}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {3B4108E4-C8FD-4D82-AF4A-F928CCF36A60}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {3B4108E4-C8FD-4D82-AF4A-F928CCF36A60}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {3B4108E4-C8FD-4D82-AF4A-F928CCF36A60}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {3B4108E4-C8FD-4D82-AF4A-F928CCF36A60}.Debug|Win32.ActiveCfg = Debug|Win32 - {3B4108E4-C8FD-4D82-AF4A-F928CCF36A60}.Debug|Win32.Build.0 = Debug|Win32 - {3B4108E4-C8FD-4D82-AF4A-F928CCF36A60}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {3B4108E4-C8FD-4D82-AF4A-F928CCF36A60}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {3B4108E4-C8FD-4D82-AF4A-F928CCF36A60}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {3B4108E4-C8FD-4D82-AF4A-F928CCF36A60}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {3B4108E4-C8FD-4D82-AF4A-F928CCF36A60}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {3B4108E4-C8FD-4D82-AF4A-F928CCF36A60}.Release|Win32.ActiveCfg = Release|Win32 - {3B4108E4-C8FD-4D82-AF4A-F928CCF36A60}.Release|Win32.Build.0 = Release|Win32 - {A0288B75-0D95-4106-A3A7-779A891E8FEF}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {A0288B75-0D95-4106-A3A7-779A891E8FEF}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {A0288B75-0D95-4106-A3A7-779A891E8FEF}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {A0288B75-0D95-4106-A3A7-779A891E8FEF}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {A0288B75-0D95-4106-A3A7-779A891E8FEF}.Debug|Win32.ActiveCfg = Debug|Win32 - {A0288B75-0D95-4106-A3A7-779A891E8FEF}.Debug|Win32.Build.0 = Debug|Win32 - {A0288B75-0D95-4106-A3A7-779A891E8FEF}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {A0288B75-0D95-4106-A3A7-779A891E8FEF}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {A0288B75-0D95-4106-A3A7-779A891E8FEF}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {A0288B75-0D95-4106-A3A7-779A891E8FEF}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {A0288B75-0D95-4106-A3A7-779A891E8FEF}.Release|Win32.ActiveCfg = Release|Win32 - {A0288B75-0D95-4106-A3A7-779A891E8FEF}.Release|Win32.Build.0 = Release|Win32 - {8162BADA-2FB6-4A71-B998-ABAFAF28E5A8}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {8162BADA-2FB6-4A71-B998-ABAFAF28E5A8}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {8162BADA-2FB6-4A71-B998-ABAFAF28E5A8}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {8162BADA-2FB6-4A71-B998-ABAFAF28E5A8}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {8162BADA-2FB6-4A71-B998-ABAFAF28E5A8}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {8162BADA-2FB6-4A71-B998-ABAFAF28E5A8}.Debug|Win32.ActiveCfg = Debug|Win32 - {8162BADA-2FB6-4A71-B998-ABAFAF28E5A8}.Debug|Win32.Build.0 = Debug|Win32 - {8162BADA-2FB6-4A71-B998-ABAFAF28E5A8}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {8162BADA-2FB6-4A71-B998-ABAFAF28E5A8}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {8162BADA-2FB6-4A71-B998-ABAFAF28E5A8}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {8162BADA-2FB6-4A71-B998-ABAFAF28E5A8}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {8162BADA-2FB6-4A71-B998-ABAFAF28E5A8}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {8162BADA-2FB6-4A71-B998-ABAFAF28E5A8}.Release|Win32.ActiveCfg = Release|Win32 - {8162BADA-2FB6-4A71-B998-ABAFAF28E5A8}.Release|Win32.Build.0 = Release|Win32 - {E2DBD151-9523-4E1A-9478-F3F825668F6E}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {E2DBD151-9523-4E1A-9478-F3F825668F6E}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {E2DBD151-9523-4E1A-9478-F3F825668F6E}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {E2DBD151-9523-4E1A-9478-F3F825668F6E}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {E2DBD151-9523-4E1A-9478-F3F825668F6E}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {E2DBD151-9523-4E1A-9478-F3F825668F6E}.Debug|Win32.ActiveCfg = Debug|Win32 - {E2DBD151-9523-4E1A-9478-F3F825668F6E}.Debug|Win32.Build.0 = Debug|Win32 - {E2DBD151-9523-4E1A-9478-F3F825668F6E}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {E2DBD151-9523-4E1A-9478-F3F825668F6E}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {E2DBD151-9523-4E1A-9478-F3F825668F6E}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {E2DBD151-9523-4E1A-9478-F3F825668F6E}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {E2DBD151-9523-4E1A-9478-F3F825668F6E}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {E2DBD151-9523-4E1A-9478-F3F825668F6E}.Release|Win32.ActiveCfg = Release|Win32 - {E2DBD151-9523-4E1A-9478-F3F825668F6E}.Release|Win32.Build.0 = Release|Win32 - {2B6AB6CD-E7D0-4706-BB4A-DDD7AE1A510D}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {2B6AB6CD-E7D0-4706-BB4A-DDD7AE1A510D}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {2B6AB6CD-E7D0-4706-BB4A-DDD7AE1A510D}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {2B6AB6CD-E7D0-4706-BB4A-DDD7AE1A510D}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {2B6AB6CD-E7D0-4706-BB4A-DDD7AE1A510D}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {2B6AB6CD-E7D0-4706-BB4A-DDD7AE1A510D}.Debug|Win32.ActiveCfg = Debug|Win32 - {2B6AB6CD-E7D0-4706-BB4A-DDD7AE1A510D}.Debug|Win32.Build.0 = Debug|Win32 - {2B6AB6CD-E7D0-4706-BB4A-DDD7AE1A510D}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {2B6AB6CD-E7D0-4706-BB4A-DDD7AE1A510D}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {2B6AB6CD-E7D0-4706-BB4A-DDD7AE1A510D}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {2B6AB6CD-E7D0-4706-BB4A-DDD7AE1A510D}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {2B6AB6CD-E7D0-4706-BB4A-DDD7AE1A510D}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {2B6AB6CD-E7D0-4706-BB4A-DDD7AE1A510D}.Release|Win32.ActiveCfg = Release|Win32 - {2B6AB6CD-E7D0-4706-BB4A-DDD7AE1A510D}.Release|Win32.Build.0 = Release|Win32 - {F346A9A7-CF8D-4409-8776-1D4244F96EF8}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {F346A9A7-CF8D-4409-8776-1D4244F96EF8}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {F346A9A7-CF8D-4409-8776-1D4244F96EF8}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {F346A9A7-CF8D-4409-8776-1D4244F96EF8}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {F346A9A7-CF8D-4409-8776-1D4244F96EF8}.Debug|Win32.ActiveCfg = Debug|Win32 - {F346A9A7-CF8D-4409-8776-1D4244F96EF8}.Debug|Win32.Build.0 = Debug|Win32 - {F346A9A7-CF8D-4409-8776-1D4244F96EF8}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {F346A9A7-CF8D-4409-8776-1D4244F96EF8}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {F346A9A7-CF8D-4409-8776-1D4244F96EF8}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {F346A9A7-CF8D-4409-8776-1D4244F96EF8}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {F346A9A7-CF8D-4409-8776-1D4244F96EF8}.Release|Win32.ActiveCfg = Release|Win32 - {F346A9A7-CF8D-4409-8776-1D4244F96EF8}.Release|Win32.Build.0 = Release|Win32 - {71071F01-C813-4384-BE38-0F4020BCC0EE}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {71071F01-C813-4384-BE38-0F4020BCC0EE}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {71071F01-C813-4384-BE38-0F4020BCC0EE}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {71071F01-C813-4384-BE38-0F4020BCC0EE}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {71071F01-C813-4384-BE38-0F4020BCC0EE}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {71071F01-C813-4384-BE38-0F4020BCC0EE}.Debug|Win32.ActiveCfg = Debug|Win32 - {71071F01-C813-4384-BE38-0F4020BCC0EE}.Debug|Win32.Build.0 = Debug|Win32 - {71071F01-C813-4384-BE38-0F4020BCC0EE}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {71071F01-C813-4384-BE38-0F4020BCC0EE}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {71071F01-C813-4384-BE38-0F4020BCC0EE}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {71071F01-C813-4384-BE38-0F4020BCC0EE}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {71071F01-C813-4384-BE38-0F4020BCC0EE}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {71071F01-C813-4384-BE38-0F4020BCC0EE}.Release|Win32.ActiveCfg = Release|Win32 - {71071F01-C813-4384-BE38-0F4020BCC0EE}.Release|Win32.Build.0 = Release|Win32 - {402A8794-B724-44A3-B608-84B600ECA387}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {402A8794-B724-44A3-B608-84B600ECA387}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {402A8794-B724-44A3-B608-84B600ECA387}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {402A8794-B724-44A3-B608-84B600ECA387}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {402A8794-B724-44A3-B608-84B600ECA387}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {402A8794-B724-44A3-B608-84B600ECA387}.Debug|Win32.ActiveCfg = Debug|Win32 - {402A8794-B724-44A3-B608-84B600ECA387}.Debug|Win32.Build.0 = Debug|Win32 - {402A8794-B724-44A3-B608-84B600ECA387}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {402A8794-B724-44A3-B608-84B600ECA387}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {402A8794-B724-44A3-B608-84B600ECA387}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {402A8794-B724-44A3-B608-84B600ECA387}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {402A8794-B724-44A3-B608-84B600ECA387}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {402A8794-B724-44A3-B608-84B600ECA387}.Release|Win32.ActiveCfg = Release|Win32 - {402A8794-B724-44A3-B608-84B600ECA387}.Release|Win32.Build.0 = Release|Win32 - {464697D2-BA44-446F-8223-1EB3969ED1A8}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {464697D2-BA44-446F-8223-1EB3969ED1A8}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {464697D2-BA44-446F-8223-1EB3969ED1A8}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {464697D2-BA44-446F-8223-1EB3969ED1A8}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {464697D2-BA44-446F-8223-1EB3969ED1A8}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {464697D2-BA44-446F-8223-1EB3969ED1A8}.Debug|Win32.ActiveCfg = Debug|Win32 - {464697D2-BA44-446F-8223-1EB3969ED1A8}.Debug|Win32.Build.0 = Debug|Win32 - {464697D2-BA44-446F-8223-1EB3969ED1A8}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {464697D2-BA44-446F-8223-1EB3969ED1A8}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {464697D2-BA44-446F-8223-1EB3969ED1A8}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {464697D2-BA44-446F-8223-1EB3969ED1A8}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {464697D2-BA44-446F-8223-1EB3969ED1A8}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {464697D2-BA44-446F-8223-1EB3969ED1A8}.Release|Win32.ActiveCfg = Release|Win32 - {464697D2-BA44-446F-8223-1EB3969ED1A8}.Release|Win32.Build.0 = Release|Win32 - {01183543-B182-4E32-9FD6-FC15C847316C}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {01183543-B182-4E32-9FD6-FC15C847316C}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {01183543-B182-4E32-9FD6-FC15C847316C}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {01183543-B182-4E32-9FD6-FC15C847316C}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {01183543-B182-4E32-9FD6-FC15C847316C}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {01183543-B182-4E32-9FD6-FC15C847316C}.Debug|Win32.ActiveCfg = Debug|Win32 - {01183543-B182-4E32-9FD6-FC15C847316C}.Debug|Win32.Build.0 = Debug|Win32 - {01183543-B182-4E32-9FD6-FC15C847316C}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {01183543-B182-4E32-9FD6-FC15C847316C}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {01183543-B182-4E32-9FD6-FC15C847316C}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {01183543-B182-4E32-9FD6-FC15C847316C}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {01183543-B182-4E32-9FD6-FC15C847316C}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {01183543-B182-4E32-9FD6-FC15C847316C}.Release|Win32.ActiveCfg = Release|Win32 - {01183543-B182-4E32-9FD6-FC15C847316C}.Release|Win32.Build.0 = Release|Win32 - {4258687D-4905-46A6-9407-08F4F8A81CC0}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {4258687D-4905-46A6-9407-08F4F8A81CC0}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {4258687D-4905-46A6-9407-08F4F8A81CC0}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {4258687D-4905-46A6-9407-08F4F8A81CC0}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {4258687D-4905-46A6-9407-08F4F8A81CC0}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {4258687D-4905-46A6-9407-08F4F8A81CC0}.Debug|Win32.ActiveCfg = Debug|Win32 - {4258687D-4905-46A6-9407-08F4F8A81CC0}.Debug|Win32.Build.0 = Debug|Win32 - {4258687D-4905-46A6-9407-08F4F8A81CC0}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {4258687D-4905-46A6-9407-08F4F8A81CC0}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {4258687D-4905-46A6-9407-08F4F8A81CC0}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {4258687D-4905-46A6-9407-08F4F8A81CC0}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {4258687D-4905-46A6-9407-08F4F8A81CC0}.Release|Win32.ActiveCfg = Release|Win32 - {4258687D-4905-46A6-9407-08F4F8A81CC0}.Release|Win32.Build.0 = Release|Win32 - {E08DA5C2-9D97-4CD3-BB13-6FD6BA4458D6}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {E08DA5C2-9D97-4CD3-BB13-6FD6BA4458D6}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {E08DA5C2-9D97-4CD3-BB13-6FD6BA4458D6}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {E08DA5C2-9D97-4CD3-BB13-6FD6BA4458D6}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {E08DA5C2-9D97-4CD3-BB13-6FD6BA4458D6}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {E08DA5C2-9D97-4CD3-BB13-6FD6BA4458D6}.Debug|Win32.ActiveCfg = Debug|Win32 - {E08DA5C2-9D97-4CD3-BB13-6FD6BA4458D6}.Debug|Win32.Build.0 = Debug|Win32 - {E08DA5C2-9D97-4CD3-BB13-6FD6BA4458D6}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {E08DA5C2-9D97-4CD3-BB13-6FD6BA4458D6}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {E08DA5C2-9D97-4CD3-BB13-6FD6BA4458D6}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {E08DA5C2-9D97-4CD3-BB13-6FD6BA4458D6}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {E08DA5C2-9D97-4CD3-BB13-6FD6BA4458D6}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {E08DA5C2-9D97-4CD3-BB13-6FD6BA4458D6}.Release|Win32.ActiveCfg = Release|Win32 - {E08DA5C2-9D97-4CD3-BB13-6FD6BA4458D6}.Release|Win32.Build.0 = Release|Win32 - {1DE72B1E-0DD6-4AFD-95E9-D23ACAB31812}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {1DE72B1E-0DD6-4AFD-95E9-D23ACAB31812}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {1DE72B1E-0DD6-4AFD-95E9-D23ACAB31812}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {1DE72B1E-0DD6-4AFD-95E9-D23ACAB31812}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {1DE72B1E-0DD6-4AFD-95E9-D23ACAB31812}.Debug|Win32.ActiveCfg = Debug|Win32 - {1DE72B1E-0DD6-4AFD-95E9-D23ACAB31812}.Debug|Win32.Build.0 = Debug|Win32 - {1DE72B1E-0DD6-4AFD-95E9-D23ACAB31812}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {1DE72B1E-0DD6-4AFD-95E9-D23ACAB31812}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {1DE72B1E-0DD6-4AFD-95E9-D23ACAB31812}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {1DE72B1E-0DD6-4AFD-95E9-D23ACAB31812}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {1DE72B1E-0DD6-4AFD-95E9-D23ACAB31812}.Release|Win32.ActiveCfg = Release|Win32 - {1DE72B1E-0DD6-4AFD-95E9-D23ACAB31812}.Release|Win32.Build.0 = Release|Win32 - {F9AF60FE-C2F2-4D94-9667-E4FCC6FAA466}.Debug|Mixed Platforms.ActiveCfg = Debug|Pocket PC 2003 (ARMV4) - {F9AF60FE-C2F2-4D94-9667-E4FCC6FAA466}.Debug|Mixed Platforms.Build.0 = Debug|Pocket PC 2003 (ARMV4) - {F9AF60FE-C2F2-4D94-9667-E4FCC6FAA466}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {F9AF60FE-C2F2-4D94-9667-E4FCC6FAA466}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {F9AF60FE-C2F2-4D94-9667-E4FCC6FAA466}.Debug|Win32.ActiveCfg = Debug|Pocket PC 2003 (ARMV4) - {F9AF60FE-C2F2-4D94-9667-E4FCC6FAA466}.Release|Mixed Platforms.ActiveCfg = Release|Pocket PC 2003 (ARMV4) - {F9AF60FE-C2F2-4D94-9667-E4FCC6FAA466}.Release|Mixed Platforms.Build.0 = Release|Pocket PC 2003 (ARMV4) - {F9AF60FE-C2F2-4D94-9667-E4FCC6FAA466}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {F9AF60FE-C2F2-4D94-9667-E4FCC6FAA466}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {F9AF60FE-C2F2-4D94-9667-E4FCC6FAA466}.Release|Win32.ActiveCfg = Release|Pocket PC 2003 (ARMV4) - {CAA7EF3E-C7F4-4F8A-9E17-9A06DEF9E717}.Debug|Mixed Platforms.ActiveCfg = Debug|Pocket PC 2003 (ARMV4) - {CAA7EF3E-C7F4-4F8A-9E17-9A06DEF9E717}.Debug|Mixed Platforms.Build.0 = Debug|Pocket PC 2003 (ARMV4) - {CAA7EF3E-C7F4-4F8A-9E17-9A06DEF9E717}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {CAA7EF3E-C7F4-4F8A-9E17-9A06DEF9E717}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {CAA7EF3E-C7F4-4F8A-9E17-9A06DEF9E717}.Debug|Smartphone 2003 (ARMV4).Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {CAA7EF3E-C7F4-4F8A-9E17-9A06DEF9E717}.Debug|Win32.ActiveCfg = Debug|Pocket PC 2003 (ARMV4) - {CAA7EF3E-C7F4-4F8A-9E17-9A06DEF9E717}.Release|Mixed Platforms.ActiveCfg = Release|Pocket PC 2003 (ARMV4) - {CAA7EF3E-C7F4-4F8A-9E17-9A06DEF9E717}.Release|Mixed Platforms.Build.0 = Release|Pocket PC 2003 (ARMV4) - {CAA7EF3E-C7F4-4F8A-9E17-9A06DEF9E717}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {CAA7EF3E-C7F4-4F8A-9E17-9A06DEF9E717}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {CAA7EF3E-C7F4-4F8A-9E17-9A06DEF9E717}.Release|Smartphone 2003 (ARMV4).Deploy.0 = Release|Smartphone 2003 (ARMV4) - {CAA7EF3E-C7F4-4F8A-9E17-9A06DEF9E717}.Release|Win32.ActiveCfg = Release|Pocket PC 2003 (ARMV4) - {27F7FDF4-479B-47B5-BFEA-12E9EA41F663}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {27F7FDF4-479B-47B5-BFEA-12E9EA41F663}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {27F7FDF4-479B-47B5-BFEA-12E9EA41F663}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {27F7FDF4-479B-47B5-BFEA-12E9EA41F663}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {27F7FDF4-479B-47B5-BFEA-12E9EA41F663}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {27F7FDF4-479B-47B5-BFEA-12E9EA41F663}.Debug|Win32.ActiveCfg = Debug|Win32 - {27F7FDF4-479B-47B5-BFEA-12E9EA41F663}.Debug|Win32.Build.0 = Debug|Win32 - {27F7FDF4-479B-47B5-BFEA-12E9EA41F663}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {27F7FDF4-479B-47B5-BFEA-12E9EA41F663}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {27F7FDF4-479B-47B5-BFEA-12E9EA41F663}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {27F7FDF4-479B-47B5-BFEA-12E9EA41F663}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {27F7FDF4-479B-47B5-BFEA-12E9EA41F663}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {27F7FDF4-479B-47B5-BFEA-12E9EA41F663}.Release|Win32.ActiveCfg = Release|Win32 - {27F7FDF4-479B-47B5-BFEA-12E9EA41F663}.Release|Win32.Build.0 = Release|Win32 - {C993119B-29B1-49C8-8EA3-A9ABF633164E}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {C993119B-29B1-49C8-8EA3-A9ABF633164E}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {C993119B-29B1-49C8-8EA3-A9ABF633164E}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {C993119B-29B1-49C8-8EA3-A9ABF633164E}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {C993119B-29B1-49C8-8EA3-A9ABF633164E}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {C993119B-29B1-49C8-8EA3-A9ABF633164E}.Debug|Smartphone 2003 (ARMV4).Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {C993119B-29B1-49C8-8EA3-A9ABF633164E}.Debug|Win32.ActiveCfg = Debug|Win32 - {C993119B-29B1-49C8-8EA3-A9ABF633164E}.Debug|Win32.Build.0 = Debug|Win32 - {C993119B-29B1-49C8-8EA3-A9ABF633164E}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {C993119B-29B1-49C8-8EA3-A9ABF633164E}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {C993119B-29B1-49C8-8EA3-A9ABF633164E}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {C993119B-29B1-49C8-8EA3-A9ABF633164E}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {C993119B-29B1-49C8-8EA3-A9ABF633164E}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {C993119B-29B1-49C8-8EA3-A9ABF633164E}.Release|Smartphone 2003 (ARMV4).Deploy.0 = Release|Smartphone 2003 (ARMV4) - {C993119B-29B1-49C8-8EA3-A9ABF633164E}.Release|Win32.ActiveCfg = Release|Win32 - {C993119B-29B1-49C8-8EA3-A9ABF633164E}.Release|Win32.Build.0 = Release|Win32 - {694C765F-DFD6-467E-A813-B3F887E822D4}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {694C765F-DFD6-467E-A813-B3F887E822D4}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {694C765F-DFD6-467E-A813-B3F887E822D4}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {694C765F-DFD6-467E-A813-B3F887E822D4}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {694C765F-DFD6-467E-A813-B3F887E822D4}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {694C765F-DFD6-467E-A813-B3F887E822D4}.Debug|Smartphone 2003 (ARMV4).Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {694C765F-DFD6-467E-A813-B3F887E822D4}.Debug|Win32.ActiveCfg = Debug|Win32 - {694C765F-DFD6-467E-A813-B3F887E822D4}.Debug|Win32.Build.0 = Debug|Win32 - {694C765F-DFD6-467E-A813-B3F887E822D4}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {694C765F-DFD6-467E-A813-B3F887E822D4}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {694C765F-DFD6-467E-A813-B3F887E822D4}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {694C765F-DFD6-467E-A813-B3F887E822D4}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {694C765F-DFD6-467E-A813-B3F887E822D4}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {694C765F-DFD6-467E-A813-B3F887E822D4}.Release|Smartphone 2003 (ARMV4).Deploy.0 = Release|Smartphone 2003 (ARMV4) - {694C765F-DFD6-467E-A813-B3F887E822D4}.Release|Win32.ActiveCfg = Release|Win32 - {694C765F-DFD6-467E-A813-B3F887E822D4}.Release|Win32.Build.0 = Release|Win32 - {07D6FB42-0F4F-487A-BCBA-EC4BBF5CB160}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {07D6FB42-0F4F-487A-BCBA-EC4BBF5CB160}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {07D6FB42-0F4F-487A-BCBA-EC4BBF5CB160}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {07D6FB42-0F4F-487A-BCBA-EC4BBF5CB160}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {07D6FB42-0F4F-487A-BCBA-EC4BBF5CB160}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {07D6FB42-0F4F-487A-BCBA-EC4BBF5CB160}.Debug|Smartphone 2003 (ARMV4).Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {07D6FB42-0F4F-487A-BCBA-EC4BBF5CB160}.Debug|Win32.ActiveCfg = Debug|Win32 - {07D6FB42-0F4F-487A-BCBA-EC4BBF5CB160}.Debug|Win32.Build.0 = Debug|Win32 - {07D6FB42-0F4F-487A-BCBA-EC4BBF5CB160}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {07D6FB42-0F4F-487A-BCBA-EC4BBF5CB160}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {07D6FB42-0F4F-487A-BCBA-EC4BBF5CB160}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {07D6FB42-0F4F-487A-BCBA-EC4BBF5CB160}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {07D6FB42-0F4F-487A-BCBA-EC4BBF5CB160}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {07D6FB42-0F4F-487A-BCBA-EC4BBF5CB160}.Release|Smartphone 2003 (ARMV4).Deploy.0 = Release|Smartphone 2003 (ARMV4) - {07D6FB42-0F4F-487A-BCBA-EC4BBF5CB160}.Release|Win32.ActiveCfg = Release|Win32 - {07D6FB42-0F4F-487A-BCBA-EC4BBF5CB160}.Release|Win32.Build.0 = Release|Win32 - {073E2281-4FDE-4C4D-A217-C489DB17C48C}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {073E2281-4FDE-4C4D-A217-C489DB17C48C}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {073E2281-4FDE-4C4D-A217-C489DB17C48C}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {073E2281-4FDE-4C4D-A217-C489DB17C48C}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Win32 - {073E2281-4FDE-4C4D-A217-C489DB17C48C}.Debug|Win32.ActiveCfg = Debug|Win32 - {073E2281-4FDE-4C4D-A217-C489DB17C48C}.Debug|Win32.Build.0 = Debug|Win32 - {073E2281-4FDE-4C4D-A217-C489DB17C48C}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {073E2281-4FDE-4C4D-A217-C489DB17C48C}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {073E2281-4FDE-4C4D-A217-C489DB17C48C}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {073E2281-4FDE-4C4D-A217-C489DB17C48C}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Win32 - {073E2281-4FDE-4C4D-A217-C489DB17C48C}.Release|Win32.ActiveCfg = Release|Win32 - {073E2281-4FDE-4C4D-A217-C489DB17C48C}.Release|Win32.Build.0 = Release|Win32 - {B1AEFA90-318F-459C-96EE-B4DFF3318B7B}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32 - {B1AEFA90-318F-459C-96EE-B4DFF3318B7B}.Debug|Mixed Platforms.Build.0 = Debug|Win32 - {B1AEFA90-318F-459C-96EE-B4DFF3318B7B}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Win32 - {B1AEFA90-318F-459C-96EE-B4DFF3318B7B}.Debug|Win32.ActiveCfg = Debug|Win32 - {B1AEFA90-318F-459C-96EE-B4DFF3318B7B}.Debug|Win32.Build.0 = Debug|Win32 - {B1AEFA90-318F-459C-96EE-B4DFF3318B7B}.Release|Mixed Platforms.ActiveCfg = Release|Win32 - {B1AEFA90-318F-459C-96EE-B4DFF3318B7B}.Release|Mixed Platforms.Build.0 = Release|Win32 - {B1AEFA90-318F-459C-96EE-B4DFF3318B7B}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Win32 - {B1AEFA90-318F-459C-96EE-B4DFF3318B7B}.Release|Win32.ActiveCfg = Release|Win32 - {B1AEFA90-318F-459C-96EE-B4DFF3318B7B}.Release|Win32.Build.0 = Release|Win32 - {073E2381-4FDE-4C4D-B217-C489EB17C48B}.Debug|Mixed Platforms.ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {073E2381-4FDE-4C4D-B217-C489EB17C48B}.Debug|Mixed Platforms.Build.0 = Debug|Smartphone 2003 (ARMV4) - {073E2381-4FDE-4C4D-B217-C489EB17C48B}.Debug|Mixed Platforms.Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {073E2381-4FDE-4C4D-B217-C489EB17C48B}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) - {073E2381-4FDE-4C4D-B217-C489EB17C48B}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) - {073E2381-4FDE-4C4D-B217-C489EB17C48B}.Debug|Smartphone 2003 (ARMV4).Deploy.0 = Debug|Smartphone 2003 (ARMV4) - {073E2381-4FDE-4C4D-B217-C489EB17C48B}.Debug|Win32.ActiveCfg = Debug|Win32 - {073E2381-4FDE-4C4D-B217-C489EB17C48B}.Debug|Win32.Build.0 = Debug|Win32 - {073E2381-4FDE-4C4D-B217-C489EB17C48B}.Release|Mixed Platforms.ActiveCfg = Release|Smartphone 2003 (ARMV4) - {073E2381-4FDE-4C4D-B217-C489EB17C48B}.Release|Mixed Platforms.Build.0 = Release|Smartphone 2003 (ARMV4) - {073E2381-4FDE-4C4D-B217-C489EB17C48B}.Release|Mixed Platforms.Deploy.0 = Release|Smartphone 2003 (ARMV4) - {073E2381-4FDE-4C4D-B217-C489EB17C48B}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) - {073E2381-4FDE-4C4D-B217-C489EB17C48B}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) - {073E2381-4FDE-4C4D-B217-C489EB17C48B}.Release|Smartphone 2003 (ARMV4).Deploy.0 = Release|Smartphone 2003 (ARMV4) - {073E2381-4FDE-4C4D-B217-C489EB17C48B}.Release|Win32.ActiveCfg = Release|Win32 - {073E2381-4FDE-4C4D-B217-C489EB17C48B}.Release|Win32.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/build/msvc9/gpac_js.vcproj b/build/msvc9/gpac_js.vcproj deleted file mode 100644 index 7462a48..0000000 --- a/build/msvc9/gpac_js.vcproj +++ /dev/null @@ -1,471 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc9/img_in.vcproj b/build/msvc9/img_in.vcproj deleted file mode 100644 index 212b393..0000000 --- a/build/msvc9/img_in.vcproj +++ /dev/null @@ -1,635 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc9/ismacryp.vcproj b/build/msvc9/ismacryp.vcproj deleted file mode 100644 index 48b287c..0000000 --- a/build/msvc9/ismacryp.vcproj +++ /dev/null @@ -1,461 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc9/isom_in.vcproj b/build/msvc9/isom_in.vcproj deleted file mode 100644 index d481ef9..0000000 --- a/build/msvc9/isom_in.vcproj +++ /dev/null @@ -1,587 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc9/laser_dec.vcproj b/build/msvc9/laser_dec.vcproj deleted file mode 100644 index 09b65e2..0000000 --- a/build/msvc9/laser_dec.vcproj +++ /dev/null @@ -1,459 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc9/libgpac.vcproj b/build/msvc9/libgpac.vcproj deleted file mode 100644 index 696d954..0000000 --- a/build/msvc9/libgpac.vcproj +++ /dev/null @@ -1,7218 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc9/libgpac_dll.vcproj b/build/msvc9/libgpac_dll.vcproj deleted file mode 100644 index 9a7c960..0000000 --- a/build/msvc9/libgpac_dll.vcproj +++ /dev/null @@ -1,440 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc9/mp3_in.vcproj b/build/msvc9/mp3_in.vcproj deleted file mode 100644 index c675ac6..0000000 --- a/build/msvc9/mp3_in.vcproj +++ /dev/null @@ -1,507 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc9/mp4box.vcproj b/build/msvc9/mp4box.vcproj deleted file mode 100644 index 7c6fa86..0000000 --- a/build/msvc9/mp4box.vcproj +++ /dev/null @@ -1,535 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc9/mp4client.vcproj b/build/msvc9/mp4client.vcproj deleted file mode 100644 index 3543660..0000000 --- a/build/msvc9/mp4client.vcproj +++ /dev/null @@ -1,483 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc9/mpd_in.vcproj b/build/msvc9/mpd_in.vcproj deleted file mode 100644 index 814529a..0000000 --- a/build/msvc9/mpd_in.vcproj +++ /dev/null @@ -1,187 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc9/mpegts_in.vcproj b/build/msvc9/mpegts_in.vcproj deleted file mode 100644 index 0003d8c..0000000 --- a/build/msvc9/mpegts_in.vcproj +++ /dev/null @@ -1,461 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc9/odf_dec.vcproj b/build/msvc9/odf_dec.vcproj deleted file mode 100644 index 0ed0e70..0000000 --- a/build/msvc9/odf_dec.vcproj +++ /dev/null @@ -1,460 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc9/ogg.vcproj b/build/msvc9/ogg.vcproj deleted file mode 100644 index 36df595..0000000 --- a/build/msvc9/ogg.vcproj +++ /dev/null @@ -1,591 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc9/opencv_is.vcproj b/build/msvc9/opencv_is.vcproj deleted file mode 100644 index b2c0642..0000000 --- a/build/msvc9/opencv_is.vcproj +++ /dev/null @@ -1,577 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc9/opensvc.vcproj b/build/msvc9/opensvc.vcproj deleted file mode 100644 index 5ecbcc1..0000000 --- a/build/msvc9/opensvc.vcproj +++ /dev/null @@ -1,466 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc9/osmophone.vcproj b/build/msvc9/osmophone.vcproj deleted file mode 100644 index b4a6780..0000000 --- a/build/msvc9/osmophone.vcproj +++ /dev/null @@ -1,595 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc9/osmozilla.vcproj b/build/msvc9/osmozilla.vcproj deleted file mode 100644 index 38f74d2..0000000 --- a/build/msvc9/osmozilla.vcproj +++ /dev/null @@ -1,496 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc9/platinum.vcproj b/build/msvc9/platinum.vcproj deleted file mode 100644 index 982bc6d..0000000 --- a/build/msvc9/platinum.vcproj +++ /dev/null @@ -1,474 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc9/raw_out.vcproj b/build/msvc9/raw_out.vcproj deleted file mode 100644 index 1a43d23..0000000 --- a/build/msvc9/raw_out.vcproj +++ /dev/null @@ -1,461 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc9/redirect_av.vcproj b/build/msvc9/redirect_av.vcproj deleted file mode 100644 index 035672a..0000000 --- a/build/msvc9/redirect_av.vcproj +++ /dev/null @@ -1,454 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc9/rtp_in.vcproj b/build/msvc9/rtp_in.vcproj deleted file mode 100644 index 1305c92..0000000 --- a/build/msvc9/rtp_in.vcproj +++ /dev/null @@ -1,665 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc9/saf_in.vcproj b/build/msvc9/saf_in.vcproj deleted file mode 100644 index 6cec8ed..0000000 --- a/build/msvc9/saf_in.vcproj +++ /dev/null @@ -1,466 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc9/sdl_out.vcproj b/build/msvc9/sdl_out.vcproj deleted file mode 100644 index e98d8e9..0000000 --- a/build/msvc9/sdl_out.vcproj +++ /dev/null @@ -1,589 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc9/soft_raster.vcproj b/build/msvc9/soft_raster.vcproj deleted file mode 100644 index 6ed438e..0000000 --- a/build/msvc9/soft_raster.vcproj +++ /dev/null @@ -1,703 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc9/svg_in.vcproj b/build/msvc9/svg_in.vcproj deleted file mode 100644 index 826c9e2..0000000 --- a/build/msvc9/svg_in.vcproj +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc9/timedtext.vcproj b/build/msvc9/timedtext.vcproj deleted file mode 100644 index fc4cc4e..0000000 --- a/build/msvc9/timedtext.vcproj +++ /dev/null @@ -1,501 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc9/ui_rec.vcproj b/build/msvc9/ui_rec.vcproj deleted file mode 100644 index d28f1ea..0000000 --- a/build/msvc9/ui_rec.vcproj +++ /dev/null @@ -1,576 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc9/wav_out.vcproj b/build/msvc9/wav_out.vcproj deleted file mode 100644 index dc1d5e5..0000000 --- a/build/msvc9/wav_out.vcproj +++ /dev/null @@ -1,463 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc9/widgetman.vcproj b/build/msvc9/widgetman.vcproj deleted file mode 100644 index 4034d69..0000000 --- a/build/msvc9/widgetman.vcproj +++ /dev/null @@ -1,456 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc9/wiiis.vcproj b/build/msvc9/wiiis.vcproj deleted file mode 100644 index b6c0193..0000000 --- a/build/msvc9/wiiis.vcproj +++ /dev/null @@ -1,578 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc9/wxOsmo4.vcproj b/build/msvc9/wxOsmo4.vcproj deleted file mode 100644 index dbe64f2..0000000 --- a/build/msvc9/wxOsmo4.vcproj +++ /dev/null @@ -1,388 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/msvc9/xvid_dec.vcproj b/build/msvc9/xvid_dec.vcproj deleted file mode 100644 index 220d672..0000000 --- a/build/msvc9/xvid_dec.vcproj +++ /dev/null @@ -1,1246 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/osxdmg/Osmo4.app/Contents/Info.plist b/build/osxdmg/Osmo4.app/Contents/Info.plist deleted file mode 100644 index 8594c70..0000000 --- a/build/osxdmg/Osmo4.app/Contents/Info.plist +++ /dev/null @@ -1,565 +0,0 @@ - - - - - CFBundleDevelopmentRegion - English - CFBundleDocumentTypes - - - CFBundleTypeExtensions - - bt - xmt - - CFBundleTypeIconFile - osmo_generic.icns - CFBundleTypeName - MPEG-4 BIFS Text - CFBundleTypeRole - Viewer - - - CFBundleTypeExtensions - - wrl - x3d - - CFBundleTypeIconFile - osmo_model.icns - CFBundleTypeName - Web3D VRML/X3D File - CFBundleTypeRole - Viewer - - - CFBundleTypeExtensions - - svg - - CFBundleTypeIconFile - osmo_generic.icns - CFBundleTypeName - W3C SVG File - CFBundleTypeRole - Viewer - - - CFBundleTypeExtensions - - saf - - CFBundleTypeIconFile - osmo_generic.icns - CFBundleTypeName - MPEG-4 SAF/LASeR File - CFBundleTypeRole - Viewer - - - CFBundleTypeExtensions - - flv - - CFBundleTypeIconFile - osmo_video.icns - CFBundleTypeName - Flash Video File - CFBundleTypeRole - Viewer - - - CFBundleTypeExtensions - - pls - - CFBundleTypeIconFile - osmo_generic.icns - CFBundleTypeName - Shoutcast playlist - CFBundleTypeRole - Viewer - - - CFBundleTypeExtensions - - m3u - m3u8 - - CFBundleTypeIconFile - osmo_generic.icns - CFBundleTypeName - Playlist file - CFBundleTypeRole - Viewer - - - CFBundleTypeExtensions - - aiff - aif - - CFBundleTypeIconFile - osmo_audio.icns - CFBundleTypeName - AIFF file - CFBundleTypeRole - Viewer - - - CFBundleTypeExtensions - - sdp - - CFBundleTypeIconFile - osmo_generic.icns - CFBundleTypeName - Session Description Protocol File - CFBundleTypeRole - Viewer - - - CFBundleTypeExtensions - - wav - - CFBundleTypeIconFile - osmo_audio.icns - CFBundleTypeName - WAVE Audio File - CFBundleTypeRole - Viewer - - - CFBundleTypeExtensions - - vob - - CFBundleTypeIconFile - osmo_video.icns - CFBundleTypeName - DVD Video File - CFBundleTypeRole - Viewer - - - CFBundleTypeExtensions - - a52 - ac3 - - CFBundleTypeIconFile - osmo_audio.icns - CFBundleTypeName - Digital Audio - CFBundleTypeRole - Viewer - - - CFBundleTypeExtensions - - aac - - CFBundleTypeIconFile - osmo_audio.icns - CFBundleTypeName - AAC file - CFBundleTypeRole - Viewer - - - CFBundleTypeExtensions - - ogm - - CFBundleTypeIconFile - osmo_video.icns - CFBundleTypeName - Ogg MPEG-4 Video File - CFBundleTypeRole - Viewer - - - CFBundleTypeExtensions - - ogg - - CFBundleTypeIconFile - osmo_audio.icns - CFBundleTypeMIMETypes - - audio/ogg - - CFBundleTypeName - Ogg Vorbis File - CFBundleTypeRole - Viewer - - - CFBundleTypeExtensions - - ogv - - CFBundleTypeIconFile - osmo_video.icns - CFBundleTypeMIMETypes - - video/ogg - - CFBundleTypeName - Ogg Video File - CFBundleTypeRole - Viewer - - - CFBundleTypeExtensions - - avi - - CFBundleTypeIconFile - osmo_video.icns - CFBundleTypeName - AVI container - CFBundleTypeRole - Viewer - - - CFBundleTypeExtensions - - mov - moov - qt - - CFBundleTypeIconFile - osmo_video.icns - CFBundleTypeMIMETypes - - video/quicktime - - CFBundleTypeName - Apple QuickTime container - CFBundleTypeRole - Viewer - - - CFBundleTypeExtensions - - asf - - CFBundleTypeIconFile - osmo_video.icns - CFBundleTypeName - Advanced Streaming Format - CFBundleTypeRole - Viewer - - - CFBundleTypeExtensions - - wma - - CFBundleTypeIconFile - osmo_audio.icns - CFBundleTypeName - Windows Media Audio - CFBundleTypeRole - Viewer - - - CFBundleTypeExtensions - - wmv - wm - - CFBundleTypeIconFile - osmo_video.icns - CFBundleTypeName - Windows Media Video - CFBundleTypeRole - Viewer - - - CFBundleTypeExtensions - - mpg - mpeg - mpeg1 - mpeg2 - - CFBundleTypeIconFile - osmo_video.icns - CFBundleTypeName - multiplexed MPEG-1/2 - CFBundleTypeRole - Viewer - - - CFBundleTypeExtensions - - m1v - - CFBundleTypeIconFile - osmo_video.icns - CFBundleTypeName - MPEG-1 Video File - CFBundleTypeRole - Viewer - - - CFBundleTypeExtensions - - m2a - mp1 - mp2 - mp3 - mpa - - CFBundleTypeIconFile - osmo_audio.icns - CFBundleTypeName - MPEG Audio File - CFBundleTypeRole - Viewer - - - CFBundleTypeExtensions - - m2p - ps - - CFBundleTypeIconFile - osmo_generic.icns - CFBundleTypeName - MPEG-2 Program Stream - CFBundleTypeRole - Viewer - - - CFBundleTypeExtensions - - ts - m2ts - mts - mt2s - - CFBundleTypeIconFile - osmo_generic.icns - CFBundleTypeMIMETypes - - video/mp2t - - CFBundleTypeName - MPEG-2 Transport Stream - CFBundleTypeRole - Viewer - - - CFBundleTypeExtensions - - m2v - mpv - - CFBundleTypeIconFile - osmo_video.icns - CFBundleTypeName - MPEG-2 Video File - CFBundleTypeRole - Viewer - - - CFBundleTypeExtensions - - mp4 - mpeg4 - - CFBundleTypeIconFile - osmo_generic.icns - CFBundleTypeName - MPEG-4 File - CFBundleTypeRole - Viewer - - - CFBundleTypeExtensions - - m4v - - CFBundleTypeIconFile - osmo_video.icns - CFBundleTypeName - MPEG-4 Video File - CFBundleTypeRole - Viewer - - - CFBundleTypeExtensions - - m4a - - CFBundleTypeIconFile - osmo_audio.icns - CFBundleTypeName - MPEG-4 Audio File - CFBundleTypeRole - Viewer - - - CFBundleTypeExtensions - - 3gp - - CFBundleTypeIconFile - osmo_video.icns - CFBundleTypeName - 3GPP File - CFBundleTypeRole - Viewer - - - CFBundleTypeExtensions - - mka - - CFBundleTypeIconFile - osmo_audio.icns - CFBundleTypeName - Matroska Audio File - CFBundleTypeRole - Viewer - - - CFBundleTypeExtensions - - mkv - - CFBundleTypeIconFile - osmo_video.icns - CFBundleTypeName - Matroska Video File - CFBundleTypeRole - Viewer - - - CFBundleTypeExtensions - - webm - - CFBundleTypeIconFile - osmo_video.icns - CFBundleTypeName - WebM Video File - CFBundleTypeRole - Viewer - - - CFBundleTypeExtensions - - srt - - CFBundleTypeIconFile - osmo_subs.icns - CFBundleTypeName - Subrip Subtitle File - CFBundleTypeRole - Viewer - LSTypeIsPackage - - NSPersistentStoreTypeKey - Binary - - - CFBundleTypeExtensions - - ttxt - - CFBundleTypeIconFile - osmo_subs.icns - CFBundleTypeName - 3GPP Subtitle File - CFBundleTypeRole - Viewer - LSTypeIsPackage - - NSPersistentStoreTypeKey - Binary - - - CFBundleExecutable - Osmo4 - CFBundleGetInfoString - Copyright © 2003-2011 Telecom ParisTech - CFBundleIconFile - osmo.icns - CFBundleIdentifier - com.enst.gpac - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - Osmo4 - CFBundlePackageType - APPL - CFBundleShortVersionString - - 9.9.9 - CFBundleSignature - gpac - CFBundleURLTypes - - - CFBundleURLIconFile - generic - CFBundleURLName - http url - CFBundleURLSchemes - - http - - - - CFBundleURLIconFile - generic - CFBundleURLName - Multimedia Stream URL - CFBundleURLSchemes - - mms - - - - CFBundleURLIconFile - generic - CFBundleURLName - RTSP - CFBundleURLSchemes - - rtsp - - - - CFBundleURLIconFile - generic - CFBundleURLName - udp url - CFBundleURLSchemes - - udp - - - - CFBundleVersion - - 9999 - LSMinimumSystemVersion - 10.5.0 - NSMainNibFile - MainMenu - NSPrincipalClass - NSApplication - SUEnableAutomaticChecks - NO - SUEnableSystemProfiling - YES - - diff --git a/build/osxdmg/Osmo4.app/Contents/PkgInfo b/build/osxdmg/Osmo4.app/Contents/PkgInfo deleted file mode 100644 index dd0975d..0000000 --- a/build/osxdmg/Osmo4.app/Contents/PkgInfo +++ /dev/null @@ -1 +0,0 @@ -APPLgpac \ No newline at end of file diff --git a/build/osxdmg/Osmo4.app/Contents/Resources/osmo.icns b/build/osxdmg/Osmo4.app/Contents/Resources/osmo.icns deleted file mode 100644 index da7226f..0000000 Binary files a/build/osxdmg/Osmo4.app/Contents/Resources/osmo.icns and /dev/null differ diff --git a/build/osxdmg/Osmo4.app/Contents/Resources/osmo_audio.icns b/build/osxdmg/Osmo4.app/Contents/Resources/osmo_audio.icns deleted file mode 100644 index d4a1d32..0000000 Binary files a/build/osxdmg/Osmo4.app/Contents/Resources/osmo_audio.icns and /dev/null differ diff --git a/build/osxdmg/Osmo4.app/Contents/Resources/osmo_generic.icns b/build/osxdmg/Osmo4.app/Contents/Resources/osmo_generic.icns deleted file mode 100644 index 6d0417b..0000000 Binary files a/build/osxdmg/Osmo4.app/Contents/Resources/osmo_generic.icns and /dev/null differ diff --git a/build/osxdmg/Osmo4.app/Contents/Resources/osmo_model.icns b/build/osxdmg/Osmo4.app/Contents/Resources/osmo_model.icns deleted file mode 100644 index 18e61b3..0000000 Binary files a/build/osxdmg/Osmo4.app/Contents/Resources/osmo_model.icns and /dev/null differ diff --git a/build/osxdmg/Osmo4.app/Contents/Resources/osmo_subs.icns b/build/osxdmg/Osmo4.app/Contents/Resources/osmo_subs.icns deleted file mode 100644 index 3e8f02c..0000000 Binary files a/build/osxdmg/Osmo4.app/Contents/Resources/osmo_subs.icns and /dev/null differ diff --git a/build/osxdmg/Osmo4.app/Contents/Resources/osmo_video.icns b/build/osxdmg/Osmo4.app/Contents/Resources/osmo_video.icns deleted file mode 100644 index 9231663..0000000 Binary files a/build/osxdmg/Osmo4.app/Contents/Resources/osmo_video.icns and /dev/null differ diff --git a/build/osxdmg/Osmo4.app/Contents/Resources/osmo_widget.icns b/build/osxdmg/Osmo4.app/Contents/Resources/osmo_widget.icns deleted file mode 100644 index 9f63111..0000000 Binary files a/build/osxdmg/Osmo4.app/Contents/Resources/osmo_widget.icns and /dev/null differ diff --git a/build/osxdmg/SLA.r b/build/osxdmg/SLA.r deleted file mode 100644 index c338a71..0000000 --- a/build/osxdmg/SLA.r +++ /dev/null @@ -1,446 +0,0 @@ -data 'LPic' (5000) { - $"0002 0011 0003 0001 0000 0000 0002 0000" - $"0008 0003 0000 0001 0004 0000 0004 0005" - $"0000 000E 0006 0001 0005 0007 0000 0007" - $"0008 0000 0047 0009 0000 0034 000A 0001" - $"0035 000B 0001 0020 000C 0000 0011 000D" - $"0000 005B 0004 0000 0033 000F 0001 000C" - $"0010 0000 000B 000E 0000" -}; - - -data 'TEXT' (5002, "English") { - "Copyright (c) 2003, 2011 Telecom ParisTech. All rights reserved.\n" - "For more information, visit \n" - "\n" - "This software package includes many Multimedia Technologies. Some of these technologies may be covered by various patents hard to identify. These patents may or may not apply in your local jurisdiction.\n" - "\n" - "By installing this software, you acknowledge that you may have to pay royalty fees in order to legally use this software.\n" - "\n" - "DO NOT PROCEED with this installation if you do not understand or do not agree with these terms.\n" - "\n" - "Telecom ParisTech bears no liability for any infringing usage of this software, which is provided for educational or research purposes.\n" - "\n" - "This software is distributed under the GNU LESSER GENERAL PUBLIC LICENSE\n" - "See for more details\n" -}; - - -resource 'STR#' (5001, "German") { - { /* array StringArray: 9 elements */ - /* [1] */ - "Deutsch", - /* [2] */ - "Akzeptieren", - /* [3] */ - "Ablehnen", - /* [4] */ - "Drucken", - /* [5] */ - "Sichern...", - /* [6] */ - "Klicken Sie auf ÒAkzeptierenÓ, wenn Sie mit den Bestimmungen des " - "Software-Lizenzvertrages einverstanden sind. Falls nicht, klicken " - "Sie bitte ÒAblehnenÓ an. Sie kšnnen die Software nur installieren, " - "wenn Sie ÒAkzeptierenÓ angeklickt haben.", - /* [7] */ - "Software-Lizenzvertrag", - /* [8] */ - "Dieser Text kann nicht gesichert werden. Diese Festplatte ist " - "mšglicherweise voll oder geschŸtzt oder der Ordner ist geschŸtzt.", - /* [9] */ - "Es kann nicht gedruckt werden. Bitte stellen Sie sicher, da§ ein " - "Drucker ausgewŠhlt ist." - } -}; - -resource 'STR#' (5002, "English") { - { /* array StringArray: 9 elements */ - /* [1] */ - "English", - /* [2] */ - "Agree", - /* [3] */ - "Disagree", - /* [4] */ - "Print", - /* [5] */ - "Save...", - /* [6] */ - "IMPORTANT - Read this License Agreement carefully before clicking on " - "the \"Agree\" button. By clicking on the \"Agree\" button, you agree " - "to be bound by the terms of the License Agreement.", - /* [7] */ - "Software License Agreement", - /* [8] */ - "This text cannot be saved. This disk may be full or locked, or the file " - "may be locked.", - /* [9] */ - "Unable to print. Make sure youÕve selected a printer." - } -}; - -resource 'STR#' (5003, "Spanish") { - { /* array StringArray: 9 elements */ - /* [1] */ - "Espa–ol", - /* [2] */ - "Aceptar", - /* [3] */ - "No aceptar", - /* [4] */ - "Imprimir", - /* [5] */ - "Guardar...", - /* [6] */ - "Si est‡ de acuerdo con los tŽrminos de esta licencia, pulse \"Aceptar\" " - "para instalar el software. En el supuesto de que no estŽ de acuerdo con " - "los tŽrminos de esta licencia, pulse \"No aceptar.\"", - /* [7] */ - "Licencia de Software", - /* [8] */ - "Este texto no se puede guardar. El disco puede estar lleno o bloqueado, " - "o el archivo puede estar bloqueado.", - /* [9] */ - "No se puede imprimir. Compruebe que ha seleccionado una impresora." - } -}; - -resource 'STR#' (5004, "French") { - { /* array StringArray: 9 elements */ - /* [1] */ - "Franais", - /* [2] */ - "Accepter", - /* [3] */ - "Refuser", - /* [4] */ - "Imprimer", - /* [5] */ - "Enregistrer...", - /* [6] */ - "Si vous acceptez les termes de la prŽsente licence, cliquez sur " - "\"Accepter\" afin d'installer le logiciel. Si vous n'tes pas d'accord " - "avec les termes de la licence, cliquez sur \"Refuser\".", - /* [7] */ - "Contrat de licence de logiciel", - /* [8] */ - "Ce texte ne peut tre sauvegardŽ. Le disque est peut-tre saturŽ ou " - "verrouillŽ, ou bien le fichier est peut-tre verrouillŽ.", - /* [9] */ - "Impression impossible. Assurez-vous dÕavoir sŽlectionnŽ une imprimante." - } -}; - -resource 'STR#' (5005, "Italian") { - { /* array StringArray: 9 elements */ - /* [1] */ - "Italiano", - /* [2] */ - "Accetto", - /* [3] */ - "Rifiuto", - /* [4] */ - "Stampa", - /* [5] */ - "Registra...", - /* [6] */ - "Se accetti le condizioni di questa licenza, fai clic su \"Accetto\" per " - "installare il software. Altrimenti fai clic su \"Rifiuto\".", - /* [7] */ - "Licenza Software", - /* [8] */ - "Non posso registrare il testo. Il disco potrebbe essere pieno o protetto " - "oppure il documento potrebbe essere protetto.", - /* [9] */ - "Non posso stampare. Assicurati di aver selezionato una stampante." - } -}; - -resource 'STR#' (5006, "Japanese") { - { /* array StringArray: 9 elements */ - /* [1] */ - "Japanese", - /* [2] */ - "“¯ˆÓ‚µ‚Ü‚·", - /* [3] */ - "“¯ˆÓ‚µ‚Ü‚¹‚ñ", - /* [4] */ - "ˆóü‚·‚é", - /* [5] */ - "•Û‘¶...", - /* [6] */ - "–{ƒ\\ƒtƒgƒEƒGƒAŽg—p‹–‘øŒ_–ñ‚ÌðŒ‚É“¯ˆÓ‚³" - "‚ê‚éê‡‚ɂ́Aƒ\\ƒtƒgƒEƒGƒA‚ðƒCƒ“ƒXƒg[ƒ‹" - "‚·‚邽‚߂Ɂu“¯ˆÓ‚µ‚Ü‚·v‚ð‰Ÿ‚µ‚Ä‚­‚¾‚³‚¢" - "B@“¯ˆÓ‚³‚ê‚È‚¢ê‡‚ɂ́Au“¯ˆÓ‚µ‚Ü‚¹‚ñ" - "v‚ð‰Ÿ‚µ‚Ä‚­‚¾‚³‚¢B", - /* [7] */ - "ƒ\\ƒtƒgƒEƒFƒAŽg—p‹–‘øŒ_–ñ", - /* [8] */ - "‚±‚̃eƒLƒXƒg‚́A•Û‘¶‚Å‚«‚Ü‚¹‚ñB‚±‚̃fƒB" - "ƒXƒN‚ɋ󂫂ª–³‚¢‚©ƒƒbƒN‚³‚ê‚Ä‚¢‚é‰Â”\\«" - "‚ª‚ ‚è‚Ü‚·B‚Ü‚½‚́A‚±‚̃tƒ@ƒCƒ‹‚ªƒƒbƒN" - "‚³‚ê‚Ä‚¢‚é‰Â”\\«‚ª‚ ‚è‚Ü‚·B", - /* [9] */ - "ˆóü‚Å‚«‚Ü‚¹‚ñBƒvƒŠƒ“ƒ^‚ª³‚µ‚­‘I‘ð‚³‚ê" - "‚Ä‚¢‚邱‚Æ‚ðŠm”F‚µ‚Ä‚­‚¾‚³‚¢B" - } -}; - -resource 'STR#' (5007, "Dutch") { - { /* array StringArray: 9 elements */ - /* [1] */ - "Nederlands", - /* [2] */ - "Ja", - /* [3] */ - "Nee", - /* [4] */ - "Print", - /* [5] */ - "Bewaar...", - /* [6] */ - "Indien u akkoord gaat met de voorwaarden van deze licentie, kunt u op 'Ja' " - "klikken om de programmatuur te installeren. Indien u niet akkoord gaat, " - "klikt u op 'Nee'.", - /* [7] */ - "Softwarelicentie", - /* [8] */ - "De tekst kan niet worden bewaard. Het kan zijn dat uw schijf vol of " - "beveiligd is of dat het bestand beveiligd is.", - /* [9] */ - "Afdrukken niet mogelijk. Zorg dat er een printer is geselecteerd." - } -}; - -resource 'STR#' (5008, "Swedish") { - { /* array StringArray: 9 elements */ - /* [1] */ - "Svensk", - /* [2] */ - "GodkŠnns", - /* [3] */ - "Avbšjs", - /* [4] */ - "Skriv ut", - /* [5] */ - "Spara...", - /* [6] */ - "Om Du godkŠnner licensvillkoren klicka pŒ \"GodkŠnns\" fšr att installera " - "programprodukten. Om Du inte godkŠnner licensvillkoren, klicka pŒ \"Avbšjs\".", - /* [7] */ - "Licensavtal fšr Programprodukt", - /* [8] */ - "Den hŠr texten kan inte sparas eftersom antingen skivan Šr full eller skivan " - "och/eller dokumentet Šr lŒst.", - /* [9] */ - "Kan inte skriva ut. Kontrollera att du har valt en skrivare. " - } -}; - -resource 'STR#' (5009, "Brazilian Portuguese") { - { /* array StringArray: 9 elements */ - /* [1] */ - "Portugus, Brasil", - /* [2] */ - "Concordar", - /* [3] */ - "Discordar", - /* [4] */ - "Imprimir", - /* [5] */ - "Salvar...", - /* [6] */ - "Se est‡ de acordo com os termos desta licena, pressione \"Concordar\" para " - "instalar o software. Se n‹o est‡ de acordo, pressione \"Discordar\".", - /* [7] */ - "Licena de Uso de Software", - /* [8] */ - "Este texto n‹o pode ser salvo. O disco pode estar cheio ou\nbloqueado, ou o " - "arquivo pode estar bloqueado.", - /* [9] */ - "N‹o Ž poss’vel imprimir. Comprove que voc selecionou uma impressora." - } -}; - -resource 'STR#' (5010, "Simplified Chinese") { - { /* array StringArray: 9 elements */ - /* [1] */ - "Simplified Chinese", - /* [2] */ - "ͬÒâ", - /* [3] */ - "²»Í¬Òâ", - /* [4] */ - "´òÓ¡", - /* [5] */ - "´æ´¢¡­", - /* [6] */ - "Èç¹ûÄúͬÒâ±¾Ðí¿ÉЭÒéµÄÌõ¿î£¬Çë°´¡°Í¬Ò⡱" - "À´°²×°´ËÈí¼þ¡£Èç¹ûÄú²»Í¬Ò⣬Çë°´¡°²»Í¬Òâ" - "¡±¡£", - /* [7] */ - "Èí¼þÐí¿ÉЭÒé", - /* [8] */ - "²»ÄÜ´æ´¢Õâ¸öÎļþ¡£´ÅÅÌ¿ÉÄܱ»Ëø¶¨»òÒÑÂú£¬" - "Ò²ÐíÊÇÎļþ±»Ëø¶¨ÁË¡£", - /* [9] */ - "ÎÞ·¨´òÓ¡¡£ÇëÈ·¶¨ÄúÒÑÑ¡ÔñÁËһ̨´òÓ¡»ú¡£" - } -}; - -resource 'STR#' (5011, "Traditional Chinese") { - { /* array StringArray: 9 elements */ - /* [1] */ - "Traditional Chinese", - /* [2] */ - "¦P·N", - /* [3] */ - "¤£¦P·N", - /* [4] */ - "¦C¦L", - /* [5] */ - "Àx¦s¡K", - /* [6] */ - "¦pªG±z¦P·N¥»³\\¥iÃҸ̪º±ø´Ú¡A½Ð«ö¡§¦P·N¡¨" - "¥H¦w¸Ë³nÅé¡C¦pªG¤£¦P·N¡A½Ð«ö¡§¤£¦P·N¡¨¡C", - /* [7] */ - "³nÅé³\\¥i¨óij", - /* [8] */ - "¥»¤å¦rµLªkÀx¦s¡C³o­ÓºÏºÐ¥i¯à¤wº¡©Î¬OÂê©w" - "¡A©ÎÀɮפw¸gÂê©w¡C", - /* [9] */ - "µLªk¦C¦L¡C½Ð½T©w±z¤w¸g¿ï¾Ü¤F¦Lªí¾÷¡C" - } -}; - -resource 'STR#' (5012, "Danish") { - { /* array StringArray: 9 elements */ - /* [1] */ - "Dansk", - /* [2] */ - "Enig", - /* [3] */ - "Uenig", - /* [4] */ - "Udskriv", - /* [5] */ - "Arkiver...", - /* [6] */ - "Hvis du accepterer betingelserne i licensaftalen, skal du klikke pŒ ÒEnigÓ " - "for at installere softwaren. Klik pŒ ÒUenigÓ for at annullere installeringen.", - /* [7] */ - "Licensaftale for software", - /* [8] */ - "Teksten kan ikke arkiveres. Disken er evt. fuld eller lŒst, eller ogsŒ er " - "arkivet lŒst.", - /* [9] */ - "Kan ikke udskrive. S¿rg for, at der er valgt en printer." - } -}; - -resource 'STR#' (5013, "Finnish") { - { /* array StringArray: 9 elements */ - /* [1] */ - "Suomi", - /* [2] */ - "HyvŠksyn", - /* [3] */ - "En hyvŠksy", - /* [4] */ - "Tulosta", - /* [5] */ - "TallennaÉ", - /* [6] */ - "HyvŠksy lisenssisopimuksen ehdot osoittamalla ÕHyvŠksyÕ. Jos et hyvŠksy " - "sopimuksen ehtoja, osoita ÕEn hyvŠksyÕ.", - /* [7] */ - "Lisenssisopimus", - /* [8] */ - "TekstiŠ ei voida tallentaa. Levy voi olla tŠynnŠ tai lukittu.", - /* [9] */ - "TekstiŠ ei voida tulostaa. Varmista, ettŠ kirjoitin on valittu." - } -}; - -resource 'STR#' (5014, "French Canadian") { - { /* array StringArray: 9 elements */ - /* [1] */ - "Franais canadien", - /* [2] */ - "Accepter", - /* [3] */ - "Refuser", - /* [4] */ - "Imprimer", - /* [5] */ - "Enregistrer...", - /* [6] */ - "Si vous acceptez les termes de la prŽsente licence, cliquez sur \"Accepter\" " - "afin d'installer le logiciel. Si vous n'tes pas d'accord avec les termes de " - "la licence, cliquez sur \"Refuser\".", - /* [7] */ - "Contrat de licence de logiciel", - /* [8] */ - "Ce texte ne peut tre sauvegardŽ. Le disque est peut-tre saturŽ ou verrouillŽ, " - "ou bien le fichier est peut-tre verrouillŽ.", - /* [9] */ - "Impression impossible. Assurez-vous dÕavoir sŽlectionnŽ une imprimante." - } -}; - -resource 'STR#' (5015, "Korean") { - { /* array StringArray: 9 elements */ - /* [1] */ - "Korean", - /* [2] */ - "µ¿ÀÇ", - /* [3] */ - "µ¿ÀÇ ¾ÈÇÔ", - /* [4] */ - "ÇÁ¸°Æ®", - /* [5] */ - "ÀúÀå...", - /* [6] */ - "»ç¿ë °è¾à¼­ÀÇ ³»¿ë¿¡ µ¿ÀÇÇϸé, \"µ¿ÀÇ\" ´Ü" - "Ã߸¦ ´­·¯ ¼ÒÇÁÆ®¿þ¾î¸¦ ¼³Ä¡ÇϽʽÿÀ. µ¿À" - "ÇÇÏÁö ¾Ê´Â´Ù¸é, \"µ¿ÀÇ ¾ÈÇÔ\" ´ÜÃ߸¦ ´©¸£½" - "ʽÿÀ.", - /* [7] */ - "»ç¿ë °è¾à µ¿ÀǼ­", - /* [8] */ - "ÀÌ ÅØ½ºÆ®¸¦ ÀúÀåÇÒ ¼ö ¾ø½À´Ï´Ù. ÀÌ µð½ºÅ" - "©´Â ²Ë á°Å³ª Àá°Ü ÀÖ½À´Ï´Ù. ¶Ç´Â ÆÄÀÏÀÌ" - " Àá°Ü ÀÖÀ» ¼öµµ ÀÖ½À´Ï´Ù.", - /* [9] */ - "ÇÁ¸°Æ®ÇÒ ¼ö ¾ø½À´Ï´Ù. ÇÁ¸°Å͸¦ ¼±ÅÃÇß´ÂÁ" - "ö È®ÀÎÇϽʽÿÀ." - } -}; - -resource 'STR#' (5016, "Norwegian") { - { /* array StringArray: 9 elements */ - /* [1] */ - "Norsk", - /* [2] */ - "Enig", - /* [3] */ - "Ikke enig", - /* [4] */ - "Skriv ut", - /* [5] */ - "Arkiver...", - /* [6] */ - "Hvis De er enig i bestemmelsene i denne lisensavtalen, klikker De pŒ " - "\"Enig\"-knappen for Œ installere programvaren. Hvis De ikke er enig, " - "klikker De pŒ \"Ikke enig\".", - /* [7] */ - "Programvarelisensavtale", - /* [8] */ - "Denne teksten kan ikke arkiveres. Disken kan v¾re full eller lŒst, " - "eller filen kan v¾re lŒst. ", - /* [9] */ - "Kan ikke skrive ut. Forsikre deg om at du har valgt en skriver. " - } -}; diff --git a/build/symbian/Icons.mk b/build/symbian/Icons.mk deleted file mode 100644 index d428775..0000000 --- a/build/symbian/Icons.mk +++ /dev/null @@ -1,44 +0,0 @@ -ifeq (WINS,$(findstring WINS, $(PLATFORM))) -ZDIR=$(EPOCROOT)epoc32\release\$(PLATFORM)\$(CFG)\Z -else -ZDIR=$(EPOCROOT)epoc32\data\z -endif - -ifeq (THUMB,$(findstring THUMB, $(PLATFORM))) -OPT= -TARGETDIR=$(ZDIR)\system\apps\Osmo4 -ICONTARGETFILENAME=$(TARGETDIR)\Osmo4.aif -else -TARGETDIR=$(ZDIR)\resource\apps -ICONTARGETFILENAME=$(TARGETDIR)\osmo4_aif.mif -OPT=/X -endif - - -ICONDIR=..\..\applications\osmo4_sym\res - -do_nothing : - @rem do_nothing - -MAKMAKE : do_nothing - -BLD : do_nothing - -CLEAN : do_nothing - -LIB : do_nothing - -CLEANLIB : do_nothing - -RESOURCE : - mifconv $(ICONTARGETFILENAME) $(OPT) $(ICONDIR)\osmo4.svg - -FREEZE : do_nothing - -SAVESPACE : do_nothing - -RELEASABLES : - @echo $(ICONTARGETFILENAME) - -FINAL : do_nothing - diff --git a/build/symbian/aac_in.mmp b/build/symbian/aac_in.mmp deleted file mode 100644 index b9e4f9f..0000000 --- a/build/symbian/aac_in.mmp +++ /dev/null @@ -1,15 +0,0 @@ -TARGET gm_aac_in.dll - -//uncomment to try with faad support - currently crashing ... -//MACRO GPAC_HAS_FAAD -//STATICLIBRARY libfaad.lib -//SYSTEMINCLUDE ..\..\extra_lib\include\faad - -//common config of all modules -#include ".\module_base.mmp" - -//source -SOURCEPATH ..\..\modules\aac_in -SOURCE aac_in.c -SOURCE faad_dec.c - diff --git a/build/symbian/amr_in.mmp b/build/symbian/amr_in.mmp deleted file mode 100644 index 79cbe03..0000000 --- a/build/symbian/amr_in.mmp +++ /dev/null @@ -1,11 +0,0 @@ -TARGET gm_amr_in.dll - -//only compile demux part -MACRO GPAC_AMR_IN_STANDALONE - -//common config of all modules -#include ".\module_base.mmp" - -//source -SOURCEPATH ..\..\modules\amr_dec -SOURCE amr_in.c diff --git a/build/symbian/bifs_dec.mmp b/build/symbian/bifs_dec.mmp deleted file mode 100644 index 7910afa..0000000 --- a/build/symbian/bifs_dec.mmp +++ /dev/null @@ -1,9 +0,0 @@ -TARGET gm_bifs_dec.dll - -//common config of all modules -#include ".\module_base.mmp" - -//source -SOURCEPATH ..\..\modules\bifs_dec -SOURCE bifs_dec.c - diff --git a/build/symbian/bld.inf b/build/symbian/bld.inf deleted file mode 100644 index b192b95..0000000 --- a/build/symbian/bld.inf +++ /dev/null @@ -1,35 +0,0 @@ -// bld.inf -PRJ_MMPFILES - -//-- osmo4 icon -gnumakefile icons.mk - -//-- libgpac & osmo4 -libgpac.mmp -osmo4.mmp - -//-- all modules -- -aac_in.mmp -amr_in.mmp -bifs_dec.mmp -ctx_load.mmp -dummy_in.mmp -epoc_hw.mmp -ffmpeg_in.mmp -ft_font.mmp -img_in.mmp -ismacryp.mmp -isom_in.mmp -laser_dec.mmp -mp3_in.mmp -odf_dec.mmp -rtp_in.mmp -saf_in.mmp -soft_raster.mmp -svg_in.mmp -timedtext.mmp -xvid_dec.mmp - - -PRJ_PLATFORMS -GCCE diff --git a/build/symbian/ctx_load.mmp b/build/symbian/ctx_load.mmp deleted file mode 100644 index dbf1c4a..0000000 --- a/build/symbian/ctx_load.mmp +++ /dev/null @@ -1,10 +0,0 @@ -TARGET gm_ctx_load.dll - -//common config of all modules -#include ".\module_base.mmp" - -//source -SOURCEPATH ..\..\modules\ctx_load -SOURCE ctx_load.c - -EXPORTUNFROZEN diff --git a/build/symbian/dummy_in.mmp b/build/symbian/dummy_in.mmp deleted file mode 100644 index 6cf2f91..0000000 --- a/build/symbian/dummy_in.mmp +++ /dev/null @@ -1,9 +0,0 @@ -TARGET gm_dummy_in.dll - -//common config of all modules -#include ".\module_base.mmp" - -//source -SOURCEPATH ..\..\modules\dummy_in -SOURCE dummy_in.c - diff --git a/build/symbian/epoc_hw.mmp b/build/symbian/epoc_hw.mmp deleted file mode 100644 index 4315d4a..0000000 --- a/build/symbian/epoc_hw.mmp +++ /dev/null @@ -1,25 +0,0 @@ -TARGET gm_epoc_hw.dll - -//OpenGL libs -#if 1 -MACRO GPAC_USE_OGL_ES -LIBRARY libgles_cm.lib -#endif - -//common config of all modules -#include ".\module_base.mmp" - -//source -SOURCEPATH ..\..\modules\epoc_hw -SOURCE epoc_vout.cpp -SOURCE epoc_aout.cpp -SOURCE epoc_codec.cpp - -LIBRARY ws32.lib -//video libs -LIBRARY fbscli.lib -//audio libs -LIBRARY MediaClientAudioStream.lib -//codec libs -LIBRARY mmfserverbaseclasses.lib - diff --git a/build/symbian/ffmpeg_in.mmp b/build/symbian/ffmpeg_in.mmp deleted file mode 100644 index 32a1b5d..0000000 --- a/build/symbian/ffmpeg_in.mmp +++ /dev/null @@ -1,15 +0,0 @@ -TARGET gm_ffmpeg_in.dll - -//common config of all modules -#include ".\module_base.mmp" - -//source -SOURCEPATH ..\..\modules\ffmpeg_in -SOURCE ffmpeg_decode.c -SOURCE ffmpeg_demux.c -SOURCE ffmpeg_load.c - -SYSTEMINCLUDE ..\..\extra_lib\include -STATICLIBRARY libffmpeg.lib -LIBRARY ezlib.lib - diff --git a/build/symbian/ft_font.mmp b/build/symbian/ft_font.mmp deleted file mode 100644 index f3663dc..0000000 --- a/build/symbian/ft_font.mmp +++ /dev/null @@ -1,18 +0,0 @@ -TARGET gm_ft_font.dll - -//common config of all modules -#include ".\module_base.mmp" - -//source -SOURCEPATH ..\..\modules\ft_font -SOURCE ft_font.c - -SYSTEMINCLUDE ..\..\extra_lib\include\freetype - -LIBRARY ezlib.lib -STATICLIBRARY libfreetype.lib - -#if defined(GCCE) -#else -LIBRARY egcc.lib -#endif diff --git a/build/symbian/gpac_module_symbianU.def b/build/symbian/gpac_module_symbianU.def deleted file mode 100644 index 94f861c..0000000 --- a/build/symbian/gpac_module_symbianU.def +++ /dev/null @@ -1,5 +0,0 @@ -EXPORTS - QueryInterface @ 1 NONAME ; CODE - LoadInterface @ 2 NONAME ; CODE - ShutdownInterface @ 3 NONAME ; CODE - diff --git a/build/symbian/img_in.mmp b/build/symbian/img_in.mmp deleted file mode 100644 index 7891184..0000000 --- a/build/symbian/img_in.mmp +++ /dev/null @@ -1,29 +0,0 @@ -TARGET gm_img_in.dll - -//enable if you have libopenjpeg -#if 0 -MACRO GPAC_HAS_JP2 -SYSTEMINCLUDE ..\..\extra_lib\include\openjpeg -STATICLIBRARY libopenjpeg.lib - -//THIS MUST BE SET BEFORE EPOC LIBS OTHERWISE LINKER IS SCREWED !! -#if defined(GCCE) -#else -LIBRARY egcc.lib -#endif - -#endif - - -//common config of all modules -#include ".\module_base.mmp" - -//source -SOURCEPATH ..\..\modules\img_in -SOURCE img_dec.c -SOURCE img_in.c -SOURCE bmp_dec.c -SOURCE png_dec.c -SOURCE jpeg_dec.c -SOURCE jp2_dec.c - diff --git a/build/symbian/ismacryp.mmp b/build/symbian/ismacryp.mmp deleted file mode 100644 index 19fce18..0000000 --- a/build/symbian/ismacryp.mmp +++ /dev/null @@ -1,8 +0,0 @@ -TARGET gm_ismacryp.dll -//common config of all modules -#include ".\module_base.mmp" - -//source -SOURCEPATH ..\..\modules\ismacryp -SOURCE ismacryp.c - diff --git a/build/symbian/isom_in.mmp b/build/symbian/isom_in.mmp deleted file mode 100644 index f798efb..0000000 --- a/build/symbian/isom_in.mmp +++ /dev/null @@ -1,12 +0,0 @@ -TARGET gm_isom_in.dll - -//common config of all modules -#include ".\module_base.mmp" - -//source -SOURCEPATH ..\..\modules\isom_in -SOURCE cache.c -SOURCE load.c -SOURCE read.c -SOURCE read_ch.c - diff --git a/build/symbian/laser_dec.mmp b/build/symbian/laser_dec.mmp deleted file mode 100644 index 50e319e..0000000 --- a/build/symbian/laser_dec.mmp +++ /dev/null @@ -1,8 +0,0 @@ -TARGET gm_laser_dec.dll - -//common config of all modules -#include ".\module_base.mmp" - -//source -SOURCEPATH ..\..\modules\laser_dec -SOURCE laser_dec.c diff --git a/build/symbian/libgpac.mmp b/build/symbian/libgpac.mmp deleted file mode 100644 index 3e6e881..0000000 --- a/build/symbian/libgpac.mmp +++ /dev/null @@ -1,319 +0,0 @@ -TARGET libgpac.dll -TARGETTYPE DLL -CAPABILITY NetworkServices -UID 0x1000008d 0xf01f9073 - -//allow writable static data -EPOCALLOWDLLDATA - -//comment if you don't have JS -#if 1 -MACRO GPAC_HAS_SPIDERMONKEY -MACRO XP_PC -SYSTEMINCLUDE ..\..\extra_lib\include\js -STATICLIBRARY libjs.lib -#endif - -//comment if you don't have libpng -#if 1 -MACRO GPAC_HAS_PNG -SYSTEMINCLUDE ..\..\extra_lib\include\png -STATICLIBRARY libpng.lib -#endif - - -//comment if you don't have libjpeg -#if 1 -MACRO GPAC_HAS_JPEG -SYSTEMINCLUDE ..\..\extra_lib\include\jpeg -STATICLIBRARY libjpeg.lib -#endif - -//comment if you don't have OpenGL ES -#if 1 -MACRO GPAC_USE_OGL_ES -LIBRARY libgles_cm.lib -#else -MACRO GPAC_DISABLE_3D -#endif - - -//Common tools -SOURCEPATH ..\..\src\utils -SOURCE base_encoding.c -SOURCE bitstream.c -SOURCE color.c -SOURCE configfile.c -SOURCE downloader.c -SOURCE error.c -SOURCE list.c -SOURCE math.c -SOURCE module.c -SOURCE path2d.c -SOURCE path2d_stroker.c -SOURCE token.c -SOURCE uni_bidi.c -SOURCE url.c -SOURCE utf.c -SOURCE xml_parser.c -// zlib symbian on sybian SDKs doesn't come with gzio -SOURCE gzio.cpp -//SOURCE zutil.c -// symbian-specific stuff -SOURCE symbian_os.cpp -SOURCE symbian_net.cpp - -//IETF tools -SOURCEPATH ..\..\src\ietf -SOURCE rtcp.c -SOURCE rtp.c -SOURCE rtp_packetizer.c -SOURCE rtp_depacketizer.c -SOURCE rtp_pck_3gpp.c -SOURCE rtp_pck_mpeg12.c -SOURCE rtp_pck_mpeg4.c -SOURCE rtsp_command.c -SOURCE rtsp_common.c -SOURCE rtsp_response.c -SOURCE rtsp_session.c -SOURCE sdp.c - -//BIFS -SOURCEPATH ..\..\src\bifs -SOURCE arith_decoder.c -SOURCE bifs_codec.c -SOURCE bifs_node_tables.c -SOURCE com_dec.c -SOURCE com_enc.c -SOURCE conditional.c -SOURCE field_decode.c -SOURCE field_encode.c -SOURCE memory_decoder.c -SOURCE predictive_mffield.c -SOURCE quantize.c -SOURCE script_dec.c -SOURCE script_enc.c -SOURCE unquantize.c - -//LASeR -SOURCEPATH ..\..\src\laser -SOURCE lsr_enc.c -SOURCE lsr_dec.c -SOURCE lsr_tables.c - -//IsoMedia -SOURCEPATH ..\..\src\isomedia -SOURCE avc_ext.c -SOURCE box_code_3gpp.c -SOURCE box_code_apple.c -SOURCE box_code_base.c -SOURCE box_code_isma.c -SOURCE box_code_meta.c -SOURCE box_dump.c -SOURCE box_funcs.c -SOURCE data_map.c -SOURCE hint_track.c -SOURCE hinting.c -SOURCE isma_sample.c -SOURCE isom_intern.c -SOURCE isom_read.c -SOURCE isom_store.c -SOURCE isom_write.c -SOURCE media.c -SOURCE media_odf.c -SOURCE meta.c -SOURCE movie_fragments.c -SOURCE sample_descs.c -SOURCE stbl_read.c -SOURCE stbl_write.c -SOURCE track.c -SOURCE tx3g.c - -//OD Framework -SOURCEPATH ..\..\src\odf -SOURCE desc_private.c -SOURCE descriptors.c -SOURCE ipmpx_code.c -SOURCE ipmpx_dump.c -SOURCE ipmpx_parse.c -SOURCE oci_codec.c -SOURCE odf_code.c -SOURCE odf_codec.c -SOURCE odf_command.c -SOURCE odf_dump.c -SOURCE odf_parse.c -SOURCE qos.c -SOURCE slc.c - -//scenegraph -SOURCEPATH ..\..\src\scenegraph -SOURCE base_scenegraph.c -SOURCE mpeg4_animators.c -SOURCE commands.c -SOURCE mpeg4_nodes.c -SOURCE mpeg4_valuator.c -SOURCE vrml_interpolators.c -SOURCE vrml_proto.c -SOURCE vrml_route.c -SOURCE vrml_script.c -SOURCE vrml_smjs.c -SOURCE vrml_tools.c -SOURCE x3d_nodes.c -SOURCE smil_anim.c -SOURCE smil_timing.c -SOURCE dom_events.c -SOURCE dom_smjs.c -SOURCE svg_attributes.c -SOURCE svg_types.c -SOURCE svg_smjs.c -SOURCE svg_properties.c -SOURCE xbl_process.c -SOURCE xml_ns.c - -//mcrypt -SOURCEPATH ..\..\src\mcrypt -SOURCE cbc.c -SOURCE cfb.c -SOURCE ctr.c -SOURCE des.c -SOURCE ecb.c -SOURCE g_crypt.c -SOURCE ncfb.c -SOURCE nofb.c -SOURCE ofb.c -SOURCE rijndael-128.c -SOURCE rijndael-192.c -SOURCE rijndael-256.c -SOURCE stream.c -SOURCE tripledes.c -SOURCE sha1.c - -//media tools -SOURCEPATH ..\..\src\media_tools -SOURCE av_parsers.c -SOURCE avilib.c -SOURCE gpac_ogg.c -SOURCE img.c -SOURCE ismacryp.c -SOURCE isom_hinter.c -SOURCE isom_tools.c -SOURCE media_export.c -SOURCE media_import.c -SOURCE mpeg2_ps.c -SOURCE text_import.c -SOURCE saf.c -SOURCE mpegts.c -SOURCE vobsub.c - - -//scene manager -SOURCEPATH ..\..\src\scene_manager -SOURCE loader_bt.c -SOURCE loader_isom.c -SOURCE loader_qt.c -SOURCE loader_xmt.c -SOURCE scene_dump.c -SOURCE scene_manager.c -SOURCE scene_stats.c -SOURCE swf_bifs.c -SOURCE swf_parse.c -SOURCE text_to_bifs.c -SOURCE encode_cbk.c -SOURCE encode_isom.c -SOURCE loader_svg.c - -//terminal -SOURCEPATH ..\..\src\terminal -SOURCE channel.c -SOURCE clock.c -SOURCE decoder.c -SOURCE term_node_init.c -SOURCE input_sensor.c -SOURCE media_control.c -SOURCE media_manager.c -SOURCE media_memory.c -SOURCE media_object.c -SOURCE media_sensor.c -SOURCE mpeg4_inline.c -SOURCE network_service.c -SOURCE object_browser.c -SOURCE object_manager.c -SOURCE scene.c -SOURCE svg_external.c -SOURCE terminal.c - -//compositor -SOURCEPATH ..\..\src\compositor -SOURCE audio_input.c -SOURCE audio_mixer.c -SOURCE audio_render.c -SOURCE bindable.c -SOURCE camera.c -SOURCE compositor.c -SOURCE compositor_2d.c -SOURCE compositor_3d.c -SOURCE compositor_node_init.c -SOURCE drawable.c -SOURCE events.c -SOURCE font_engine.c -SOURCE hardcoded_protos.c -SOURCE mesh.c -SOURCE mesh_collide.c -SOURCE mesh_tesselate.c -SOURCE mpeg4_animstream.c -SOURCE mpeg4_audio.c -SOURCE mpeg4_background.c -SOURCE mpeg4_background2d.c -SOURCE mpeg4_bitmap.c -SOURCE mpeg4_composite.c -SOURCE mpeg4_form.c -SOURCE mpeg4_geometry_2d.c -SOURCE mpeg4_geometry_3d.c -SOURCE mpeg4_geometry_ifs2d.c -SOURCE mpeg4_geometry_ils2d.c -SOURCE mpeg4_gradients.c -SOURCE mpeg4_grouping.c -SOURCE mpeg4_grouping_2d.c -SOURCE mpeg4_grouping_3d.c -SOURCE mpeg4_layer_2d.c -SOURCE mpeg4_layer_3d.c -SOURCE mpeg4_layout.c -SOURCE mpeg4_lighting.c -SOURCE mpeg4_path_layout.c -SOURCE mpeg4_sensors.c -SOURCE mpeg4_sound.c -SOURCE mpeg4_text.c -SOURCE mpeg4_textures.c -SOURCE mpeg4_timesensor.c -SOURCE mpeg4_viewport.c -SOURCE navigate.c -SOURCE offscreen_cache.c -SOURCE svg_base.c -SOURCE svg_font.c -SOURCE svg_geometry.c -SOURCE svg_grouping.c -SOURCE svg_media.c -SOURCE svg_paint_servers.c -SOURCE svg_text.c -SOURCE texturing.c -SOURCE texturing_gl.c -SOURCE visual_manager.c -SOURCE visual_manager_2d.c -SOURCE visual_manager_2d_draw.c -SOURCE visual_manager_3d.c -SOURCE visual_manager_3d_gl.c -SOURCE x3d_geometry.c - -SYSTEMINCLUDE \epoc32\include \epoc32\include\libc ..\..\include - -LIBRARY euser.lib estlib.lib ezlib.lib hal.lib - -#if defined(WINS) - deffile ..\..\build\symbian\libgpac_symbian.def -#else if defined(ARM) - deffile ..\..\build\symbian\libgpac_symbian.def -#endif - -//EXPORTUNFROZEN -// nostrictdef - diff --git a/build/symbian/libgpac_symbianU.def b/build/symbian/libgpac_symbianU.def deleted file mode 100644 index 2f8769b..0000000 --- a/build/symbian/libgpac_symbianU.def +++ /dev/null @@ -1,903 +0,0 @@ -EXPORTS - AVI_close @ 1 NONAME - AVI_open_output_file @ 2 NONAME - AVI_set_video @ 3 NONAME - AVI_write_frame @ 4 NONAME - gf_4cc_to_str @ 5 NONAME - gf_acos @ 6 NONAME - gf_angle_diff @ 7 NONAME - gf_asin @ 8 NONAME - gf_atan2 @ 9 NONAME - gf_avc_get_profile_name @ 10 NONAME - gf_avc_get_sps_info @ 11 NONAME - gf_base16_decode @ 12 NONAME - gf_base16_encode @ 13 NONAME - gf_base64_decode @ 14 NONAME - gf_base64_encode @ 15 NONAME - gf_bbox_equal @ 16 NONAME - gf_bbox_from_rect @ 17 NONAME - gf_bbox_get_vertices @ 18 NONAME - gf_bbox_grow_point @ 19 NONAME - gf_bbox_plane_relation @ 20 NONAME - gf_bbox_point_inside @ 21 NONAME - gf_bbox_refresh @ 22 NONAME - gf_bbox_union @ 23 NONAME - gf_beng_aggregate_context @ 24 NONAME - gf_beng_encode_context @ 25 NONAME - gf_beng_encode_from_file @ 26 NONAME - gf_beng_encode_from_string @ 27 NONAME - gf_beng_get_stream_config @ 28 NONAME - gf_beng_init @ 29 NONAME - gf_beng_init_from_context @ 30 NONAME - gf_beng_init_from_string @ 31 NONAME - gf_beng_save_context @ 32 NONAME - gf_beng_terminate @ 33 NONAME - gf_bifs_decode_au @ 34 NONAME - gf_bifs_decode_command_list @ 35 NONAME - gf_bifs_decoder_configure_stream @ 36 NONAME - gf_bifs_decoder_del @ 37 NONAME - gf_bifs_decoder_ignore_size_info @ 38 NONAME - gf_bifs_decoder_new @ 39 NONAME - gf_bifs_decoder_remove_stream @ 40 NONAME - gf_bifs_encode_au @ 41 NONAME - gf_bifs_encoder_del @ 42 NONAME - gf_bifs_encoder_get_config @ 43 NONAME - gf_bifs_encoder_get_rap @ 44 NONAME - gf_bifs_encoder_get_version @ 45 NONAME - gf_bifs_encoder_new @ 46 NONAME - gf_bifs_encoder_new_stream @ 47 NONAME - gf_bifs_get_aq_info @ 48 NONAME - gf_bs_align @ 49 NONAME - gf_bs_available @ 50 NONAME - gf_bs_bits_available @ 51 NONAME - gf_bs_del @ 52 NONAME - gf_bs_from_file @ 53 NONAME - gf_bs_get_bit_offset @ 54 NONAME - gf_bs_get_bit_position @ 55 NONAME - gf_bs_get_content @ 56 NONAME - gf_bs_get_position @ 57 NONAME - gf_bs_get_refreshed_size @ 58 NONAME - gf_bs_get_size @ 59 NONAME - gf_bs_new @ 60 NONAME - gf_bs_peek_bits @ 61 NONAME - gf_bs_read_bit @ 62 NONAME - gf_bs_read_data @ 63 NONAME - gf_bs_read_double @ 64 NONAME - gf_bs_read_float @ 65 NONAME - gf_bs_read_int @ 66 NONAME - gf_bs_read_long_int @ 67 NONAME - gf_bs_read_u16 @ 68 NONAME - gf_bs_read_u16_le @ 69 NONAME - gf_bs_read_u24 @ 70 NONAME - gf_bs_read_u32 @ 71 NONAME - gf_bs_read_u32_le @ 72 NONAME - gf_bs_read_u64 @ 73 NONAME - gf_bs_read_u8 @ 74 NONAME - gf_bs_rewind_bits @ 75 NONAME - gf_bs_seek @ 76 NONAME - gf_bs_set_eos_callback @ 77 NONAME - gf_bs_skip_bytes @ 78 NONAME - gf_bs_write_data @ 79 NONAME - gf_bs_write_double @ 80 NONAME - gf_bs_write_float @ 81 NONAME - gf_bs_write_int @ 82 NONAME - gf_bs_write_long_int @ 83 NONAME - gf_bs_write_u16 @ 84 NONAME - gf_bs_write_u16_le @ 85 NONAME - gf_bs_write_u24 @ 86 NONAME - gf_bs_write_u32 @ 87 NONAME - gf_bs_write_u32_le @ 88 NONAME - gf_bs_write_u64 @ 89 NONAME - gf_bs_write_u8 @ 90 NONAME - gf_ceil @ 91 NONAME - gf_cfg_del @ 92 NONAME - gf_cfg_del_section @ 93 NONAME - gf_cfg_get_key @ 94 NONAME - gf_cfg_get_key_count @ 95 NONAME - gf_cfg_get_key_name @ 96 NONAME - gf_cfg_get_section_count @ 97 NONAME - gf_cfg_get_section_name @ 98 NONAME - gf_cfg_insert_key @ 99 NONAME - gf_cfg_new @ 100 NONAME - gf_cfg_save @ 101 NONAME - gf_cfg_set_key @ 102 NONAME - gf_closest_point_to_line @ 103 NONAME - gf_cmx_apply @ 104 NONAME - gf_cmx_apply_fixed @ 105 NONAME - gf_cmx_copy @ 106 NONAME - gf_cmx_init @ 107 NONAME - gf_cmx_multiply @ 108 NONAME - gf_cmx_set @ 109 NONAME - gf_cmx_set_all @ 110 NONAME - gf_cos @ 111 NONAME - gf_crc_32 @ 112 NONAME - gf_crypt_close @ 113 NONAME - gf_crypt_decrypt @ 114 NONAME - gf_crypt_encrypt @ 115 NONAME - gf_crypt_init @ 116 NONAME - gf_crypt_open @ 117 NONAME - gf_crypt_set_state @ 118 NONAME - gf_delete_file @ 119 NONAME - gf_divfix @ 120 NONAME - gf_dm_sess_fetch_data @ 121 NONAME - gf_dm_sess_get_cache_name @ 122 NONAME - gf_dm_sess_get_stats @ 123 NONAME - gf_dom_event_fire @ 124 NONAME - gf_dom_event_fire_ex @ 125 NONAME - gf_dom_listener_build @ 126 NONAME - gf_dom_listener_count @ 127 NONAME - gf_dom_listener_get @ 128 NONAME - gf_enum_directory @ 129 NONAME - gf_error_to_string @ 130 NONAME - gf_f64_open @ 131 NONAME - gf_f64_seek @ 132 NONAME - gf_f64_tell @ 133 NONAME - gf_floor @ 134 NONAME - gf_get_next_pow2 @ 135 NONAME - gf_get_user_name @ 136 NONAME - gf_hinter_can_embbed_data @ 137 NONAME - gf_hinter_finalize @ 138 NONAME - gf_hinter_track_del @ 139 NONAME - gf_hinter_track_finalize @ 140 NONAME - gf_hinter_track_get_bandwidth @ 141 NONAME - gf_hinter_track_get_flags @ 142 NONAME - gf_hinter_track_get_payload_name @ 143 NONAME - gf_hinter_track_new @ 144 NONAME - gf_hinter_track_process @ 145 NONAME - gf_img_jpeg_dec @ 146 NONAME - gf_img_parse @ 147 NONAME - gf_img_png_dec @ 148 NONAME - gf_inline_attach_to_compositor @ 149 NONAME - gf_inline_default_scene_viewpoint @ 150 NONAME - gf_inline_disconnect @ 151 NONAME - gf_inline_find_odm @ 152 NONAME - gf_scene_force_size @ 153 NONAME - gf_inline_get_proto_lib @ 154 NONAME - gf_scene_get_time @ 155 NONAME - gf_scene_process_anchor @ 156 NONAME - gf_scene_register_extra_graph @ 157 NONAME - gf_scene_set_duration @ 158 NONAME - gf_scene_setup_object @ 159 NONAME - gf_invfix @ 160 NONAME - gf_ismacryp_crypt_file @ 161 NONAME - gf_ismacryp_decrypt_file @ 162 NONAME - gf_ismacryp_decrypt_track @ 163 NONAME - gf_ismacryp_encrypt_track @ 164 NONAME - gf_ismacryp_gpac_get_info @ 165 NONAME - gf_ismacryp_mpeg4ip_get_info @ 166 NONAME - gf_isom_3gp_config_get @ 167 NONAME - gf_isom_3gp_config_new @ 168 NONAME - gf_isom_ac3_config_new @ 169 NONAME - gf_isom_add_sample @ 170 NONAME - gf_isom_add_track_to_root_od @ 171 NONAME - gf_isom_apple_get_tag @ 172 NONAME - gf_isom_avc_config_get @ 173 NONAME - gf_isom_check_data_reference @ 174 NONAME - gf_isom_close @ 175 NONAME - gf_isom_delete @ 176 NONAME - gf_isom_delete_text_sample @ 177 NONAME - gf_isom_dump @ 178 NONAME - gf_isom_dump_hint_sample @ 179 NONAME - gf_isom_find_od_for_track @ 180 NONAME - gf_isom_get_alternate_brand @ 181 NONAME - gf_isom_get_audio_info @ 182 NONAME - gf_isom_get_brand_info @ 183 NONAME - gf_isom_get_chapter @ 184 NONAME - gf_isom_get_chapter_count @ 185 NONAME - gf_isom_get_copyright @ 186 NONAME - gf_isom_get_copyright_count @ 187 NONAME - gf_isom_get_creation_time @ 188 NONAME - gf_isom_get_data_reference @ 189 NONAME - gf_isom_get_decoder_config @ 190 NONAME - gf_isom_get_duration @ 191 NONAME - gf_isom_get_edit_segment @ 192 NONAME - gf_isom_get_edit_segment_count @ 193 NONAME - gf_isom_get_esd @ 194 NONAME - gf_isom_get_filename @ 195 NONAME - gf_isom_get_fragment_defaults @ 196 NONAME - gf_isom_get_generic_sample_description @ 197 NONAME - gf_isom_get_handler_name @ 198 NONAME - gf_isom_get_ismacryp_info @ 199 NONAME - gf_isom_get_ismacryp_sample @ 200 NONAME - gf_isom_get_max_chunk_duration @ 201 NONAME - gf_isom_get_media_duration @ 202 NONAME - gf_isom_get_media_language @ 203 NONAME - gf_isom_get_media_subtype @ 204 NONAME - gf_isom_get_media_time @ 205 NONAME - gf_isom_get_media_timescale @ 206 NONAME - gf_isom_get_media_type @ 207 NONAME - gf_isom_get_meta_item_by_id @ 208 NONAME - gf_isom_get_meta_item_count @ 209 NONAME - gf_isom_get_meta_item_info @ 210 NONAME - gf_isom_get_meta_type @ 211 NONAME - gf_isom_get_missing_bytes @ 212 NONAME - gf_isom_get_mode @ 213 NONAME - gf_isom_get_mpeg4_subtype @ 214 NONAME - gf_isom_get_omadrm_info @ 215 NONAME - gf_isom_get_payt_count @ 216 NONAME - gf_isom_get_payt_info @ 217 NONAME - gf_isom_get_pixel_aspect_ratio @ 218 NONAME - gf_isom_get_pl_indication @ 219 NONAME - gf_isom_get_reference @ 220 NONAME - gf_isom_get_reference_count @ 221 NONAME - gf_isom_get_root_od @ 222 NONAME - gf_isom_get_sample @ 223 NONAME - gf_isom_get_sample_count @ 224 NONAME - gf_isom_get_sample_description_count @ 225 NONAME - gf_isom_get_sample_description_index @ 226 NONAME - gf_isom_get_sample_dts @ 227 NONAME - gf_isom_get_sample_duration @ 228 NONAME - gf_isom_get_sample_for_media_time @ 229 NONAME - gf_isom_get_sample_for_movie_time @ 230 NONAME - gf_isom_get_sample_fragment_count @ 231 NONAME - gf_isom_get_sample_fragment_size @ 232 NONAME - gf_isom_get_sample_info @ 233 NONAME - gf_isom_get_sync_point_count @ 234 NONAME - gf_isom_get_timed_meta_data_info @ 235 NONAME - gf_isom_get_timescale @ 236 NONAME - gf_isom_get_track_by_id @ 237 NONAME - gf_isom_get_track_count @ 238 NONAME - gf_isom_get_track_duration @ 239 NONAME - gf_isom_get_track_id @ 240 NONAME - gf_isom_get_track_layout_info @ 241 NONAME - gf_isom_get_track_switch_group_count @ 242 NONAME - gf_isom_get_track_switch_parameter @ 243 NONAME - gf_isom_get_user_data @ 244 NONAME - gf_isom_get_user_data_count @ 245 NONAME - gf_isom_get_visual_info @ 246 NONAME - gf_isom_get_watermark @ 247 NONAME - gf_isom_guess_specification @ 248 NONAME - gf_isom_has_meta_xml @ 249 NONAME - gf_isom_has_movie @ 250 NONAME - gf_isom_has_padding_bits @ 251 NONAME - gf_isom_has_root_od @ 252 NONAME - gf_isom_has_sample_dependency @ 253 NONAME - gf_isom_has_sync_points @ 254 NONAME - gf_isom_has_sync_shadows @ 255 NONAME - gf_isom_has_time_offset @ 256 NONAME - gf_isom_is_JPEG2000 @ 257 NONAME - gf_isom_is_fragmented @ 258 NONAME - gf_isom_is_ismacryp_media @ 259 NONAME - gf_isom_is_media_encrypted @ 260 NONAME - gf_isom_is_omadrm_media @ 261 NONAME - gf_isom_is_self_contained @ 262 NONAME - gf_isom_is_single_av @ 263 NONAME - gf_isom_is_track_enabled @ 264 NONAME - gf_isom_is_track_encrypted @ 265 NONAME - gf_isom_is_track_fragmented @ 266 NONAME - gf_isom_is_track_in_root_od @ 267 NONAME - gf_isom_ismacryp_delete_sample @ 268 NONAME - gf_isom_last_error @ 269 NONAME - gf_isom_modify_cts_offset @ 270 NONAME - gf_isom_new_mpeg4_description @ 271 NONAME - gf_isom_new_track @ 272 NONAME - gf_isom_next_hint_packet @ 273 NONAME - gf_isom_open @ 274 NONAME - gf_isom_open_progressive @ 275 NONAME - gf_isom_parse_texte_sample @ 276 NONAME - gf_isom_probe_file @ 277 NONAME - gf_isom_refresh_fragmented @ 278 NONAME - gf_isom_reset_hint_reader @ 279 NONAME - gf_isom_reset_switch_parameters @ 280 NONAME - gf_isom_reset_track_switch_parameter @ 281 NONAME - gf_isom_sample_del @ 282 NONAME - gf_isom_sample_new @ 283 NONAME - gf_isom_sdp_get @ 284 NONAME - gf_isom_sdp_track_get @ 285 NONAME - gf_isom_set_JPEG2000 @ 286 NONAME - gf_isom_set_alternate_group_id @ 287 NONAME - gf_isom_set_default_sync_track @ 288 NONAME - gf_isom_set_sample_padding @ 289 NONAME - gf_isom_set_track_enabled @ 290 NONAME - gf_isom_set_track_switch_parameter @ 291 NONAME - gf_isom_text_dump @ 292 NONAME - gf_isom_text_set_streaming_mode @ 293 NONAME - gf_laser_decode_au @ 294 NONAME - gf_laser_decoder_configure_stream @ 295 NONAME - gf_laser_decoder_del @ 296 NONAME - gf_laser_decoder_new @ 297 NONAME - gf_laser_decoder_remove_stream @ 298 NONAME - gf_laser_decoder_set_clock @ 299 NONAME - gf_list_add @ 300 NONAME - gf_list_count @ 301 NONAME - gf_list_del @ 302 NONAME - gf_list_del_item @ 303 NONAME - gf_list_enum @ 304 NONAME - gf_list_find @ 305 NONAME - gf_list_get @ 306 NONAME - gf_list_insert @ 307 NONAME - gf_list_last @ 308 NONAME - gf_list_new @ 309 NONAME - gf_list_rem @ 310 NONAME - gf_list_rem_last @ 311 NONAME - gf_list_reset @ 312 NONAME - gf_log @ 313 NONAME - gf_log_get_level @ 314 NONAME - gf_log_get_tools @ 315 NONAME - gf_log_lt @ 316 NONAME - gf_log_set_callback @ 317 NONAME - gf_log_set_level @ 318 NONAME - gf_log_set_tools @ 319 NONAME - gf_m2ts_decode_mjd_date @ 320 NONAME - gf_m4a_get_config @ 321 NONAME - gf_m4a_get_profile_name @ 322 NONAME - gf_m4a_object_type_name @ 323 NONAME - gf_m4a_parse_config @ 324 NONAME - gf_m4a_write_config @ 325 NONAME - gf_m4v_get_config @ 326 NONAME - gf_m4v_get_object_start @ 327 NONAME - gf_m4v_get_profile_name @ 328 NONAME - gf_m4v_is_valid_object_type @ 329 NONAME - gf_m4v_parse_config @ 330 NONAME - gf_m4v_parse_frame @ 331 NONAME - gf_m4v_parser_del @ 332 NONAME - gf_m4v_parser_new @ 333 NONAME - gf_m4v_rewrite_pl @ 334 NONAME - gf_media_change_par @ 335 NONAME - gf_media_export @ 336 NONAME - gf_media_fragment_file @ 337 NONAME - gf_media_get_file_hash @ 338 NONAME - gf_media_import @ 339 NONAME - gf_media_import_chapters @ 340 NONAME - gf_media_make_3gpp @ 341 NONAME - gf_media_make_isma @ 342 NONAME - gf_media_map_esd @ 343 NONAME - gf_mo_adjust_clock @ 344 NONAME - gf_mo_fetch_data @ 345 NONAME - gf_mo_get_audio_info @ 346 NONAME - gf_mo_get_duration @ 347 NONAME - gf_mo_get_flags @ 348 NONAME - gf_mo_get_last_frame_time @ 349 NONAME - gf_mo_get_loop @ 350 NONAME - gf_mo_get_object_time @ 351 NONAME - gf_mo_get_scenegraph @ 352 NONAME - gf_mo_get_speed @ 353 NONAME - gf_mo_get_visual_info @ 354 NONAME - gf_mo_has_audio @ 355 NONAME - gf_mo_is_done @ 356 NONAME - gf_mo_is_muted @ 357 NONAME - gf_mo_pause @ 358 NONAME - gf_mo_play @ 359 NONAME - gf_mo_register @ 360 NONAME - gf_mo_release_data @ 361 NONAME - gf_mo_restart @ 362 NONAME - gf_mo_resume @ 363 NONAME - gf_mo_set_flag @ 364 NONAME - gf_mo_set_speed @ 365 NONAME - gf_mo_should_deactivate @ 366 NONAME - gf_mo_stop @ 367 NONAME - gf_mo_url_changed @ 368 NONAME - gf_modules_close_interface @ 369 NONAME - gf_modules_del @ 370 NONAME - gf_modules_get_config @ 371 NONAME - gf_modules_get_count @ 372 NONAME - gf_modules_get_file_name @ 373 NONAME - gf_modules_get_option @ 374 NONAME - gf_modules_load_interface @ 375 NONAME - gf_modules_load_interface_by_name @ 376 NONAME - gf_modules_new @ 377 NONAME - gf_modules_refresh @ 378 NONAME - gf_modules_set_option @ 379 NONAME - gf_mp3_frame_size @ 380 NONAME - gf_mp3_get_next_header @ 381 NONAME - gf_mp3_get_next_header_mem @ 382 NONAME - gf_mp3_layer @ 383 NONAME - gf_mp3_num_channels @ 384 NONAME - gf_mp3_object_type_indication @ 385 NONAME - gf_mp3_sampling_rate @ 386 NONAME - gf_mp3_version @ 387 NONAME - gf_mp3_version_name @ 388 NONAME - gf_mp3_window_size @ 389 NONAME - gf_muldiv @ 390 NONAME - gf_mulfix @ 391 NONAME - gf_mx2d_add_matrix @ 392 NONAME - gf_mx2d_add_rotation @ 393 NONAME - gf_mx2d_add_scale @ 394 NONAME - gf_mx2d_add_scale_at @ 395 NONAME - gf_mx2d_add_skew @ 396 NONAME - gf_mx2d_add_skew_x @ 397 NONAME - gf_mx2d_add_skew_y @ 398 NONAME - gf_mx2d_add_translation @ 399 NONAME - gf_mx2d_apply_coords @ 400 NONAME - gf_mx2d_apply_point @ 401 NONAME - gf_mx2d_apply_rect @ 402 NONAME - gf_mx2d_from_mx @ 403 NONAME - gf_mx2d_inverse @ 404 NONAME - gf_mx2d_pre_multiply @ 405 NONAME - gf_mx_add_matrix @ 406 NONAME - gf_mx_add_matrix_2d @ 407 NONAME - gf_mx_add_matrix_4x4 @ 408 NONAME - gf_mx_add_rotation @ 409 NONAME - gf_mx_add_scale @ 410 NONAME - gf_mx_add_translation @ 411 NONAME - gf_mx_apply_bbox @ 412 NONAME - gf_mx_apply_bbox_sphere @ 413 NONAME - gf_mx_apply_plane @ 414 NONAME - gf_mx_apply_ray @ 415 NONAME - gf_mx_apply_rect @ 416 NONAME - gf_mx_apply_vec @ 417 NONAME - gf_mx_apply_vec_4x4 @ 418 NONAME - gf_mx_decompose @ 419 NONAME - gf_mx_del @ 420 NONAME - gf_mx_equal @ 421 NONAME - gf_mx_from_mx2d @ 422 NONAME - gf_mx_inverse @ 423 NONAME - gf_mx_inverse_4x4 @ 424 NONAME - gf_mx_lookat @ 425 NONAME - gf_mx_new @ 426 NONAME - gf_mx_ortho @ 427 NONAME - gf_mx_p @ 428 NONAME - gf_mx_perspective @ 429 NONAME - gf_mx_rotate_vector @ 430 NONAME - gf_mx_rotation_matrix_from_vectors @ 431 NONAME - gf_mx_try_lock @ 432 NONAME - gf_mx_v @ 433 NONAME - gf_node_allow_cyclic_traverse @ 434 NONAME - gf_node_changed @ 435 NONAME - gf_node_clone @ 436 NONAME - gf_node_dirty_clear @ 437 NONAME - gf_node_dirty_get @ 438 NONAME - gf_node_dirty_parents @ 439 NONAME - gf_node_dirty_reset @ 440 NONAME - gf_node_dirty_set @ 441 NONAME - gf_node_event_out_str @ 442 NONAME - gf_node_get_attribute_by_tag @ 443 NONAME - gf_node_get_class_name @ 444 NONAME - gf_node_get_field @ 445 NONAME - gf_node_get_field_count @ 446 NONAME - gf_node_get_graph @ 447 NONAME - gf_node_get_id @ 448 NONAME - gf_node_get_name @ 449 NONAME - gf_node_get_name_and_id @ 450 NONAME - gf_node_get_parent @ 451 NONAME - gf_node_get_parent_count @ 452 NONAME - gf_node_get_private @ 453 NONAME - gf_node_get_proto @ 454 NONAME - gf_node_get_proto_parent @ 455 NONAME - gf_node_get_proto_root @ 456 NONAME - gf_node_get_scene_time @ 457 NONAME - gf_node_get_tag @ 458 NONAME - gf_node_init @ 459 NONAME - gf_node_is_proto_root @ 460 NONAME - gf_node_list_add_child @ 461 NONAME - gf_node_list_add_child_last @ 462 NONAME - gf_node_list_del_child @ 463 NONAME - gf_node_list_del_child_idx @ 464 NONAME - gf_node_list_find_child @ 465 NONAME - gf_node_list_get_child @ 466 NONAME - gf_node_list_get_count @ 467 NONAME - gf_node_list_insert_child @ 468 NONAME - gf_node_new @ 469 NONAME - gf_node_register @ 470 NONAME - gf_node_register_iri @ 471 NONAME - gf_node_remove_id @ 472 NONAME - gf_node_set_callback_function @ 473 NONAME - gf_node_set_id @ 474 NONAME - gf_node_set_private @ 475 NONAME - gf_node_store_embedded_data @ 476 NONAME - gf_node_traverse @ 477 NONAME - gf_node_traverse_children @ 478 NONAME - gf_node_unregister @ 479 NONAME - gf_node_unregister_children @ 480 NONAME - gf_oci_codec_add_event @ 481 NONAME - gf_oci_codec_decode @ 482 NONAME - gf_oci_codec_del @ 483 NONAME - gf_oci_codec_encode @ 484 NONAME - gf_oci_codec_get_event @ 485 NONAME - gf_oci_codec_new @ 486 NONAME - gf_oci_dump_au @ 487 NONAME - gf_oci_dump_event @ 488 NONAME - gf_oci_event_add_desc @ 489 NONAME - gf_oci_event_del @ 490 NONAME - gf_oci_event_get_desc @ 491 NONAME - gf_oci_event_get_desc_count @ 492 NONAME - gf_oci_event_get_duration @ 493 NONAME - gf_oci_event_get_id @ 494 NONAME - gf_oci_event_get_start_time @ 495 NONAME - gf_oci_event_new @ 496 NONAME - gf_oci_event_rem_desc @ 497 NONAME - gf_oci_event_set_duration @ 498 NONAME - gf_oci_event_set_start_time @ 499 NONAME - gf_odf_avc_cfg_del @ 500 NONAME - gf_odf_avc_cfg_new @ 501 NONAME - gf_odf_avc_cfg_read @ 502 NONAME - gf_odf_avc_cfg_write @ 503 NONAME - gf_odf_codec_add_com @ 504 NONAME - gf_odf_codec_decode @ 505 NONAME - gf_odf_codec_del @ 506 NONAME - gf_odf_codec_encode @ 507 NONAME - gf_odf_codec_get_au @ 508 NONAME - gf_odf_codec_get_com @ 509 NONAME - gf_odf_codec_new @ 510 NONAME - gf_odf_codec_set_au @ 511 NONAME - gf_odf_com_del @ 512 NONAME - gf_odf_com_new @ 513 NONAME - gf_odf_desc_add_desc @ 514 NONAME - gf_odf_desc_copy @ 515 NONAME - gf_odf_desc_del @ 516 NONAME - gf_odf_desc_esd_new @ 517 NONAME - gf_odf_desc_list_del @ 518 NONAME - gf_odf_desc_list_read @ 519 NONAME - gf_odf_desc_list_size @ 520 NONAME - gf_odf_desc_list_write @ 521 NONAME - gf_odf_desc_new @ 522 NONAME - gf_odf_desc_read @ 523 NONAME - gf_odf_desc_size @ 524 NONAME - gf_odf_desc_write @ 525 NONAME - gf_odf_dump_au @ 526 NONAME - gf_odf_dump_com @ 527 NONAME - gf_odf_dump_com_list @ 528 NONAME - gf_odf_dump_desc @ 529 NONAME - gf_odf_encode_ui_config @ 530 NONAME - gf_odf_get_bifs_config @ 531 NONAME - gf_odf_get_laser_config @ 532 NONAME - gf_odf_get_text_config @ 533 NONAME - gf_odf_get_ui_config @ 534 NONAME - gf_odf_parse_descriptor @ 535 NONAME - gf_odf_qos_add_qualif @ 536 NONAME - gf_odf_qos_del @ 537 NONAME - gf_odf_qos_new @ 538 NONAME - gf_odf_slc_set_pref @ 539 NONAME - gf_odf_stream_type_by_name @ 540 NONAME - gf_odf_stream_type_name @ 541 NONAME - gf_odm_disconnect @ 542 NONAME - gf_odm_new @ 543 NONAME - gf_odm_remove_es @ 544 NONAME - gf_odm_setup_es @ 545 NONAME - gf_odm_setup_object @ 546 NONAME - gf_path_add_arc @ 547 NONAME - gf_path_add_arc_to @ 548 NONAME - gf_path_add_bezier @ 549 NONAME - gf_path_add_cubic_to @ 550 NONAME - gf_path_add_cubic_to_vec @ 551 NONAME - gf_path_add_ellipse @ 552 NONAME - gf_path_add_line_to @ 553 NONAME - gf_path_add_line_to_vec @ 554 NONAME - gf_path_add_move_to @ 555 NONAME - gf_path_add_move_to_vec @ 556 NONAME - gf_path_add_quadratic_to @ 557 NONAME - gf_path_add_quadratic_to_vec @ 558 NONAME - gf_path_add_rect @ 559 NONAME - gf_path_add_rect_center @ 560 NONAME - gf_path_add_svg_arc_to @ 561 NONAME - gf_path_clone @ 562 NONAME - gf_path_close @ 563 NONAME - gf_path_del @ 564 NONAME - gf_path_flatten @ 565 NONAME - gf_path_get_bounds @ 566 NONAME - gf_path_get_control_bounds @ 567 NONAME - gf_path_get_flatten @ 568 NONAME - gf_path_get_outline @ 569 NONAME - gf_path_is_empty @ 570 NONAME - gf_path_iterator_del @ 571 NONAME - gf_path_iterator_get_length @ 572 NONAME - gf_path_iterator_get_transform @ 573 NONAME - gf_path_iterator_new @ 574 NONAME - gf_path_new @ 575 NONAME - gf_path_point_over @ 576 NONAME - gf_path_reset @ 577 NONAME - gf_plane_exists_intersection @ 578 NONAME - gf_plane_get_distance @ 579 NONAME - gf_plane_get_p_vertex_idx @ 580 NONAME - gf_plane_intersect_line @ 581 NONAME - gf_plane_intersect_plane @ 582 NONAME - gf_plane_intersect_planes @ 583 NONAME - gf_polygone2d_get_convexity @ 584 NONAME - gf_quat_from_axis_cos @ 585 NONAME - gf_quat_from_matrix @ 586 NONAME - gf_quat_from_rotation @ 587 NONAME - gf_quat_get_inv @ 588 NONAME - gf_quat_multiply @ 589 NONAME - gf_quat_rotate @ 590 NONAME - gf_quat_slerp @ 591 NONAME - gf_quat_to_rotation @ 592 NONAME - gf_rand @ 593 NONAME - gf_rand_init @ 594 NONAME - gf_ray @ 595 NONAME - gf_ray_hit_box @ 596 NONAME - gf_ray_hit_sphere @ 597 NONAME - gf_ray_hit_triangle @ 598 NONAME - gf_ray_hit_triangle_backcull @ 599 NONAME - gf_rect_center @ 600 NONAME - gf_rect_equal @ 601 NONAME - gf_rect_from_bbox @ 602 NONAME - gf_rect_overlaps @ 603 NONAME - gf_rect_pixelize @ 604 NONAME - gf_rect_union @ 605 NONAME - gf_rtp_builder_del @ 606 NONAME - gf_rtp_builder_format_sdp @ 607 NONAME - gf_rtp_builder_get_payload_name @ 608 NONAME - gf_rtp_builder_init @ 609 NONAME - gf_rtp_builder_new @ 610 NONAME - gf_rtp_builder_process @ 611 NONAME - gf_rtp_decode_rtcp @ 612 NONAME - gf_rtp_decode_rtp @ 613 NONAME - gf_rtp_del @ 614 NONAME - gf_rtp_depacketizer_del @ 615 NONAME - gf_rtp_depacketizer_get_slconfig @ 616 NONAME - gf_rtp_depacketizer_new @ 617 NONAME - gf_rtp_depacketizer_process @ 618 NONAME - gf_rtp_depacketizer_reset @ 619 NONAME - gf_rtp_enable_nat_keepalive @ 620 NONAME - gf_rtp_get_clockrate @ 621 NONAME - gf_rtp_get_current_time @ 622 NONAME - gf_rtp_get_hight_interleave_id @ 623 NONAME - gf_rtp_get_local_ssrc @ 624 NONAME - gf_rtp_get_loss @ 625 NONAME - gf_rtp_get_low_interleave_id @ 626 NONAME - gf_rtp_get_ports @ 627 NONAME - gf_rtp_get_tcp_bytes_sent @ 628 NONAME - gf_rtp_get_transport @ 629 NONAME - gf_rtp_initialize @ 630 NONAME - gf_rtp_is_active @ 631 NONAME - gf_rtp_is_interleaved @ 632 NONAME - gf_rtp_is_unicast @ 633 NONAME - gf_rtp_new @ 634 NONAME - gf_rtp_read_rtcp @ 635 NONAME - gf_rtp_read_rtp @ 636 NONAME - gf_rtp_reset_buffers @ 637 NONAME - gf_rtp_send_bye @ 638 NONAME - gf_rtp_send_packet @ 639 NONAME - gf_rtp_send_rtcp_report @ 640 NONAME - gf_rtp_set_info_rtcp @ 641 NONAME - gf_rtp_set_info_rtp @ 642 NONAME - gf_rtp_set_ports @ 643 NONAME - gf_rtp_setup_payload @ 644 NONAME - gf_rtp_setup_transport @ 645 NONAME - gf_rtsp_command_del @ 646 NONAME - gf_rtsp_command_new @ 647 NONAME - gf_rtsp_command_reset @ 648 NONAME - gf_rtsp_generate_session_id @ 649 NONAME - gf_rtsp_get_command @ 650 NONAME - gf_rtsp_get_last_request @ 651 NONAME - gf_rtsp_get_last_session_id @ 652 NONAME - gf_rtsp_get_next_interleave_id @ 653 NONAME - gf_rtsp_get_remote_address @ 654 NONAME - gf_rtsp_get_response @ 655 NONAME - gf_rtsp_get_server_name @ 656 NONAME - gf_rtsp_get_service_name @ 657 NONAME - gf_rtsp_get_session_ip @ 658 NONAME - gf_rtsp_get_session_port @ 659 NONAME - gf_rtsp_get_session_state @ 660 NONAME - gf_rtsp_is_my_session @ 661 NONAME - gf_rtsp_load_service_name @ 662 NONAME - gf_rtsp_nc_to_string @ 663 NONAME - gf_rtsp_range_del @ 664 NONAME - gf_rtsp_range_new @ 665 NONAME - gf_rtsp_range_parse @ 666 NONAME - gf_rtsp_register_interleave @ 667 NONAME - gf_rtsp_reset_aggregation @ 668 NONAME - gf_rtsp_response_del @ 669 NONAME - gf_rtsp_response_new @ 670 NONAME - gf_rtsp_response_reset @ 671 NONAME - gf_rtsp_send_command @ 672 NONAME - gf_rtsp_send_response @ 673 NONAME - gf_rtsp_session_del @ 674 NONAME - gf_rtsp_session_new @ 675 NONAME - gf_rtsp_session_new_server @ 676 NONAME - gf_rtsp_session_read @ 677 NONAME - gf_rtsp_session_reset @ 678 NONAME - gf_rtsp_set_buffer_size @ 679 NONAME - gf_rtsp_set_interleave_callback @ 680 NONAME - gf_rtsp_set_mobile_ip @ 681 NONAME - gf_rtsp_transport_clone @ 682 NONAME - gf_rtsp_transport_del @ 683 NONAME - gf_rtsp_unregister_interleave @ 684 NONAME - gf_sc_audio_check_url @ 685 NONAME - gf_sc_audio_open @ 686 NONAME - gf_sc_audio_register @ 687 NONAME - gf_sc_audio_restart @ 688 NONAME - gf_sc_audio_setup @ 689 NONAME - gf_sc_audio_stop @ 690 NONAME - gf_sc_audio_unregister @ 691 NONAME - gf_sc_get_compositor @ 692 NONAME - gf_sc_invalidate @ 693 NONAME - gf_sc_lock @ 694 NONAME - gf_sc_reset_graphics @ 695 NONAME - gf_sc_svg_convert_length_to_display @ 696 NONAME - gf_sc_texture_check_url_change @ 697 NONAME - gf_sc_texture_destroy @ 698 NONAME - gf_sc_texture_get_handler @ 699 NONAME - gf_sc_texture_play @ 700 NONAME - gf_sc_texture_play_from_to @ 701 NONAME - gf_sc_texture_release_stream @ 702 NONAME - gf_sc_texture_restart @ 703 NONAME - gf_sc_texture_setup @ 704 NONAME - gf_sc_texture_stop @ 705 NONAME - gf_sc_texture_update_frame @ 706 NONAME - gf_sdp_conn_del @ 707 NONAME - gf_sdp_conn_new @ 708 NONAME - gf_sdp_fmtp_del @ 709 NONAME - gf_sdp_fmtp_new @ 710 NONAME - gf_sdp_info_check @ 711 NONAME - gf_sdp_info_del @ 712 NONAME - gf_sdp_info_new @ 713 NONAME - gf_sdp_info_parse @ 714 NONAME - gf_sdp_info_reset @ 715 NONAME - gf_sdp_info_write @ 716 NONAME - gf_sdp_media_del @ 717 NONAME - gf_sdp_media_new @ 718 NONAME - gf_sema_del @ 719 NONAME - gf_sema_new @ 720 NONAME - gf_sema_notify @ 721 NONAME - gf_sema_wait @ 722 NONAME - gf_sema_wait_for @ 723 NONAME - gf_set_progress @ 724 NONAME - gf_set_progress_callback @ 725 NONAME - gf_sg_activate_routes @ 726 NONAME - gf_sg_command_apply @ 727 NONAME - gf_sg_command_apply_list @ 728 NONAME - gf_sg_command_del @ 729 NONAME - gf_sg_del @ 730 NONAME - gf_sg_find_node @ 731 NONAME - gf_sg_find_node_by_name @ 732 NONAME - gf_sg_get_next_available_node_id @ 733 NONAME - gf_sg_get_root_node @ 734 NONAME - gf_sg_get_scene_size_info @ 735 NONAME - gf_sg_mfurl_del @ 736 NONAME - gf_sg_new_subscene @ 737 NONAME - gf_sg_node_get_tag_by_class_name @ 738 NONAME - gf_sg_proto_get_extern_url @ 739 NONAME - gf_sg_reset @ 740 NONAME - gf_sg_route_new @ 741 NONAME - gf_sg_set_node_callback @ 742 NONAME - gf_sg_set_proto_loader @ 743 NONAME - gf_sg_set_root_node @ 744 NONAME - gf_sg_set_scene_size_info @ 745 NONAME - gf_sg_set_scene_time_callback @ 746 NONAME - gf_sg_sfcolor_to_rgba @ 747 NONAME - gf_sg_sfrotation_interpolate @ 748 NONAME - gf_sg_use_pixel_metrics @ 749 NONAME - gf_sg_vrml_field_copy @ 750 NONAME - gf_sg_vrml_field_equal @ 751 NONAME - gf_sg_vrml_mf_alloc @ 752 NONAME - gf_sg_vrml_mf_append @ 753 NONAME - gf_sg_vrml_mf_reset @ 754 NONAME - gf_sin @ 755 NONAME - gf_sk_is_multicast_address @ 756 NONAME - gf_sl_depacketize @ 757 NONAME - gf_sl_get_header_size @ 758 NONAME - gf_sl_packetize @ 759 NONAME - gf_sleep @ 760 NONAME - gf_sm_del @ 761 NONAME - gf_sm_dump @ 762 NONAME - gf_sm_dump_command_list @ 763 NONAME - gf_sm_dump_graph @ 764 NONAME - gf_sm_dumper_del @ 765 NONAME - gf_sm_dumper_new @ 766 NONAME - gf_sm_encode_to_file @ 767 NONAME - gf_sm_import_bifs_subtitle @ 768 NONAME - gf_sm_load_done @ 769 NONAME - gf_sm_load_init @ 770 NONAME - gf_sm_load_run @ 771 NONAME - gf_sm_load_string @ 772 NONAME - gf_sm_make_random_access @ 773 NONAME - gf_sm_new @ 774 NONAME - gf_sm_reset @ 775 NONAME - gf_sm_stats_del @ 776 NONAME - gf_sm_stats_for_command @ 777 NONAME - gf_sm_stats_for_graph @ 778 NONAME - gf_sm_stats_for_scene @ 779 NONAME - gf_sm_stats_get @ 780 NONAME - gf_sm_stats_new @ 781 NONAME - gf_sm_stats_reset @ 782 NONAME - gf_sm_stream_au_new @ 783 NONAME - gf_sm_stream_del @ 784 NONAME - gf_sm_stream_new @ 785 NONAME - gf_smil_set_media_duration @ 786 NONAME - gf_smil_timing_init_runtime_info @ 787 NONAME - gf_smil_timing_insert_clock @ 788 NONAME - gf_smil_timing_is_active @ 789 NONAME - gf_sqrt @ 790 NONAME - gf_stretch_bits @ 791 NONAME - gf_svg_apply_animations @ 792 NONAME - gf_svg_apply_inheritance @ 793 NONAME - gf_svg_attributes_copy @ 794 NONAME - gf_svg_flatten_attributes @ 795 NONAME - gf_svg_path_build @ 796 NONAME - gf_svg_properties_init_pointers @ 797 NONAME - gf_svg_properties_reset_pointers @ 798 NONAME - gf_sys_clock @ 799 NONAME - gf_sys_close @ 800 NONAME - gf_sys_get_battery_state @ 801 NONAME - gf_sys_get_rti @ 802 NONAME - gf_sys_init @ 803 NONAME - gf_tan @ 804 NONAME - gf_temp_file_new @ 805 NONAME - gf_term_add_media @ 806 NONAME - gf_term_add_object @ 807 NONAME - gf_term_check_extension @ 808 NONAME - gf_term_connect @ 809 NONAME - gf_term_connect_from_time @ 810 NONAME - gf_term_del @ 811 NONAME - gf_term_disconnect @ 812 NONAME - gf_term_download_del @ 813 NONAME - gf_term_download_new @ 814 NONAME - gf_term_download_update_stats @ 815 NONAME - gf_term_get_framerate @ 816 NONAME - gf_term_get_mfurl_from_xlink @ 817 NONAME - gf_term_get_option @ 818 NONAME - gf_term_get_service_interface @ 819 NONAME - gf_term_get_service_url @ 820 NONAME - gf_term_get_simulation_frame_rate @ 821 NONAME - gf_term_get_time_in_ms @ 822 NONAME - gf_term_get_url @ 823 NONAME - gf_term_get_viewpoint @ 824 NONAME - gf_term_navigate_to @ 825 NONAME - gf_term_new @ 826 NONAME - gf_term_node_callback @ 827 NONAME - gf_term_on_command @ 828 NONAME - gf_term_on_connect @ 829 NONAME - gf_term_on_disconnect @ 830 NONAME - gf_term_on_message @ 831 NONAME - gf_term_on_sl_packet @ 832 NONAME - gf_term_play_from_time @ 833 NONAME - gf_term_process_flush @ 834 NONAME - gf_term_process_step @ 835 NONAME - gf_term_register_mime_type @ 836 NONAME - gf_term_scene_update @ 837 NONAME - gf_term_set_option @ 838 NONAME - gf_term_set_simulation_frame_rate @ 839 NONAME - gf_term_set_size @ 840 NONAME - gf_term_set_viewpoint @ 841 NONAME - gf_term_user_event @ 842 NONAME - gf_th_del @ 843 NONAME - gf_th_id @ 844 NONAME - gf_th_new @ 845 NONAME - gf_th_run @ 846 NONAME - gf_th_set_priority @ 847 NONAME - gf_th_status @ 848 NONAME - gf_th_stop @ 849 NONAME - gf_token_find @ 850 NONAME - gf_token_get @ 851 NONAME - gf_token_get_line @ 852 NONAME - gf_url_to_fs_path @ 853 NONAME - gf_utc_time_since_1970 @ 854 NONAME - gf_utf8_is_right_to_left @ 855 NONAME - gf_utf8_mbstowcs @ 856 NONAME - gf_utf8_reorder_bidi @ 857 NONAME - gf_utf8_wcslen @ 858 NONAME - gf_utf8_wcstombs @ 859 NONAME - gf_v2d_from_polar @ 860 NONAME - gf_v2d_len @ 861 NONAME - gf_v2d_polarize @ 862 NONAME - gf_vec_cross @ 863 NONAME - gf_vec_dot @ 864 NONAME - gf_vec_len @ 865 NONAME - gf_vec_lensq @ 866 NONAME - gf_vec_norm @ 867 NONAME - gf_vec_scale @ 868 NONAME - gf_vorbis_check_frame @ 869 NONAME - gf_vorbis_parse_header @ 870 NONAME - gf_xml_dom_del @ 871 NONAME - gf_xml_dom_detach_root @ 872 NONAME - gf_xml_dom_get_error @ 873 NONAME - gf_xml_dom_get_line @ 874 NONAME - gf_xml_dom_get_root @ 875 NONAME - gf_xml_dom_new @ 876 NONAME - gf_xml_dom_node_del @ 877 NONAME - gf_xml_dom_parse @ 878 NONAME - gf_xml_dom_serialize @ 879 NONAME - gf_xml_get_root_type @ 880 NONAME - gf_xml_sax_binary_file @ 881 NONAME - gf_xml_sax_del @ 882 NONAME - gf_xml_sax_get_error @ 883 NONAME - gf_xml_sax_get_file_pos @ 884 NONAME - gf_xml_sax_get_file_size @ 885 NONAME - gf_xml_sax_get_line @ 886 NONAME - gf_xml_sax_get_node_end_pos @ 887 NONAME - gf_xml_sax_get_node_start_pos @ 888 NONAME - gf_xml_sax_init @ 889 NONAME - gf_xml_sax_new @ 890 NONAME - gf_xml_sax_parse @ 891 NONAME - gf_xml_sax_parse_file @ 892 NONAME - gf_xml_sax_peek_node @ 893 NONAME - gf_xml_sax_suspend @ 894 NONAME - gzclose @ 895 NONAME - gzdopen @ 896 NONAME - gzeof @ 897 NONAME - gzopen @ 898 NONAME - gzread @ 899 NONAME - my_str_lwr @ 900 NONAME - my_str_upr @ 901 NONAME - diff --git a/build/symbian/module_base.mmp b/build/symbian/module_base.mmp deleted file mode 100644 index ef0aacf..0000000 --- a/build/symbian/module_base.mmp +++ /dev/null @@ -1,24 +0,0 @@ -TARGETTYPE DLL -CAPABILITY NetworkServices -UID 0x10000080 0x10000081 -//allow writable static data -EPOCALLOWDLLDATA - -//Symbian 8 needs E32Dll proc -#if defined(THUMB) -SOURCEPATH . -SOURCE symbian_dll_entry.cpp -#endif - -SYSTEMINCLUDE \epoc32\include \epoc32\include\libc ..\..\include -LIBRARY euser.lib estlib.lib libgpac.lib - -#if defined(WINS) - deffile ..\..\build\symbian\gpac_module_symbian.def -#else if defined(ARM) - deffile ..\..\build\symbian\gpac_module_symbian.def -#endif - -//EXPORTUNFROZEN -// nostrictdef - diff --git a/build/symbian/mp3_in.mmp b/build/symbian/mp3_in.mmp deleted file mode 100644 index e610b63..0000000 --- a/build/symbian/mp3_in.mmp +++ /dev/null @@ -1,22 +0,0 @@ -TARGET gm_mp3_in.dll - - -//comment if you don't have libmad -MACRO GPAC_HAS_MAD -MACRO FPM_ARM -STATICLIBRARY libmad.lib -SYSTEMINCLUDE ..\..\extra_lib\include\mad - - -//common config of all modules -#include ".\module_base.mmp" - -//source -SOURCEPATH ..\..\modules\mp3_in -SOURCE mp3_in.c -SOURCE mad_dec.c - -#if defined(GCCE) -#else -LIBRARY egcc.lib -#endif diff --git a/build/symbian/odf_dec.mmp b/build/symbian/odf_dec.mmp deleted file mode 100644 index 57745a9..0000000 --- a/build/symbian/odf_dec.mmp +++ /dev/null @@ -1,9 +0,0 @@ -TARGET gm_odf_dec.dll - -//common config of all modules -#include ".\module_base.mmp" - -//source -SOURCEPATH ..\..\modules\odf_dec -SOURCE odf_dec.c - diff --git a/build/symbian/osmo4.mmp b/build/symbian/osmo4.mmp deleted file mode 100644 index 82d8ba9..0000000 --- a/build/symbian/osmo4.mmp +++ /dev/null @@ -1,90 +0,0 @@ - -/*config for symbian 9.x*/ -#if defined(GCCE) - -TARGET Osmo4.exe -TARGETTYPE EXE -SECUREID 0xf01f9075 -UID 0 0xf01f9075 -VENDORID 0 - -CAPABILITY NetworkServices -EPOCSTACKSIZE 0x8000 -/*up to 8M for gpac - this should be tuned per device !!*/ -EPOCHEAPSIZE 0x4000 0x800000 - -#else -/*config for symbian 8.x*/ - -TARGET Osmo4.app -TARGETTYPE app -UID 0x100039CE 0x1000AC00 -TARGETPATH \system\apps\Osmo4 - -EPOCALLOWDLLDATA - -#endif - -//MACRO GPAC_GUI_ONLY - -/*source code*/ -SOURCEPATH ..\..\applications\osmo4_sym -SOURCE osmo4.cpp -SOURCE osmo4_view.cpp -SOURCE osmo4_ui.cpp -SOURCE playlist.cpp - - - -/*resource files*/ -SOURCEPATH ..\..\applications\osmo4_sym\res - -#if defined(GCCE) - -START RESOURCE Osmo4.rss -HEADER -TARGETPATH resource\apps -END //RESOURCE - -START RESOURCE Osmo4_reg.rss -#ifdef WINSCW -TARGETPATH \private\10003a3f\apps -#else -TARGETPATH \private\10003a3f\import\apps -#endif -END //RESOURCE - -#else - -RESOURCE Osmo4_gen.rss -RESOURCE Osmo4_caption.rss - -#endif - - -USERINCLUDE ..\..\applications\osmo4_sym ..\..\applications\osmo4_sym\res - -SYSTEMINCLUDE \epoc32\include \epoc32\include\libc ..\..\include - -LIBRARY euser.lib apparc.lib cone.lib eikcore.lib avkon.lib efsrv.lib estlib.lib ws32.lib bafl.lib eikcoctl.lib - -//gpac core lib -LIBRARY libgpac.lib - -//when using skin support -LIBRARY aknskins.lib - -#if defined(GCCE) -//hardware key listener stuff -LIBRARY remconcoreapi.lib remconinterfacebase.lib -#endif - -LANG SC - -#if defined(GCCE) -#else -AIF Osmo4.aif ..\..\applications\osmo4_sym\aif osmo4aif.rss c12 osmo4_icon.bmp osmo4_icon_mask.bmp osmo4_menu.bmp osmo4_menu_mask.bmp -#endif - - -// End of File diff --git a/build/symbian/rtp_in.mmp b/build/symbian/rtp_in.mmp deleted file mode 100644 index f9b26c1..0000000 --- a/build/symbian/rtp_in.mmp +++ /dev/null @@ -1,14 +0,0 @@ -TARGET gm_rtp_in.dll - -//common config of all modules -#include ".\module_base.mmp" - -//source -SOURCEPATH ..\..\modules\rtp_in -SOURCE rtp_in.c -SOURCE rtp_session.c -SOURCE rtp_signaling.c -SOURCE rtp_stream.c -SOURCE sdp_fetch.c -SOURCE sdp_load.c - diff --git a/build/symbian/saf_in.mmp b/build/symbian/saf_in.mmp deleted file mode 100644 index 20e2a45..0000000 --- a/build/symbian/saf_in.mmp +++ /dev/null @@ -1,9 +0,0 @@ -TARGET gm_saf_in.dll - -//common config of all modules -#include ".\module_base.mmp" - -//source -SOURCEPATH ..\..\modules\saf_in -SOURCE saf_in.c - diff --git a/build/symbian/sis/GPAC.cfg b/build/symbian/sis/GPAC.cfg deleted file mode 100644 index 33c0f9c..0000000 --- a/build/symbian/sis/GPAC.cfg +++ /dev/null @@ -1,26 +0,0 @@ -[General] - -[SymbianDLLs] -gm_aac_in.dll=yes -gm_amr_in.dll=yes -gm_bifs_dec.dll=yes -gm_ctx_load.dll=yes -gm_dummy_in.dll=yes -gm_epoc_hw.dll=yes -gm_ffmpeg_in.dll=yes -gm_ft_font.dll=yes -gm_img_in.dll=yes -gm_ismacryp.dll=yes -gm_isom_in.dll=yes -gm_laser_dec.dll=yes -gm_mp3_in.dll=yes -gm_odf_dec.dll=yes -gm_rtp_in.dll=yes -gm_saf_in.dll=yes -gm_soft_raster.dll=yes -gm_svg_in.dll=yes -gm_timedtext.dll=yes -gm_xvid_dec.dll=yes - -[FontEngine] -FontDirectory=Z:\resource\Fonts diff --git a/build/symbian/sis/backup_registration.xml b/build/symbian/sis/backup_registration.xml deleted file mode 100644 index 7f7f2d0..0000000 --- a/build/symbian/sis/backup_registration.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/build/symbian/sis/gpac.cer b/build/symbian/sis/gpac.cer deleted file mode 100644 index 6505cb4..0000000 --- a/build/symbian/sis/gpac.cer +++ /dev/null @@ -1,18 +0,0 @@ ------BEGIN CERTIFICATE----- -MIIC8TCCArGgAwIBAgIJALotnRibD/q8MAkGByqGSM44BAMwHDELMAkGA1UEBhMC -RlIxDTALBgNVBAoTBEVOU1QwHhcNMDgwMTA5MDk1ODMyWhcNMTgwMTA2MDk1ODMy -WjAcMQswCQYDVQQGEwJGUjENMAsGA1UEChMERU5TVDCCAbcwggEsBgcqhkjOOAQB -MIIBHwKBgQD8NiO0JTmjTjCNpeUsR28xkuI1ovrdrGsgMKA+x4Y1D8jY6NBFlYO4 -GaPXCWchzEla6iu35bhdXlCatrokMB4FDk4pTOG/Wtx70RCer2A3ltHbit672/br -1Ghlg0jpxgztcQSMZeSEzX2pp0Hvo4aFLbhjMx2XqY2CwdyQ/XqN0wIVAKMBlvbu -Uk1ee0PwlbIirRsW9btfAoGBANYTR+sHCbDLADj80UB1UojCCYnWDuZBpGsqSrr4 -13JAn4MEeYuhIj0TGUW08gsFVXBVRnYEbwOdNl4NYH3oL7gxr7pn8BZknY39xxW+ -5fcyuMxw7+SNn8enw9Eso2pkwhhHhe4nhOlvOrvK6XA+dKHj7oQbIkqaZQ8iCU0s -M+a6A4GEAAKBgDwMWunf+ZnUlO0UE+f33+ZFbwHNiaBF0hKA+JrggZNL5+IgOQ2o -1+nbrZE3Iyfh0FrAsqYow9lMzXhtNoR5Hzk0LFUL3ZLQ7srZ1kSwUhu5A0Kkfpkg -lMjc/rzp2qlPARlMLg0Qb3Z5RHAFY/9BJpuk9XsZox6w9QskjhBWzBs5o30wezAd -BgNVHQ4EFgQU39NHanijACvhGtxSNx5bCUz6g4EwTAYDVR0jBEUwQ4AU39NHanij -ACvhGtxSNx5bCUz6g4GhIKQeMBwxCzAJBgNVBAYTAkZSMQ0wCwYDVQQKEwRFTlNU -ggkAui2dGJsP+rwwDAYDVR0TBAUwAwEB/zAJBgcqhkjOOAQDAy8AMCwCFAvs9AOw -8SaBmbjmVpd5KCEVj3qzAhQWmEA0EA9udo7ft2obyPN6YuIu/A== ------END CERTIFICATE----- diff --git a/build/symbian/sis/gpac.key b/build/symbian/sis/gpac.key deleted file mode 100644 index b026426..0000000 --- a/build/symbian/sis/gpac.key +++ /dev/null @@ -1,15 +0,0 @@ ------BEGIN DSA PRIVATE KEY----- -Proc-Type: 4,ENCRYPTED -DEK-Info: DES-EDE3-CBC,F9E9529C03B12703 - -XxBWvC122vJe3OiL0R+6tV6v4NKn0WB1rMYG8yW523PFmAXB9SgquJjXWLqPwsFl -tXnk4g2jDDCgJBbFmb2DJ4/n2G2Gmh1+QpG2ul8R6MWwdwYu9+amNMvi7JddkRlS -SZbJF79np4oiJp/f4FVkjlpXHFvPkFWhR21tEe1HNQ9US54JDHVwBcqvSUOm6qHI -oQaz1uvISz9S4H7/4itYGcFk0bguX8nftFJJRWWEPlJ8pi2q8TpPb6K89PHZrfBZ -ylhppnmb4cAZytq3KseVn9ku6twDNYczCG3GyrcreqOAYE6OSJcFHBDygYUGJWhL -lD6KmG5Q5hniYSXm9ZjTd4mx07PE24GfH0Rdi3fw634wOV2g/04wmhtYn1214Ytw -cFxyU/b5VMLBJ7O8kVUpjKzdsHosfQ1Uk2RIjrXrclKFhCgL9ZOUznFvn+C9HUDF -qCiwM/+t8fRYQKcMm6ZfYBnk2q28xWm2SYbd7O5u78+hyd5Hj1+N+YDlIyLkrn4V -38O6brMyUR9D9J9SAqTJzKj66yGtTX8dYOqTYqpYwhyLTtjKdJqcShr6qwasVFGB -H3Z1ypU+Psaa3e/7xyoWLA== ------END DSA PRIVATE KEY----- diff --git a/build/symbian/sis/osmo4_gcce.pkg b/build/symbian/sis/osmo4_gcce.pkg deleted file mode 100644 index 7d383ac..0000000 --- a/build/symbian/sis/osmo4_gcce.pkg +++ /dev/null @@ -1,54 +0,0 @@ -; Osmo4.pkg -; -;Language - standard language definitions -&EN - -; standard SIS file header -#{"Osmo4"},(0xF01F9075),0,43,20061002 - -;Localised Vendor name -%{"ENST-EN"} - -;Unique Vendor name -:"ENST" - -;Supports Series 60 v 3.0 -[0x101F7961], 0, 0, 0, {"Series60ProductID"} - -;Files to install -"Epoc32\release\GCCE\UREL\Osmo4.exe" -"c:\sys\bin\Osmo4.exe" -"Epoc32\release\GCCE\UREL\libgpac.dll" -"c:\sys\bin\libgpac.dll" -"Epoc32\Data\z\resource\apps\Osmo4.rsc" -"c:\resource\apps\Osmo4.rsc" -"Epoc32\Data\z\private\10003a3f\import\apps\Osmo4_reg.rsc" -"c:\private\10003a3f\import\apps\Osmo4_reg.rsc" -"Epoc32\Data\z\resource\apps\Osmo4_aif.mif" -"c:\resource\apps\Osmo4_aif.mif" -;config file -"GPAC.cfg" -"c:\private\F01F9075\GPAC.cfg" -;startup file -"..\..\..\doc\gpac.mp4" -"c:\private\F01F9075\gpac.mp4" -;cache setup -"" -"c:\private\F01F9075\cache\", FN -;modules: on S60 3rd, librairies shall be in /sys/bin to load ... -"Epoc32\release\GCCE\UREL\gm_aac_in.dll" -"c:\sys\bin\gm_aac_in.dll" -"Epoc32\release\GCCE\UREL\gm_amr_in.dll" -"c:\sys\bin\gm_amr_in.dll" -"Epoc32\release\GCCE\UREL\gm_bifs_dec.dll" -"c:\sys\bin\gm_bifs_dec.dll" -"Epoc32\release\GCCE\UREL\gm_ctx_load.dll" -"c:\sys\bin\gm_ctx_load.dll" -"Epoc32\release\GCCE\UREL\gm_dummy_in.dll" -"c:\sys\bin\gm_dummy_in.dll" -"Epoc32\release\GCCE\UREL\gm_epoc_hw.dll" -"c:\sys\bin\gm_epoc_hw.dll" -"Epoc32\release\GCCE\UREL\gm_ffmpeg_in.dll" -"c:\sys\bin\gm_ffmpeg_in.dll" -"Epoc32\release\GCCE\UREL\gm_ft_font.dll" -"c:\sys\bin\gm_ft_font.dll" -"Epoc32\release\GCCE\UREL\gm_img_in.dll" -"c:\sys\bin\gm_img_in.dll" -"Epoc32\release\GCCE\UREL\gm_ismacryp.dll" -"c:\sys\bin\gm_ismacryp.dll" -"Epoc32\release\GCCE\UREL\gm_isom_in.dll" -"c:\sys\bin\gm_isom_in.dll" -"Epoc32\release\GCCE\UREL\gm_laser_dec.dll" -"c:\sys\bin\gm_laser_dec.dll" -"Epoc32\release\GCCE\UREL\gm_mp3_in.dll" -"c:\sys\bin\gm_mp3_in.dll" -"Epoc32\release\GCCE\UREL\gm_odf_dec.dll" -"c:\sys\bin\gm_odf_dec.dll" -"Epoc32\release\GCCE\UREL\gm_rtp_in.dll" -"c:\sys\bin\gm_rtp_in.dll" -"Epoc32\release\GCCE\UREL\gm_saf_in.dll" -"c:\sys\bin\gm_saf_in.dll" -"Epoc32\release\GCCE\UREL\gm_soft_raster.dll" -"c:\sys\bin\gm_soft_raster.dll" -"Epoc32\release\GCCE\UREL\gm_svg_in.dll" -"c:\sys\bin\gm_svg_in.dll" -"Epoc32\release\GCCE\UREL\gm_timedtext.dll" -"c:\sys\bin\gm_timedtext.dll" -"Epoc32\release\GCCE\UREL\gm_xvid_dec.dll" -"c:\sys\bin\gm_xvid_dec.dll" - -;required for application to be covered by backup/restore facility -;"backup_registration.xml" -"c:\private\F01F9075\backup_registration.xml" - diff --git a/build/symbian/sis/osmo4_thumb.pkg b/build/symbian/sis/osmo4_thumb.pkg deleted file mode 100644 index 4ef762e..0000000 --- a/build/symbian/sis/osmo4_thumb.pkg +++ /dev/null @@ -1,48 +0,0 @@ - -; Osmo4.pkg -; -;Language - standard language definitions -&EN - -; standard SIS file header -#{"Osmo4"},(0x1000AC00),0,4,5 - -;Supports Series 60 v2.0 -(0x101F7960), 0, 0, 0, {"Series60ProductID"} - -;GUI -"Epoc32\release\thumb\urel\Osmo4.APP" -"!:\system\apps\Osmo4\Osmo4.app" -"Epoc32\data\z\system\apps\Osmo4\Osmo4_gen.rsc" -"!:\system\apps\Osmo4\Osmo4.rsc" -"Epoc32\data\z\system\apps\Osmo4\Osmo4_caption.rsc" -"!:\system\apps\Osmo4\Osmo4_caption.rsc" -"Epoc32\data\z\system\apps\Osmo4\Osmo4.aif" -"!:\system\apps\Osmo4\Osmo4.aif" - -;GPAC lib, default cfg file, startup file & cache -"Epoc32\release\thumb\urel\libgpac.dll" -"!:\system\apps\Osmo4\libgpac.dll" -"GPAC.cfg" -"!:\system\apps\Osmo4\GPAC.cfg" -"..\..\..\doc\gpac.mp4" -"!:\system\apps\Osmo4\gpac.mp4" -"" -"!:\system\apps\Osmo4\cache\", FN - -;modules: -"Epoc32\release\thumb\urel\gm_aac_in.dll" -"!:\system\apps\Osmo4\gm_aac_in.dll" -"Epoc32\release\thumb\urel\gm_amr_in.dll" -"!:\system\apps\Osmo4\gm_amr_in.dll" -"Epoc32\release\thumb\urel\gm_bifs_dec.dll" -"!:\system\apps\Osmo4\gm_bifs_dec.dll" -"Epoc32\release\thumb\urel\gm_ctx_load.dll" -"!:\system\apps\Osmo4\gm_ctx_load.dll" -"Epoc32\release\thumb\urel\gm_dummy_in.dll" -"!:\system\apps\Osmo4\gm_dummy_in.dll" -"Epoc32\release\thumb\urel\gm_epoc_hw.dll" -"!:\system\apps\Osmo4\gm_epoc_hw.dll" -;"Epoc32\release\thumb\urel\gm_ffmpeg_in.dll" -"!:\system\apps\Osmo4\gm_ffmpeg_in.dll" -"Epoc32\release\thumb\urel\gm_ft_font.dll" -"!:\system\apps\Osmo4\gm_ft_font.dll" -"Epoc32\release\thumb\urel\gm_img_in.dll" -"!:\system\apps\Osmo4\gm_img_in.dll" -"Epoc32\release\thumb\urel\gm_ismacryp.dll" -"!:\system\apps\Osmo4\gm_ismacryp.dll" -"Epoc32\release\thumb\urel\gm_isom_in.dll" -"!:\system\apps\Osmo4\gm_isom_in.dll" -"Epoc32\release\thumb\urel\gm_laser_dec.dll" -"!:\system\apps\Osmo4\gm_laser_dec.dll" -"Epoc32\release\thumb\urel\gm_mp3_in.dll" -"!:\system\apps\Osmo4\gm_mp3_in.dll" -"Epoc32\release\thumb\urel\gm_odf_dec.dll" -"!:\system\apps\Osmo4\gm_odf_dec.dll" -"Epoc32\release\thumb\urel\gm_render2d.dll" -"!:\system\apps\Osmo4\gm_render2d.dll" -"Epoc32\release\thumb\urel\gm_render3d.dll" -"!:\system\apps\Osmo4\gm_render3d.dll" -"Epoc32\release\thumb\urel\gm_rtp_in.dll" -"!:\system\apps\Osmo4\gm_rtp_in.dll" -"Epoc32\release\thumb\urel\gm_saf_in.dll" -"!:\system\apps\Osmo4\gm_saf_in.dll" -"Epoc32\release\thumb\urel\gm_soft_raster.dll" -"!:\system\apps\Osmo4\gm_soft_raster.dll" -"Epoc32\release\thumb\urel\gm_svg_in.dll" -"!:\system\apps\Osmo4\gm_svg_in.dll" -"Epoc32\release\thumb\urel\gm_timedtext.dll" -"!:\system\apps\Osmo4\gm_timedtext.dll" -"Epoc32\release\thumb\urel\gm_xvid_dec.dll" -"!:\system\apps\Osmo4\gm_xvid_dec.dll" - diff --git a/build/symbian/soft_raster.mmp b/build/symbian/soft_raster.mmp deleted file mode 100644 index 14faf2c..0000000 --- a/build/symbian/soft_raster.mmp +++ /dev/null @@ -1,15 +0,0 @@ -TARGET gm_soft_raster.dll - -//common config of all modules -#include ".\module_base.mmp" - -//source -SOURCEPATH ..\..\modules\soft_raster -SOURCE ftgrays.c -SOURCE raster_load.c -SOURCE raster_565.c -SOURCE raster_argb.c -SOURCE raster_rgb.c -SOURCE stencil.c -SOURCE surface.c - diff --git a/build/symbian/svg_in.mmp b/build/symbian/svg_in.mmp deleted file mode 100644 index 6919c2d..0000000 --- a/build/symbian/svg_in.mmp +++ /dev/null @@ -1,10 +0,0 @@ -TARGET gm_svg_in.dll - -//common config of all modules -#include ".\module_base.mmp" - -//source -SOURCEPATH ..\..\modules\svg_in -SOURCE svg_in.c - -LIBRARY ezlib.lib diff --git a/build/symbian/symbian_dll_entry.cpp b/build/symbian/symbian_dll_entry.cpp deleted file mode 100644 index f5b7278..0000000 --- a/build/symbian/symbian_dll_entry.cpp +++ /dev/null @@ -1,7 +0,0 @@ - -#include -#include - -#ifndef EKA2 -GLDEF_C s32 E32Dll(TDllReason /*aReason*/) { return 0; } -#endif diff --git a/build/symbian/timedtext.mmp b/build/symbian/timedtext.mmp deleted file mode 100644 index 8ffd2cb..0000000 --- a/build/symbian/timedtext.mmp +++ /dev/null @@ -1,9 +0,0 @@ -TARGET gm_timedtext.dll - -//common config of all modules -#include ".\module_base.mmp" - -//source -SOURCEPATH ..\..\modules\timedtext -SOURCE timedtext_in.c -SOURCE timedtext_dec.c diff --git a/build/symbian/xvid_dec.mmp b/build/symbian/xvid_dec.mmp deleted file mode 100644 index c16ed12..0000000 --- a/build/symbian/xvid_dec.mmp +++ /dev/null @@ -1,34 +0,0 @@ -TARGET gm_xvid_dec.dll - -MACRO __MARM__ -MACRO __MARM_ARMI__ - -//common config of all modules -#include ".\module_base.mmp" - -//source -SOURCEPATH ..\..\modules\xvid_dec -SOURCE xvid_dec_wce.cpp -SOURCEPATH ..\..\modules\xvid_dec\xvid_wce -SOURCE bitstream.cpp -SOURCE CodecAPI.cpp -SOURCE decoder.cpp -SOURCE font.cpp -SOURCE gmc.cpp -SOURCE idct.cpp -SOURCE image.cpp -SOURCE interpolate8x8.cpp -SOURCE mbcoding.cpp -SOURCE mbprediction.cpp -SOURCE mem_align.cpp -SOURCE mem_transfer.cpp -SOURCE qpel_tab.cpp -SOURCE quant_h263.cpp -SOURCE quant_matrix.cpp -SOURCE quant_mpeg.cpp -SOURCE reduced.cpp -SOURCE xvid.cpp -//SOURCE xvid_ppc.asm - - -SYSTEMINCLUDE ..\..\modules\xvid_dec\xvid_wce diff --git a/build/xcode/README_IOS.txt b/build/xcode/README_IOS.txt deleted file mode 100644 index 7b74101..0000000 --- a/build/xcode/README_IOS.txt +++ /dev/null @@ -1,36 +0,0 @@ -How to build GPAC for iOS -========================= - -Tested revision: 3239 -Tested XCode (SDK): 3.2.6 (4.3) - -To compile GPAC in command-line mode, please execute the following steps: - -1) Check out the GPAC SVN repository: - "svn co https://gpac.svn.sourceforge.net/svnroot/gpac/trunk/" - -2) Unzip the "gpac_extra_libs/gpac_extra_libs.zip" file in its current directory (ie not a subfolder). - You should have the following directory tree: - trunk/ - gpac/ - ... - gpac_extra_libs/ - a52dec/ - AMR_NB/ - ... - -3) Compile gpac dependencies (zlib, faad, libpng etc): - execute "gpac_extra_libs/build/xcode_ios/generate_extra_libs.sh" script. - -4) Check all gpac dependencies have been successfully compiled: - $> ls gpac_extra_libs/lib/iOS - libSDL.a libfaad.a libfreetype.a libjpeg.a libjs.a libmad.a libpng.a - -5) Copy the extra_libs to the right place: - if you checked out as mentionned in 1), execute the "gpac_extra_libs/CopyLibs2Public4iOS.sh" script. - Otherwise copy manually the libs to the gpac/extra_lib/lib/ios directory. - -6) Compile GPAC: - execute the "gpac/build/xcode/generate_ios.sh" script. - The script checks that all files have been compiled, print an error message if needed. - Otherwise it generats a .tar.gz archive into the gpac/bin/iOS directory. diff --git a/build/xcode/build/Release-iphonesimulator/libgpac_dynamic.dylib b/build/xcode/build/Release-iphonesimulator/libgpac_dynamic.dylib deleted file mode 100644 index ea0eca7..0000000 Binary files a/build/xcode/build/Release-iphonesimulator/libgpac_dynamic.dylib and /dev/null differ diff --git a/build/xcode/empty.c b/build/xcode/empty.c deleted file mode 100644 index fc97873..0000000 --- a/build/xcode/empty.c +++ /dev/null @@ -1 +0,0 @@ -/*xcode dynamic library generation (e.g. from a static library) needs to compile at least one file, even empty...*/ diff --git a/build/xcode/generate_ios.sh b/build/xcode/generate_ios.sh deleted file mode 100755 index 6f268df..0000000 --- a/build/xcode/generate_ios.sh +++ /dev/null @@ -1,74 +0,0 @@ -#!/bin/sh - -cd "`dirname $0`" - -echo "*** Set version within Info.plist application file ***" -version=`grep '#define GPAC_VERSION ' ../../include/gpac/tools.h | cut -d '"' -f 2` -rev=`LANG=en_US svn info | grep Revision | tr -d 'Revision: '` -if [ "$rev" != "" ] -then - svn revert ../../applications/osmo4_ios/osmo4ios-Info.plist - sed 's/.*<\/string>/'"$version"'<\/string>/' ../../applications/osmo4_ios/osmo4ios-Info.plist > ../../applications/osmo4_ios/osmo4ios-Info.plist.new - sed 's/.*<\/string>/'"$rev"'<\/string>/' ../../applications/osmo4_ios/osmo4ios-Info.plist.new > ../../applications/osmo4_ios/osmo4ios-Info.plist - rm ../../applications/osmo4_ios/osmo4ios-Info.plist.new -fi - -echo "*** Clean previous build files ***" -xcodebuild -alltargets -sdk iphoneos -configuration Debug -project gpac4ios.xcodeproj clean -xcodebuild -alltargets -sdk iphoneos -configuration Release -project gpac4ios.xcodeproj clean - -echo "*** Compile libgpac for iOS (arm) ***" -xcodebuild -target libgpac_dynamic -sdk iphoneos -configuration Release -project gpac4ios.xcodeproj -./script_libgpac.sh Release -#xcodebuild -target libgpac_dynamic -sdk iphoneos -configuration Release -project gpac4ios.xcodeproj - -echo "*** Compile modules for iOS (arm) ***" -xcodebuild -alltargets -parallelizeTargets -sdk iphoneos -configuration Release -project gpac4ios.xcodeproj -./script_modules.sh Release - -echo "*** Compile osmo4ios for iOS (arm) ***" -#link must occur at debug to avoid optimizing that leads to freezes -xcodebuild -target osmo4ios -sdk iphoneos -configuration Debug -project gpac4ios.xcodeproj - -echo "*** Copy the generated libs (arm only) ***" -cp build/Release-iphoneos/*.dylib ../../bin/iOS/osmo4ios.app/ -cp build/Debug-iphoneos/osmo4ios.app/osmo4ios ../../bin/iOS/osmo4ios.app/ -cp build/Debug-iphoneos/osmo4ios.app/PkgInfo ../../bin/iOS/osmo4ios.app/ -cp build/Debug-iphoneos/osmo4ios.app/Info.plist ../../bin/iOS/osmo4ios.app/ - -echo "*** Test the presence of target files ***" -if [ `ls ../../bin/iOS/osmo4ios.app/ | wc -l` -ne 22 ] -then - echo "Error: target files number not correct (expected 22, got `ls ../../bin/iOS/osmo4ios.app/ | wc -l`)" - exit 1 -fi - -#echo "*** Build archive name ***" -cd ../.. -if [ "$rev" != "" ] -then - full_version="$version-r$rev" -else - #if no revision can be extracted from SVN, use date - full_version="$version-$(date +%Y%m%d)" -fi - -echo "*** Generate an archive and clean ***" -cd bin/iOS -mkdir osmo4ios.app/gui -mkdir osmo4ios.app/gui/icons -mkdir osmo4ios.app/gui/extensions -cp ../../applications/osmo4_ios/Resources/icon.png osmo4ios.app/ -cp ../../gui/gui*.bt osmo4ios.app/gui/ -cp ../../gui/gui*.js osmo4ios.app/gui/ -cp ../../gui/gwlib.js osmo4ios.app/gui/ -cp ../../gui/mpegu-core.js osmo4ios.app/gui/ -cp -r ../../gui/icons osmo4ios.app/gui/ -cp -r ../../gui/extensions osmo4ios.app/gui/ -find osmo4ios.app | fgrep .svn | fgrep -v svn/ | xargs rm -rf -tar -czf "osmo4ios-$full_version.tar.gz" osmo4ios.app/ -rm -rf osmo4ios.app -svn up -r $rev -cd ../../build/xcode/ - -echo "*** Extra Libs generation for iOS completed (full_version)! ***" diff --git a/build/xcode/gpac.xcodeproj/project.pbxproj b/build/xcode/gpac.xcodeproj/project.pbxproj deleted file mode 100644 index fd6a492..0000000 --- a/build/xcode/gpac.xcodeproj/project.pbxproj +++ /dev/null @@ -1,517 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 45; - objects = { - -/* Begin PBXAggregateTarget section */ - 717BB3A71152558600A39D3D /* modules */ = { - isa = PBXAggregateTarget; - buildConfigurationList = 717BB3B0115255B900A39D3D /* Build configuration list for PBXAggregateTarget "modules" */; - buildPhases = ( - ); - dependencies = ( - ); - name = modules; - productName = modules; - }; - 717BB66C11525AA200A39D3D /* all */ = { - isa = PBXAggregateTarget; - buildConfigurationList = 717BB67511525AD100A39D3D /* Build configuration list for PBXAggregateTarget "all" */; - buildPhases = ( - ); - dependencies = ( - 71D7E31411577931003DF497 /* PBXTargetDependency */, - 71D7E30811525E2E003DF497 /* PBXTargetDependency */, - 717BB67011525AAA00A39D3D /* PBXTargetDependency */, - 717BB67411525AB200A39D3D /* PBXTargetDependency */, - ); - name = all; - productName = all; - }; - 71D7E310115778E1003DF497 /* configure */ = { - isa = PBXAggregateTarget; - buildConfigurationList = 71D7E312115778FF003DF497 /* Build configuration list for PBXAggregateTarget "configure" */; - buildPhases = ( - ); - dependencies = ( - ); - name = configure; - productName = configure; - }; -/* End PBXAggregateTarget section */ - -/* Begin PBXContainerItemProxy section */ - 717BB66F11525AAA00A39D3D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 717BAE39115238D100A39D3D; - remoteInfo = libgpac; - }; - 717BB67311525AB200A39D3D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 717BB3A71152558600A39D3D; - remoteInfo = modules; - }; - 71D7E30711525E2E003DF497 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 71D7E30411525E11003DF497; - remoteInfo = applications; - }; - 71D7E31311577931003DF497 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 71D7E310115778E1003DF497; - remoteInfo = configure; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXFileReference section */ - 717BB27B1152533800A39D3D /* bifs */ = {isa = PBXFileReference; lastKnownFileType = folder; name = bifs; path = ../../src/bifs; sourceTree = SOURCE_ROOT; }; - 717BB27C1152533800A39D3D /* compositor */ = {isa = PBXFileReference; lastKnownFileType = folder; name = compositor; path = ../../src/compositor; sourceTree = SOURCE_ROOT; }; - 717BB2831152533800A39D3D /* dir_info */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = dir_info; path = ../../src/dir_info; sourceTree = SOURCE_ROOT; }; - 717BB2841152533800A39D3D /* export.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = export.cpp; path = ../../src/export.cpp; sourceTree = SOURCE_ROOT; }; - 717BB2851152533800A39D3D /* ietf */ = {isa = PBXFileReference; lastKnownFileType = folder; name = ietf; path = ../../src/ietf; sourceTree = SOURCE_ROOT; }; - 717BB2861152533800A39D3D /* isomedia */ = {isa = PBXFileReference; lastKnownFileType = folder; name = isomedia; path = ../../src/isomedia; sourceTree = SOURCE_ROOT; }; - 717BB2871152533800A39D3D /* laser */ = {isa = PBXFileReference; lastKnownFileType = folder; name = laser; path = ../../src/laser; sourceTree = SOURCE_ROOT; }; - 717BB2881152533800A39D3D /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; name = Makefile; path = ../../src/Makefile; sourceTree = SOURCE_ROOT; }; - 717BB2891152533800A39D3D /* mcrypt */ = {isa = PBXFileReference; lastKnownFileType = folder; name = mcrypt; path = ../../src/mcrypt; sourceTree = SOURCE_ROOT; }; - 717BB28A1152533800A39D3D /* media_tools */ = {isa = PBXFileReference; lastKnownFileType = folder; name = media_tools; path = ../../src/media_tools; sourceTree = SOURCE_ROOT; }; - 717BB28B1152533800A39D3D /* odf */ = {isa = PBXFileReference; lastKnownFileType = folder; name = odf; path = ../../src/odf; sourceTree = SOURCE_ROOT; }; - 717BB28C1152533800A39D3D /* scene_manager */ = {isa = PBXFileReference; lastKnownFileType = folder; name = scene_manager; path = ../../src/scene_manager; sourceTree = SOURCE_ROOT; }; - 717BB28D1152533800A39D3D /* scenegraph */ = {isa = PBXFileReference; lastKnownFileType = folder; name = scenegraph; path = ../../src/scenegraph; sourceTree = SOURCE_ROOT; }; - 717BB28E1152533800A39D3D /* terminal */ = {isa = PBXFileReference; lastKnownFileType = folder; name = terminal; path = ../../src/terminal; sourceTree = SOURCE_ROOT; }; - 717BB28F1152533800A39D3D /* utils */ = {isa = PBXFileReference; lastKnownFileType = folder; name = utils; path = ../../src/utils; sourceTree = SOURCE_ROOT; }; - 717BB3B3115256CD00A39D3D /* aac_in */ = {isa = PBXFileReference; lastKnownFileType = folder; name = aac_in; path = ../../modules/aac_in; sourceTree = SOURCE_ROOT; }; - 717BB3B8115256CD00A39D3D /* ac3_in */ = {isa = PBXFileReference; lastKnownFileType = folder; name = ac3_in; path = ../../modules/ac3_in; sourceTree = SOURCE_ROOT; }; - 717BB3BD115256CD00A39D3D /* alsa */ = {isa = PBXFileReference; lastKnownFileType = folder; name = alsa; path = ../../modules/alsa; sourceTree = SOURCE_ROOT; }; - 717BB3C1115256CD00A39D3D /* amr_dec */ = {isa = PBXFileReference; lastKnownFileType = folder; name = amr_dec; path = ../../modules/amr_dec; sourceTree = SOURCE_ROOT; }; - 717BB3C9115256CD00A39D3D /* amr_float_dec */ = {isa = PBXFileReference; lastKnownFileType = folder; name = amr_float_dec; path = ../../modules/amr_float_dec; sourceTree = SOURCE_ROOT; }; - 717BB3D3115256CD00A39D3D /* audio_filter */ = {isa = PBXFileReference; lastKnownFileType = folder; name = audio_filter; path = ../../modules/audio_filter; sourceTree = SOURCE_ROOT; }; - 717BB3D7115256CD00A39D3D /* bifs_dec */ = {isa = PBXFileReference; lastKnownFileType = folder; name = bifs_dec; path = ../../modules/bifs_dec; sourceTree = SOURCE_ROOT; }; - 717BB3DB115256CD00A39D3D /* ctx_load */ = {isa = PBXFileReference; lastKnownFileType = folder; name = ctx_load; path = ../../modules/ctx_load; sourceTree = SOURCE_ROOT; }; - 717BB3E5115256CD00A39D3D /* demo_is */ = {isa = PBXFileReference; lastKnownFileType = folder; name = demo_is; path = ../../modules/demo_is; sourceTree = SOURCE_ROOT; }; - 717BB3EA115256CD00A39D3D /* dummy_in */ = {isa = PBXFileReference; lastKnownFileType = folder; name = dummy_in; path = ../../modules/dummy_in; sourceTree = SOURCE_ROOT; }; - 717BB3EE115256CD00A39D3D /* dx_hw */ = {isa = PBXFileReference; lastKnownFileType = folder; name = dx_hw; path = ../../modules/dx_hw; sourceTree = SOURCE_ROOT; }; - 717BB3FB115256CD00A39D3D /* epoc_hw */ = {isa = PBXFileReference; lastKnownFileType = folder; name = epoc_hw; path = ../../modules/epoc_hw; sourceTree = SOURCE_ROOT; }; - 717BB400115256CD00A39D3D /* ffmpeg_in */ = {isa = PBXFileReference; lastKnownFileType = folder; name = ffmpeg_in; path = ../../modules/ffmpeg_in; sourceTree = SOURCE_ROOT; }; - 717BB407115256CD00A39D3D /* ft_font */ = {isa = PBXFileReference; lastKnownFileType = folder; name = ft_font; path = ../../modules/ft_font; sourceTree = SOURCE_ROOT; }; - 717BB40C115256CD00A39D3D /* gapi */ = {isa = PBXFileReference; lastKnownFileType = folder; name = gapi; path = ../../modules/gapi; sourceTree = SOURCE_ROOT; }; - 717BB410115256CD00A39D3D /* gdip_raster */ = {isa = PBXFileReference; lastKnownFileType = folder; name = gdip_raster; path = ../../modules/gdip_raster; sourceTree = SOURCE_ROOT; }; - 717BB417115256CD00A39D3D /* gpac_js */ = {isa = PBXFileReference; lastKnownFileType = folder; name = gpac_js; path = ../../modules/gpac_js; sourceTree = SOURCE_ROOT; }; - 717BB41B115256CD00A39D3D /* img_in */ = {isa = PBXFileReference; lastKnownFileType = folder; name = img_in; path = ../../modules/img_in; sourceTree = SOURCE_ROOT; }; - 717BB425115256CD00A39D3D /* ismacryp */ = {isa = PBXFileReference; lastKnownFileType = folder; name = ismacryp; path = ../../modules/ismacryp; sourceTree = SOURCE_ROOT; }; - 717BB429115256CD00A39D3D /* isom_in */ = {isa = PBXFileReference; lastKnownFileType = folder; name = isom_in; path = ../../modules/isom_in; sourceTree = SOURCE_ROOT; }; - 717BB431115256CD00A39D3D /* jack */ = {isa = PBXFileReference; lastKnownFileType = folder; name = jack; path = ../../modules/jack; sourceTree = SOURCE_ROOT; }; - 717BB435115256CD00A39D3D /* laser_dec */ = {isa = PBXFileReference; lastKnownFileType = folder; name = laser_dec; path = ../../modules/laser_dec; sourceTree = SOURCE_ROOT; }; - 717BB439115256CD00A39D3D /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; name = Makefile; path = ../../modules/Makefile; sourceTree = SOURCE_ROOT; }; - 717BB43A115256CD00A39D3D /* modules_export.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = modules_export.cpp; path = ../../modules/modules_export.cpp; sourceTree = SOURCE_ROOT; }; - 717BB43B115256CD00A39D3D /* mp3_in */ = {isa = PBXFileReference; lastKnownFileType = folder; name = mp3_in; path = ../../modules/mp3_in; sourceTree = SOURCE_ROOT; }; - 717BB440115256CD00A39D3D /* mpegts_in */ = {isa = PBXFileReference; lastKnownFileType = folder; name = mpegts_in; path = ../../modules/mpegts_in; sourceTree = SOURCE_ROOT; }; - 717BB444115256CD00A39D3D /* odf_dec */ = {isa = PBXFileReference; lastKnownFileType = folder; name = odf_dec; path = ../../modules/odf_dec; sourceTree = SOURCE_ROOT; }; - 717BB448115256CD00A39D3D /* ogg */ = {isa = PBXFileReference; lastKnownFileType = folder; name = ogg; path = ../../modules/ogg; sourceTree = SOURCE_ROOT; }; - 717BB450115256CD00A39D3D /* opencv_is */ = {isa = PBXFileReference; lastKnownFileType = folder; name = opencv_is; path = ../../modules/opencv_is; sourceTree = SOURCE_ROOT; }; - 717BB456115256CD00A39D3D /* oss_audio */ = {isa = PBXFileReference; lastKnownFileType = folder; name = oss_audio; path = ../../modules/oss_audio; sourceTree = SOURCE_ROOT; }; - 717BB45A115256CD00A39D3D /* pulseaudio */ = {isa = PBXFileReference; lastKnownFileType = folder; name = pulseaudio; path = ../../modules/pulseaudio; sourceTree = SOURCE_ROOT; }; - 717BB45E115256CD00A39D3D /* raw_out */ = {isa = PBXFileReference; lastKnownFileType = folder; name = raw_out; path = ../../modules/raw_out; sourceTree = SOURCE_ROOT; }; - 717BB462115256CD00A39D3D /* rtp_in */ = {isa = PBXFileReference; lastKnownFileType = folder; name = rtp_in; path = ../../modules/rtp_in; sourceTree = SOURCE_ROOT; }; - 717BB46C115256CD00A39D3D /* saf_in */ = {isa = PBXFileReference; lastKnownFileType = folder; name = saf_in; path = ../../modules/saf_in; sourceTree = SOURCE_ROOT; }; - 717BB470115256CD00A39D3D /* sdl_out */ = {isa = PBXFileReference; lastKnownFileType = folder; name = sdl_out; path = ../../modules/sdl_out; sourceTree = SOURCE_ROOT; }; - 717BB479115256CD00A39D3D /* soft_raster */ = {isa = PBXFileReference; lastKnownFileType = folder; name = soft_raster; path = ../../modules/soft_raster; sourceTree = SOURCE_ROOT; }; - 717BB484115256CD00A39D3D /* svg_in */ = {isa = PBXFileReference; lastKnownFileType = folder; name = svg_in; path = ../../modules/svg_in; sourceTree = SOURCE_ROOT; }; - 717BB488115256CD00A39D3D /* timedtext */ = {isa = PBXFileReference; lastKnownFileType = folder; name = timedtext; path = ../../modules/timedtext; sourceTree = SOURCE_ROOT; }; - 717BB48D115256CD00A39D3D /* ui_rec */ = {isa = PBXFileReference; lastKnownFileType = folder; name = ui_rec; path = ../../modules/ui_rec; sourceTree = SOURCE_ROOT; }; - 717BB492115256CD00A39D3D /* wav_out */ = {isa = PBXFileReference; lastKnownFileType = folder; name = wav_out; path = ../../modules/wav_out; sourceTree = SOURCE_ROOT; }; - 717BB496115256CD00A39D3D /* wiiis */ = {isa = PBXFileReference; lastKnownFileType = folder; name = wiiis; path = ../../modules/wiiis; sourceTree = SOURCE_ROOT; }; - 717BB49B115256CD00A39D3D /* x11_out */ = {isa = PBXFileReference; lastKnownFileType = folder; name = x11_out; path = ../../modules/x11_out; sourceTree = SOURCE_ROOT; }; - 717BB4A0115256CD00A39D3D /* xvid_dec */ = {isa = PBXFileReference; lastKnownFileType = folder; name = xvid_dec; path = ../../modules/xvid_dec; sourceTree = SOURCE_ROOT; }; - 717BB4DA115259C000A39D3D /* generators */ = {isa = PBXFileReference; lastKnownFileType = folder; name = generators; path = ../../applications/generators; sourceTree = SOURCE_ROOT; }; - 717BB527115259C000A39D3D /* GPAX */ = {isa = PBXFileReference; lastKnownFileType = folder; name = GPAX; path = ../../applications/GPAX; sourceTree = SOURCE_ROOT; }; - 717BB53B115259C000A39D3D /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; name = Makefile; path = ../../applications/Makefile; sourceTree = SOURCE_ROOT; }; - 717BB53C115259C000A39D3D /* mp4box */ = {isa = PBXFileReference; lastKnownFileType = folder; name = mp4box; path = ../../applications/mp4box; sourceTree = SOURCE_ROOT; }; - 717BB543115259C000A39D3D /* mp4client */ = {isa = PBXFileReference; lastKnownFileType = folder; name = mp4client; path = ../../applications/mp4client; sourceTree = SOURCE_ROOT; }; - 717BB548115259C000A39D3D /* mp42avi */ = {isa = PBXFileReference; lastKnownFileType = folder; name = mp42avi; path = ../../applications/mp42avi; sourceTree = SOURCE_ROOT; }; - 717BB54C115259C000A39D3D /* osmo4_sym */ = {isa = PBXFileReference; lastKnownFileType = folder; name = osmo4_sym; path = ../../applications/osmo4_sym; sourceTree = SOURCE_ROOT; }; - 717BB564115259C000A39D3D /* osmo4_w32 */ = {isa = PBXFileReference; lastKnownFileType = folder; name = osmo4_w32; path = ../../applications/osmo4_w32; sourceTree = SOURCE_ROOT; }; - 717BB585115259C000A39D3D /* osmo4_wce */ = {isa = PBXFileReference; lastKnownFileType = folder; name = osmo4_wce; path = ../../applications/osmo4_wce; sourceTree = SOURCE_ROOT; }; - 717BB59B115259C000A39D3D /* osmo4_wx */ = {isa = PBXFileReference; lastKnownFileType = folder; name = osmo4_wx; path = ../../applications/osmo4_wx; sourceTree = SOURCE_ROOT; }; - 717BB5B1115259C000A39D3D /* osmophone */ = {isa = PBXFileReference; lastKnownFileType = folder; name = osmophone; path = ../../applications/osmophone; sourceTree = SOURCE_ROOT; }; - 717BB5B9115259C000A39D3D /* osmozilla */ = {isa = PBXFileReference; lastKnownFileType = folder; name = osmozilla; path = ../../applications/osmozilla; sourceTree = SOURCE_ROOT; }; - 717BB5CB115259C000A39D3D /* testapps */ = {isa = PBXFileReference; lastKnownFileType = folder; name = testapps; path = ../../applications/testapps; sourceTree = SOURCE_ROOT; }; - 717BB60F115259C000A39D3D /* v4studio */ = {isa = PBXFileReference; lastKnownFileType = folder; name = v4studio; path = ../../applications/v4studio; sourceTree = SOURCE_ROOT; }; -/* End PBXFileReference section */ - -/* Begin PBXGroup section */ - 08FB7794FE84155DC02AAC07 /* gpac */ = { - isa = PBXGroup; - children = ( - 717BB4D9115259A000A39D3D /* applications */, - 717BB3B2115256A600A39D3D /* modules */, - 717BB27A1152530E00A39D3D /* libgpac */, - ); - name = gpac; - sourceTree = ""; - }; - 717BB27A1152530E00A39D3D /* libgpac */ = { - isa = PBXGroup; - children = ( - 717BB27B1152533800A39D3D /* bifs */, - 717BB27C1152533800A39D3D /* compositor */, - 717BB2831152533800A39D3D /* dir_info */, - 717BB2841152533800A39D3D /* export.cpp */, - 717BB2851152533800A39D3D /* ietf */, - 717BB2861152533800A39D3D /* isomedia */, - 717BB2871152533800A39D3D /* laser */, - 717BB2881152533800A39D3D /* Makefile */, - 717BB2891152533800A39D3D /* mcrypt */, - 717BB28A1152533800A39D3D /* media_tools */, - 717BB28B1152533800A39D3D /* odf */, - 717BB28C1152533800A39D3D /* scene_manager */, - 717BB28D1152533800A39D3D /* scenegraph */, - 717BB28E1152533800A39D3D /* terminal */, - 717BB28F1152533800A39D3D /* utils */, - ); - name = libgpac; - sourceTree = ""; - }; - 717BB3B2115256A600A39D3D /* modules */ = { - isa = PBXGroup; - children = ( - 717BB3B3115256CD00A39D3D /* aac_in */, - 717BB3B8115256CD00A39D3D /* ac3_in */, - 717BB3BD115256CD00A39D3D /* alsa */, - 717BB3C1115256CD00A39D3D /* amr_dec */, - 717BB3C9115256CD00A39D3D /* amr_float_dec */, - 717BB3D3115256CD00A39D3D /* audio_filter */, - 717BB3D7115256CD00A39D3D /* bifs_dec */, - 717BB3DB115256CD00A39D3D /* ctx_load */, - 717BB3E5115256CD00A39D3D /* demo_is */, - 717BB3EA115256CD00A39D3D /* dummy_in */, - 717BB3EE115256CD00A39D3D /* dx_hw */, - 717BB3FB115256CD00A39D3D /* epoc_hw */, - 717BB400115256CD00A39D3D /* ffmpeg_in */, - 717BB407115256CD00A39D3D /* ft_font */, - 717BB40C115256CD00A39D3D /* gapi */, - 717BB410115256CD00A39D3D /* gdip_raster */, - 717BB417115256CD00A39D3D /* gpac_js */, - 717BB41B115256CD00A39D3D /* img_in */, - 717BB425115256CD00A39D3D /* ismacryp */, - 717BB429115256CD00A39D3D /* isom_in */, - 717BB431115256CD00A39D3D /* jack */, - 717BB435115256CD00A39D3D /* laser_dec */, - 717BB439115256CD00A39D3D /* Makefile */, - 717BB43A115256CD00A39D3D /* modules_export.cpp */, - 717BB43B115256CD00A39D3D /* mp3_in */, - 717BB440115256CD00A39D3D /* mpegts_in */, - 717BB444115256CD00A39D3D /* odf_dec */, - 717BB448115256CD00A39D3D /* ogg */, - 717BB450115256CD00A39D3D /* opencv_is */, - 717BB456115256CD00A39D3D /* oss_audio */, - 717BB45A115256CD00A39D3D /* pulseaudio */, - 717BB45E115256CD00A39D3D /* raw_out */, - 717BB462115256CD00A39D3D /* rtp_in */, - 717BB46C115256CD00A39D3D /* saf_in */, - 717BB470115256CD00A39D3D /* sdl_out */, - 717BB479115256CD00A39D3D /* soft_raster */, - 717BB484115256CD00A39D3D /* svg_in */, - 717BB488115256CD00A39D3D /* timedtext */, - 717BB48D115256CD00A39D3D /* ui_rec */, - 717BB492115256CD00A39D3D /* wav_out */, - 717BB496115256CD00A39D3D /* wiiis */, - 717BB49B115256CD00A39D3D /* x11_out */, - 717BB4A0115256CD00A39D3D /* xvid_dec */, - ); - name = modules; - sourceTree = ""; - }; - 717BB4D9115259A000A39D3D /* applications */ = { - isa = PBXGroup; - children = ( - 717BB4DA115259C000A39D3D /* generators */, - 717BB527115259C000A39D3D /* GPAX */, - 717BB53B115259C000A39D3D /* Makefile */, - 717BB53C115259C000A39D3D /* mp4box */, - 717BB543115259C000A39D3D /* mp4client */, - 717BB548115259C000A39D3D /* mp42avi */, - 717BB54C115259C000A39D3D /* osmo4_sym */, - 717BB564115259C000A39D3D /* osmo4_w32 */, - 717BB585115259C000A39D3D /* osmo4_wce */, - 717BB59B115259C000A39D3D /* osmo4_wx */, - 717BB5B1115259C000A39D3D /* osmophone */, - 717BB5B9115259C000A39D3D /* osmozilla */, - 717BB5CB115259C000A39D3D /* testapps */, - 717BB60F115259C000A39D3D /* v4studio */, - ); - name = applications; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXLegacyTarget section */ - 717BAE39115238D100A39D3D /* libgpac */ = { - isa = PBXLegacyTarget; - buildArgumentsString = "$(ACTION)"; - buildConfigurationList = 717BAE3E115238D800A39D3D /* Build configuration list for PBXLegacyTarget "libgpac" */; - buildPhases = ( - ); - buildToolPath = /usr/bin/make; - buildWorkingDirectory = $SOURCE_ROOT/../../src; - dependencies = ( - ); - name = libgpac; - passBuildSettingsInEnvironment = 1; - productName = libgpac; - }; - 717BB4D11152588A00A39D3D /* MP4Client */ = { - isa = PBXLegacyTarget; - buildArgumentsString = "$(ACTION)"; - buildConfigurationList = 717BB4D6115258CE00A39D3D /* Build configuration list for PBXLegacyTarget "MP4Client" */; - buildPhases = ( - ); - buildToolPath = /usr/bin/make; - buildWorkingDirectory = $SOURCE_ROOT/../../applications/mp4client; - dependencies = ( - ); - name = MP4Client; - passBuildSettingsInEnvironment = 1; - productName = MP4Client; - }; - 717BB66611525A4D00A39D3D /* MP4Box */ = { - isa = PBXLegacyTarget; - buildArgumentsString = "$(ACTION)"; - buildConfigurationList = 717BB66B11525A8700A39D3D /* Build configuration list for PBXLegacyTarget "MP4Box" */; - buildPhases = ( - ); - buildToolPath = /usr/bin/make; - buildWorkingDirectory = $SOURCE_ROOT/../../applications/mp4box; - dependencies = ( - ); - name = MP4Box; - passBuildSettingsInEnvironment = 1; - productName = MP4Box; - }; - 71D7E30411525E11003DF497 /* applications */ = { - isa = PBXLegacyTarget; - buildArgumentsString = configure; - buildConfigurationList = 71D7E30911525E4C003DF497 /* Build configuration list for PBXLegacyTarget "applications" */; - buildPhases = ( - ); - buildToolPath = /bin/bash; - buildWorkingDirectory = $SOURCE_ROOT/../../; - dependencies = ( - ); - name = applications; - passBuildSettingsInEnvironment = 1; - productName = applications; - }; -/* End PBXLegacyTarget section */ - -/* Begin PBXProject section */ - 08FB7793FE84155DC02AAC07 /* Project object */ = { - isa = PBXProject; - buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "gpac" */; - compatibilityVersion = "Xcode 3.1"; - hasScannedForEncodings = 1; - mainGroup = 08FB7794FE84155DC02AAC07 /* gpac */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 717BB66C11525AA200A39D3D /* all */, - 71D7E310115778E1003DF497 /* configure */, - 71D7E30411525E11003DF497 /* applications */, - 717BAE39115238D100A39D3D /* libgpac */, - 717BB3A71152558600A39D3D /* modules */, - 717BB4D11152588A00A39D3D /* MP4Client */, - 717BB66611525A4D00A39D3D /* MP4Box */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXTargetDependency section */ - 717BB67011525AAA00A39D3D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 717BAE39115238D100A39D3D /* libgpac */; - targetProxy = 717BB66F11525AAA00A39D3D /* PBXContainerItemProxy */; - }; - 717BB67411525AB200A39D3D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 717BB3A71152558600A39D3D /* modules */; - targetProxy = 717BB67311525AB200A39D3D /* PBXContainerItemProxy */; - }; - 71D7E30811525E2E003DF497 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 71D7E30411525E11003DF497 /* applications */; - targetProxy = 71D7E30711525E2E003DF497 /* PBXContainerItemProxy */; - }; - 71D7E31411577931003DF497 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 71D7E310115778E1003DF497 /* configure */; - targetProxy = 71D7E31311577931003DF497 /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin XCBuildConfiguration section */ - 1DEB928B08733DD80010E9CD /* Makefile */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_BIT)"; - GCC_C_LANGUAGE_STANDARD = c99; - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - PREBINDING = NO; - SDKROOT = macosx10.5; - }; - name = Makefile; - }; - 717BAE3B115238D100A39D3D /* Makefile */ = { - isa = XCBuildConfiguration; - buildSettings = { - COPY_PHASE_STRIP = YES; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - GCC_ENABLE_FIX_AND_CONTINUE = NO; - PRODUCT_NAME = libgpac; - ZERO_LINK = NO; - }; - name = Makefile; - }; - 717BB3A91152558600A39D3D /* Makefile */ = { - isa = XCBuildConfiguration; - buildSettings = { - COPY_PHASE_STRIP = YES; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - GCC_ENABLE_FIX_AND_CONTINUE = NO; - PRODUCT_NAME = modules; - ZERO_LINK = NO; - }; - name = Makefile; - }; - 717BB4D31152588A00A39D3D /* Makefile */ = { - isa = XCBuildConfiguration; - buildSettings = { - COPY_PHASE_STRIP = YES; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - GCC_ENABLE_FIX_AND_CONTINUE = NO; - PRODUCT_NAME = MP4Client; - ZERO_LINK = NO; - }; - name = Makefile; - }; - 717BB66811525A4D00A39D3D /* Makefile */ = { - isa = XCBuildConfiguration; - buildSettings = { - COPY_PHASE_STRIP = YES; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - GCC_ENABLE_FIX_AND_CONTINUE = NO; - PRODUCT_NAME = MP4Box; - ZERO_LINK = NO; - }; - name = Makefile; - }; - 717BB66E11525AA200A39D3D /* Makefile */ = { - isa = XCBuildConfiguration; - buildSettings = { - COPY_PHASE_STRIP = YES; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - GCC_ENABLE_FIX_AND_CONTINUE = NO; - PRODUCT_NAME = all; - ZERO_LINK = NO; - }; - name = Makefile; - }; - 71D7E30611525E12003DF497 /* Makefile */ = { - isa = XCBuildConfiguration; - buildSettings = { - COPY_PHASE_STRIP = YES; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - GCC_ENABLE_FIX_AND_CONTINUE = NO; - PRODUCT_NAME = applications; - ZERO_LINK = NO; - }; - name = Makefile; - }; - 71D7E311115778E1003DF497 /* Makefile */ = { - isa = XCBuildConfiguration; - buildSettings = { - PRODUCT_NAME = configure; - }; - name = Makefile; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "gpac" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 1DEB928B08733DD80010E9CD /* Makefile */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Makefile; - }; - 717BAE3E115238D800A39D3D /* Build configuration list for PBXLegacyTarget "libgpac" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 717BAE3B115238D100A39D3D /* Makefile */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Makefile; - }; - 717BB3B0115255B900A39D3D /* Build configuration list for PBXAggregateTarget "modules" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 717BB3A91152558600A39D3D /* Makefile */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Makefile; - }; - 717BB4D6115258CE00A39D3D /* Build configuration list for PBXLegacyTarget "MP4Client" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 717BB4D31152588A00A39D3D /* Makefile */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Makefile; - }; - 717BB66B11525A8700A39D3D /* Build configuration list for PBXLegacyTarget "MP4Box" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 717BB66811525A4D00A39D3D /* Makefile */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Makefile; - }; - 717BB67511525AD100A39D3D /* Build configuration list for PBXAggregateTarget "all" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 717BB66E11525AA200A39D3D /* Makefile */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Makefile; - }; - 71D7E30911525E4C003DF497 /* Build configuration list for PBXLegacyTarget "applications" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 71D7E30611525E12003DF497 /* Makefile */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Makefile; - }; - 71D7E312115778FF003DF497 /* Build configuration list for PBXAggregateTarget "configure" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 71D7E311115778E1003DF497 /* Makefile */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Makefile; - }; -/* End XCConfigurationList section */ - }; - rootObject = 08FB7793FE84155DC02AAC07 /* Project object */; -} diff --git a/build/xcode/gpac4ios.xcodeproj/project.pbxproj b/build/xcode/gpac4ios.xcodeproj/project.pbxproj deleted file mode 100755 index 296cd00..0000000 --- a/build/xcode/gpac4ios.xcodeproj/project.pbxproj +++ /dev/null @@ -1,4619 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 45; - objects = { - -/* Begin PBXBuildFile section */ - 71179CA31292E7BA00A83216 /* libfaad.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 71F2A45012830B1400C384DE /* libfaad.a */; }; - 71179CAE1292E7F700A83216 /* libmad.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 71F2A45512830B1400C384DE /* libmad.a */; }; - 71179CC91292EC5200A83216 /* mpd_in.c in Sources */ = {isa = PBXBuildFile; fileRef = 71179CBF1292EC1800A83216 /* mpd_in.c */; }; - 71179CF31292EDED00A83216 /* libc.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 71847811127860F000917298 /* libc.dylib */; }; - 712986C312928421003B02A1 /* extract.c in Sources */ = {isa = PBXBuildFile; fileRef = 71A19B411279713300ACFF58 /* extract.c */; }; - 712986C41292843B003B02A1 /* audio.c in Sources */ = {isa = PBXBuildFile; fileRef = 71A199991278778800ACFF58 /* audio.c */; }; - 712986C51292843B003B02A1 /* video.c in Sources */ = {isa = PBXBuildFile; fileRef = 71A1999E1278778800ACFF58 /* video.c */; }; - 712986D8129284BD003B02A1 /* sdl_out.c in Sources */ = {isa = PBXBuildFile; fileRef = 71A1999C1278778800ACFF58 /* sdl_out.c */; }; - 7141FF301292CB9200FCB27D /* alloc.c in Sources */ = {isa = PBXBuildFile; fileRef = 7141FF2F1292CB9200FCB27D /* alloc.c */; }; - 7147426012B918C900DB5A59 /* cache.c in Sources */ = {isa = PBXBuildFile; fileRef = 7147425F12B918C900DB5A59 /* cache.c */; }; - 718477E4127817B700917298 /* libgpac_static.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 71CCF1311277037A00339E12 /* libgpac_static.a */; }; - 718477FA12781DEB00917298 /* empty.c in Sources */ = {isa = PBXBuildFile; fileRef = 718477F912781DEB00917298 /* empty.c */; }; - 71847812127860F000917298 /* libc.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 71847811127860F000917298 /* libc.dylib */; }; - 71847814127860F000917298 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 71847813127860F000917298 /* libz.dylib */; }; - 71A1990A1278765600ACFF58 /* aac_in.c in Sources */ = {isa = PBXBuildFile; fileRef = 71A199071278765600ACFF58 /* aac_in.c */; }; - 71A1990B1278765600ACFF58 /* faad_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 71A199081278765600ACFF58 /* faad_dec.c */; }; - 71A199101278767B00ACFF58 /* bifs_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 71A1990E1278767B00ACFF58 /* bifs_dec.c */; }; - 71A1991E1278769100ACFF58 /* ftgrays.c in Sources */ = {isa = PBXBuildFile; fileRef = 71A199151278769100ACFF58 /* ftgrays.c */; }; - 71A199201278769100ACFF58 /* rast_soft.h in Headers */ = {isa = PBXBuildFile; fileRef = 71A199171278769100ACFF58 /* rast_soft.h */; }; - 71A199211278769100ACFF58 /* raster_565.c in Sources */ = {isa = PBXBuildFile; fileRef = 71A199181278769100ACFF58 /* raster_565.c */; }; - 71A199221278769100ACFF58 /* raster_argb.c in Sources */ = {isa = PBXBuildFile; fileRef = 71A199191278769100ACFF58 /* raster_argb.c */; }; - 71A199231278769100ACFF58 /* raster_load.c in Sources */ = {isa = PBXBuildFile; fileRef = 71A1991A1278769100ACFF58 /* raster_load.c */; }; - 71A199241278769100ACFF58 /* raster_rgb.c in Sources */ = {isa = PBXBuildFile; fileRef = 71A1991B1278769100ACFF58 /* raster_rgb.c */; }; - 71A199251278769100ACFF58 /* stencil.c in Sources */ = {isa = PBXBuildFile; fileRef = 71A1991C1278769100ACFF58 /* stencil.c */; }; - 71A199261278769100ACFF58 /* surface.c in Sources */ = {isa = PBXBuildFile; fileRef = 71A1991D1278769100ACFF58 /* surface.c */; }; - 71A1992A127876A200ACFF58 /* dummy_in.c in Sources */ = {isa = PBXBuildFile; fileRef = 71A19928127876A200ACFF58 /* dummy_in.c */; }; - 71A1992F127876B000ACFF58 /* ctx_load.c in Sources */ = {isa = PBXBuildFile; fileRef = 71A1992D127876B000ACFF58 /* ctx_load.c */; }; - 71A19935127876C300ACFF58 /* svg_in.c in Sources */ = {isa = PBXBuildFile; fileRef = 71A19933127876C300ACFF58 /* svg_in.c */; }; - 71A1993A127876D300ACFF58 /* mad_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 71A19937127876D300ACFF58 /* mad_dec.c */; }; - 71A1993C127876D300ACFF58 /* mp3_in.c in Sources */ = {isa = PBXBuildFile; fileRef = 71A19939127876D300ACFF58 /* mp3_in.c */; }; - 71A19946127876E300ACFF58 /* bmp_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 71A1993E127876E300ACFF58 /* bmp_dec.c */; }; - 71A19947127876E300ACFF58 /* img_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 71A1993F127876E300ACFF58 /* img_dec.c */; }; - 71A19948127876E300ACFF58 /* img_in.c in Sources */ = {isa = PBXBuildFile; fileRef = 71A19940127876E300ACFF58 /* img_in.c */; }; - 71A19949127876E300ACFF58 /* img_in.h in Headers */ = {isa = PBXBuildFile; fileRef = 71A19941127876E300ACFF58 /* img_in.h */; }; - 71A1994A127876E300ACFF58 /* jp2_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 71A19942127876E300ACFF58 /* jp2_dec.c */; }; - 71A1994B127876E300ACFF58 /* jpeg_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 71A19943127876E300ACFF58 /* jpeg_dec.c */; }; - 71A1994D127876E300ACFF58 /* png_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 71A19945127876E300ACFF58 /* png_dec.c */; }; - 71A19951127876FA00ACFF58 /* gpac_js.c in Sources */ = {isa = PBXBuildFile; fileRef = 71A1994F127876FA00ACFF58 /* gpac_js.c */; }; - 71A1995A1278770900ACFF58 /* cache.c in Sources */ = {isa = PBXBuildFile; fileRef = 71A199541278770900ACFF58 /* cache.c */; }; - 71A1995B1278770900ACFF58 /* isom_in.h in Headers */ = {isa = PBXBuildFile; fileRef = 71A199551278770900ACFF58 /* isom_in.h */; }; - 71A1995C1278770900ACFF58 /* load.c in Sources */ = {isa = PBXBuildFile; fileRef = 71A199561278770900ACFF58 /* load.c */; }; - 71A1995E1278770900ACFF58 /* read.c in Sources */ = {isa = PBXBuildFile; fileRef = 71A199581278770900ACFF58 /* read.c */; }; - 71A1995F1278770900ACFF58 /* read_ch.c in Sources */ = {isa = PBXBuildFile; fileRef = 71A199591278770900ACFF58 /* read_ch.c */; }; - 71A199631278772500ACFF58 /* laser_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 71A199611278772500ACFF58 /* laser_dec.c */; }; - 71A199691278773900ACFF58 /* odf_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 71A199671278773900ACFF58 /* odf_dec.c */; }; - 71A199741278774A00ACFF58 /* rtp_in.c in Sources */ = {isa = PBXBuildFile; fileRef = 71A1996C1278774A00ACFF58 /* rtp_in.c */; }; - 71A199751278774A00ACFF58 /* rtp_in.h in Headers */ = {isa = PBXBuildFile; fileRef = 71A1996D1278774A00ACFF58 /* rtp_in.h */; }; - 71A199761278774A00ACFF58 /* rtp_session.c in Sources */ = {isa = PBXBuildFile; fileRef = 71A1996E1278774A00ACFF58 /* rtp_session.c */; }; - 71A199771278774A00ACFF58 /* rtp_signaling.c in Sources */ = {isa = PBXBuildFile; fileRef = 71A1996F1278774A00ACFF58 /* rtp_signaling.c */; }; - 71A199781278774A00ACFF58 /* rtp_stream.c in Sources */ = {isa = PBXBuildFile; fileRef = 71A199701278774A00ACFF58 /* rtp_stream.c */; }; - 71A199791278774A00ACFF58 /* sdp_fetch.c in Sources */ = {isa = PBXBuildFile; fileRef = 71A199711278774A00ACFF58 /* sdp_fetch.c */; }; - 71A1997A1278774A00ACFF58 /* sdp_load.c in Sources */ = {isa = PBXBuildFile; fileRef = 71A199721278774A00ACFF58 /* sdp_load.c */; }; - 71A1997F1278775900ACFF58 /* mpegts_in.c in Sources */ = {isa = PBXBuildFile; fileRef = 71A1997D1278775900ACFF58 /* mpegts_in.c */; }; - 71A199841278776700ACFF58 /* ft_font.c in Sources */ = {isa = PBXBuildFile; fileRef = 71A199811278776700ACFF58 /* ft_font.c */; }; - 71A199851278776700ACFF58 /* ft_font.h in Headers */ = {isa = PBXBuildFile; fileRef = 71A199821278776700ACFF58 /* ft_font.h */; }; - 71A199911278777A00ACFF58 /* unzip.c in Sources */ = {isa = PBXBuildFile; fileRef = 71A199891278777A00ACFF58 /* unzip.c */; }; - 71A199921278777A00ACFF58 /* unzip.h in Headers */ = {isa = PBXBuildFile; fileRef = 71A1998A1278777A00ACFF58 /* unzip.h */; }; - 71A199931278777A00ACFF58 /* wgt_load.c in Sources */ = {isa = PBXBuildFile; fileRef = 71A1998B1278777A00ACFF58 /* wgt_load.c */; }; - 71A199951278777A00ACFF58 /* widget.c in Sources */ = {isa = PBXBuildFile; fileRef = 71A1998D1278777A00ACFF58 /* widget.c */; }; - 71A199961278777A00ACFF58 /* widgetman.c in Sources */ = {isa = PBXBuildFile; fileRef = 71A1998E1278777A00ACFF58 /* widgetman.c */; }; - 71A199971278777A00ACFF58 /* widgetman.h in Headers */ = {isa = PBXBuildFile; fileRef = 71A1998F1278777A00ACFF58 /* widgetman.h */; }; - 71A19A1A12787BFB00ACFF58 /* libc.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 71847811127860F000917298 /* libc.dylib */; }; - 71A19A2112787C3200ACFF58 /* libc.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 71847811127860F000917298 /* libc.dylib */; }; - 71A19A2C12787C6800ACFF58 /* libc.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 71847811127860F000917298 /* libc.dylib */; }; - 71A19A3F12787CB800ACFF58 /* libc.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 71847811127860F000917298 /* libc.dylib */; }; - 71A19A4512787CDB00ACFF58 /* libc.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 71847811127860F000917298 /* libc.dylib */; }; - 71A19A4912787CF000ACFF58 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 71847813127860F000917298 /* libz.dylib */; }; - 71A19A5212787D0E00ACFF58 /* libc.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 71847811127860F000917298 /* libc.dylib */; }; - 71A19A5B12787D2A00ACFF58 /* libc.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 71847811127860F000917298 /* libc.dylib */; }; - 71A19A6112787D4000ACFF58 /* libc.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 71847811127860F000917298 /* libc.dylib */; }; - 71A19A6712787D8300ACFF58 /* libc.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 71847811127860F000917298 /* libc.dylib */; }; - 71A19A6D12787D9800ACFF58 /* libc.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 71847811127860F000917298 /* libc.dylib */; }; - 71A19A7712787DC100ACFF58 /* libc.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 71847811127860F000917298 /* libc.dylib */; }; - 71A19A7D12787DD700ACFF58 /* libc.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 71847811127860F000917298 /* libc.dylib */; }; - 71A19A8312787DED00ACFF58 /* libc.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 71847811127860F000917298 /* libc.dylib */; }; - 71A19A8912787E0400ACFF58 /* libc.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 71847811127860F000917298 /* libc.dylib */; }; - 71A19AA612795BE100ACFF58 /* libc.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 71847811127860F000917298 /* libc.dylib */; }; - 71A19AAF12795C3100ACFF58 /* libc.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 71847811127860F000917298 /* libc.dylib */; }; - 71A19AB312795C4900ACFF58 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 71847813127860F000917298 /* libz.dylib */; }; - 71A19ABE12795C7E00ACFF58 /* libc.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 71847811127860F000917298 /* libc.dylib */; }; - 71A19B2112796B6F00ACFF58 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 71A19B2012796B6F00ACFF58 /* main.c */; }; - 71A19B4012796FCC00ACFF58 /* module_av_generic.c in Sources */ = {isa = PBXBuildFile; fileRef = 71A19B3F12796FCC00ACFF58 /* module_av_generic.c */; }; - 71A19BB212797D1B00ACFF58 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 71A19BB112797D1B00ACFF58 /* OpenGLES.framework */; }; - 71A19BB912797D4800ACFF58 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 71A19BB812797D4800ACFF58 /* AudioToolbox.framework */; }; - 71A19BC412797D9200ACFF58 /* libobjc.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 71A19BC312797D9200ACFF58 /* libobjc.dylib */; }; - 71A19BCD12797DBA00ACFF58 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 71A19BCC12797DBA00ACFF58 /* UIKit.framework */; }; - 71A19C3B12797E4000ACFF58 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 71A19C3A12797E4000ACFF58 /* CoreGraphics.framework */; }; - 71A19C3D12797E4000ACFF58 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 71A19C3C12797E4000ACFF58 /* Foundation.framework */; }; - 71A19C3F12797E4000ACFF58 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 71A19C3E12797E4000ACFF58 /* QuartzCore.framework */; }; - 71A19C4112797E4000ACFF58 /* libdl.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 71A19C4012797E4000ACFF58 /* libdl.dylib */; }; - 71CCF2461277045100339E12 /* arith_decoder.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF13A1277045100339E12 /* arith_decoder.c */; }; - 71CCF2471277045100339E12 /* bifs_codec.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF13B1277045100339E12 /* bifs_codec.c */; }; - 71CCF2481277045100339E12 /* bifs_node_tables.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF13C1277045100339E12 /* bifs_node_tables.c */; }; - 71CCF2491277045100339E12 /* com_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF13D1277045100339E12 /* com_dec.c */; }; - 71CCF24A1277045100339E12 /* com_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF13E1277045100339E12 /* com_enc.c */; }; - 71CCF24B1277045100339E12 /* conditional.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF13F1277045100339E12 /* conditional.c */; }; - 71CCF24C1277045100339E12 /* field_decode.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1401277045100339E12 /* field_decode.c */; }; - 71CCF24D1277045100339E12 /* field_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1411277045100339E12 /* field_encode.c */; }; - 71CCF24E1277045100339E12 /* memory_decoder.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1421277045100339E12 /* memory_decoder.c */; }; - 71CCF24F1277045100339E12 /* predictive_mffield.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1431277045100339E12 /* predictive_mffield.c */; }; - 71CCF2501277045100339E12 /* quant.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF1441277045100339E12 /* quant.h */; }; - 71CCF2511277045100339E12 /* quantize.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1451277045100339E12 /* quantize.c */; }; - 71CCF2521277045100339E12 /* script.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF1461277045100339E12 /* script.h */; }; - 71CCF2531277045100339E12 /* script_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1471277045100339E12 /* script_dec.c */; }; - 71CCF2541277045100339E12 /* script_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1481277045100339E12 /* script_enc.c */; }; - 71CCF2551277045100339E12 /* unquantize.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1491277045100339E12 /* unquantize.c */; }; - 71CCF2561277045100339E12 /* audio_input.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF14B1277045100339E12 /* audio_input.c */; }; - 71CCF2571277045100339E12 /* audio_mixer.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF14C1277045100339E12 /* audio_mixer.c */; }; - 71CCF2581277045100339E12 /* audio_render.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF14D1277045100339E12 /* audio_render.c */; }; - 71CCF2591277045100339E12 /* bindable.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF14E1277045100339E12 /* bindable.c */; }; - 71CCF25A1277045100339E12 /* camera.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF14F1277045100339E12 /* camera.c */; }; - 71CCF25B1277045100339E12 /* compositor.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1501277045100339E12 /* compositor.c */; }; - 71CCF25C1277045100339E12 /* compositor_2d.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1511277045100339E12 /* compositor_2d.c */; }; - 71CCF25D1277045100339E12 /* compositor_3d.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1521277045100339E12 /* compositor_3d.c */; }; - 71CCF25E1277045100339E12 /* compositor_node_init.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1531277045100339E12 /* compositor_node_init.c */; }; - 71CCF25F1277045100339E12 /* drawable.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1541277045100339E12 /* drawable.c */; }; - 71CCF2601277045100339E12 /* drawable.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF1551277045100339E12 /* drawable.h */; }; - 71CCF2611277045100339E12 /* events.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1561277045100339E12 /* events.c */; }; - 71CCF2621277045100339E12 /* font_engine.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1571277045100339E12 /* font_engine.c */; }; - 71CCF2631277045100339E12 /* gl_inc.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF1581277045100339E12 /* gl_inc.h */; }; - 71CCF2641277045100339E12 /* hardcoded_protos.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1591277045100339E12 /* hardcoded_protos.c */; }; - 71CCF2651277045100339E12 /* hc_flash_shape.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF15A1277045100339E12 /* hc_flash_shape.c */; }; - 71CCF2661277045100339E12 /* mesh.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF15B1277045100339E12 /* mesh.c */; }; - 71CCF2671277045100339E12 /* mesh_collide.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF15C1277045100339E12 /* mesh_collide.c */; }; - 71CCF2681277045100339E12 /* mesh_tesselate.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF15D1277045100339E12 /* mesh_tesselate.c */; }; - 71CCF2691277045100339E12 /* mpeg4_animstream.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF15E1277045100339E12 /* mpeg4_animstream.c */; }; - 71CCF26A1277045100339E12 /* mpeg4_audio.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF15F1277045100339E12 /* mpeg4_audio.c */; }; - 71CCF26B1277045100339E12 /* mpeg4_background.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1601277045100339E12 /* mpeg4_background.c */; }; - 71CCF26C1277045100339E12 /* mpeg4_background2d.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1611277045100339E12 /* mpeg4_background2d.c */; }; - 71CCF26D1277045100339E12 /* mpeg4_bitmap.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1621277045100339E12 /* mpeg4_bitmap.c */; }; - 71CCF26E1277045100339E12 /* mpeg4_composite.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1631277045100339E12 /* mpeg4_composite.c */; }; - 71CCF26F1277045100339E12 /* mpeg4_form.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1641277045100339E12 /* mpeg4_form.c */; }; - 71CCF2701277045100339E12 /* mpeg4_geometry_2d.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1651277045100339E12 /* mpeg4_geometry_2d.c */; }; - 71CCF2711277045100339E12 /* mpeg4_geometry_3d.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1661277045100339E12 /* mpeg4_geometry_3d.c */; }; - 71CCF2721277045100339E12 /* mpeg4_geometry_ifs2d.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1671277045100339E12 /* mpeg4_geometry_ifs2d.c */; }; - 71CCF2731277045100339E12 /* mpeg4_geometry_ils2d.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1681277045100339E12 /* mpeg4_geometry_ils2d.c */; }; - 71CCF2741277045100339E12 /* mpeg4_gradients.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1691277045100339E12 /* mpeg4_gradients.c */; }; - 71CCF2751277045100339E12 /* mpeg4_grouping.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF16A1277045100339E12 /* mpeg4_grouping.c */; }; - 71CCF2761277045100339E12 /* mpeg4_grouping.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF16B1277045100339E12 /* mpeg4_grouping.h */; }; - 71CCF2771277045100339E12 /* mpeg4_grouping_2d.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF16C1277045100339E12 /* mpeg4_grouping_2d.c */; }; - 71CCF2781277045100339E12 /* mpeg4_grouping_3d.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF16D1277045100339E12 /* mpeg4_grouping_3d.c */; }; - 71CCF2791277045100339E12 /* mpeg4_layer_2d.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF16E1277045100339E12 /* mpeg4_layer_2d.c */; }; - 71CCF27A1277045100339E12 /* mpeg4_layer_3d.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF16F1277045100339E12 /* mpeg4_layer_3d.c */; }; - 71CCF27B1277045100339E12 /* mpeg4_layout.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1701277045100339E12 /* mpeg4_layout.c */; }; - 71CCF27C1277045100339E12 /* mpeg4_lighting.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1711277045100339E12 /* mpeg4_lighting.c */; }; - 71CCF27D1277045100339E12 /* mpeg4_path_layout.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1721277045100339E12 /* mpeg4_path_layout.c */; }; - 71CCF27E1277045100339E12 /* mpeg4_sensors.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1731277045100339E12 /* mpeg4_sensors.c */; }; - 71CCF27F1277045100339E12 /* mpeg4_sound.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1741277045100339E12 /* mpeg4_sound.c */; }; - 71CCF2801277045100339E12 /* mpeg4_text.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1751277045100339E12 /* mpeg4_text.c */; }; - 71CCF2811277045100339E12 /* mpeg4_textures.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1761277045100339E12 /* mpeg4_textures.c */; }; - 71CCF2821277045100339E12 /* mpeg4_timesensor.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1771277045100339E12 /* mpeg4_timesensor.c */; }; - 71CCF2831277045100339E12 /* mpeg4_viewport.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1781277045100339E12 /* mpeg4_viewport.c */; }; - 71CCF2841277045100339E12 /* navigate.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1791277045100339E12 /* navigate.c */; }; - 71CCF2851277045100339E12 /* nodes_stacks.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF17A1277045100339E12 /* nodes_stacks.h */; }; - 71CCF2861277045100339E12 /* offscreen_cache.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF17B1277045100339E12 /* offscreen_cache.c */; }; - 71CCF2871277045100339E12 /* offscreen_cache.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF17C1277045100339E12 /* offscreen_cache.h */; }; - 71CCF2881277045100339E12 /* svg_base.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF17D1277045100339E12 /* svg_base.c */; }; - 71CCF2891277045100339E12 /* svg_filters.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF17E1277045100339E12 /* svg_filters.c */; }; - 71CCF28A1277045100339E12 /* svg_font.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF17F1277045100339E12 /* svg_font.c */; }; - 71CCF28B1277045100339E12 /* svg_geometry.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1801277045100339E12 /* svg_geometry.c */; }; - 71CCF28C1277045100339E12 /* svg_grouping.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1811277045100339E12 /* svg_grouping.c */; }; - 71CCF28D1277045100339E12 /* svg_media.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1821277045100339E12 /* svg_media.c */; }; - 71CCF28E1277045100339E12 /* svg_paint_servers.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1831277045100339E12 /* svg_paint_servers.c */; }; - 71CCF28F1277045100339E12 /* svg_text.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1841277045100339E12 /* svg_text.c */; }; - 71CCF2901277045100339E12 /* texturing.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1851277045100339E12 /* texturing.c */; }; - 71CCF2911277045100339E12 /* texturing.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF1861277045100339E12 /* texturing.h */; }; - 71CCF2921277045100339E12 /* texturing_gl.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1871277045100339E12 /* texturing_gl.c */; }; - 71CCF2931277045100339E12 /* visual_manager.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1881277045100339E12 /* visual_manager.c */; }; - 71CCF2941277045100339E12 /* visual_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF1891277045100339E12 /* visual_manager.h */; }; - 71CCF2951277045100339E12 /* visual_manager_2d.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF18A1277045100339E12 /* visual_manager_2d.c */; }; - 71CCF2961277045100339E12 /* visual_manager_2d.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF18B1277045100339E12 /* visual_manager_2d.h */; }; - 71CCF2971277045100339E12 /* visual_manager_2d_draw.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF18C1277045100339E12 /* visual_manager_2d_draw.c */; }; - 71CCF2981277045100339E12 /* visual_manager_3d.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF18D1277045100339E12 /* visual_manager_3d.c */; }; - 71CCF2991277045100339E12 /* visual_manager_3d.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF18E1277045100339E12 /* visual_manager_3d.h */; }; - 71CCF29A1277045100339E12 /* visual_manager_3d_gl.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF18F1277045100339E12 /* visual_manager_3d_gl.c */; }; - 71CCF29B1277045100339E12 /* x3d_geometry.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1901277045100339E12 /* x3d_geometry.c */; }; - 71CCF29C1277045100339E12 /* rtcp.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1921277045100339E12 /* rtcp.c */; }; - 71CCF29D1277045100339E12 /* rtp.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1931277045100339E12 /* rtp.c */; }; - 71CCF29E1277045100339E12 /* rtp_depacketizer.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1941277045100339E12 /* rtp_depacketizer.c */; }; - 71CCF29F1277045100339E12 /* rtp_packetizer.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1951277045100339E12 /* rtp_packetizer.c */; }; - 71CCF2A01277045100339E12 /* rtp_pck_3gpp.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1961277045100339E12 /* rtp_pck_3gpp.c */; }; - 71CCF2A11277045100339E12 /* rtp_pck_mpeg12.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1971277045100339E12 /* rtp_pck_mpeg12.c */; }; - 71CCF2A21277045100339E12 /* rtp_pck_mpeg4.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1981277045100339E12 /* rtp_pck_mpeg4.c */; }; - 71CCF2A31277045100339E12 /* rtp_streamer.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1991277045100339E12 /* rtp_streamer.c */; }; - 71CCF2A41277045100339E12 /* rtsp_command.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF19A1277045100339E12 /* rtsp_command.c */; }; - 71CCF2A51277045100339E12 /* rtsp_common.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF19B1277045100339E12 /* rtsp_common.c */; }; - 71CCF2A61277045100339E12 /* rtsp_response.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF19C1277045100339E12 /* rtsp_response.c */; }; - 71CCF2A71277045100339E12 /* rtsp_session.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF19D1277045100339E12 /* rtsp_session.c */; }; - 71CCF2A81277045100339E12 /* sdp.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF19E1277045100339E12 /* sdp.c */; }; - 71CCF2A91277045100339E12 /* avc_ext.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1A01277045100339E12 /* avc_ext.c */; }; - 71CCF2AA1277045100339E12 /* box_code_3gpp.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1A11277045100339E12 /* box_code_3gpp.c */; }; - 71CCF2AB1277045100339E12 /* box_code_apple.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1A21277045100339E12 /* box_code_apple.c */; }; - 71CCF2AC1277045100339E12 /* box_code_base.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1A31277045100339E12 /* box_code_base.c */; }; - 71CCF2AD1277045100339E12 /* box_code_isma.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1A41277045100339E12 /* box_code_isma.c */; }; - 71CCF2AE1277045100339E12 /* box_code_meta.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1A51277045100339E12 /* box_code_meta.c */; }; - 71CCF2AF1277045100339E12 /* box_dump.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1A61277045100339E12 /* box_dump.c */; }; - 71CCF2B01277045100339E12 /* box_funcs.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1A71277045100339E12 /* box_funcs.c */; }; - 71CCF2B11277045100339E12 /* data_map.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1A81277045100339E12 /* data_map.c */; }; - 71CCF2B21277045100339E12 /* hint_track.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1A91277045100339E12 /* hint_track.c */; }; - 71CCF2B31277045100339E12 /* hinting.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1AA1277045100339E12 /* hinting.c */; }; - 71CCF2B41277045100339E12 /* isma_sample.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1AB1277045100339E12 /* isma_sample.c */; }; - 71CCF2B51277045100339E12 /* isom_intern.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1AC1277045100339E12 /* isom_intern.c */; }; - 71CCF2B61277045100339E12 /* isom_read.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1AD1277045100339E12 /* isom_read.c */; }; - 71CCF2B71277045100339E12 /* isom_store.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1AE1277045100339E12 /* isom_store.c */; }; - 71CCF2B81277045100339E12 /* isom_write.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1AF1277045100339E12 /* isom_write.c */; }; - 71CCF2B91277045100339E12 /* media.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1B01277045100339E12 /* media.c */; }; - 71CCF2BA1277045100339E12 /* media_odf.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1B11277045100339E12 /* media_odf.c */; }; - 71CCF2BB1277045100339E12 /* meta.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1B21277045100339E12 /* meta.c */; }; - 71CCF2BC1277045100339E12 /* movie_fragments.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1B31277045100339E12 /* movie_fragments.c */; }; - 71CCF2BD1277045100339E12 /* sample_descs.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1B41277045100339E12 /* sample_descs.c */; }; - 71CCF2BE1277045100339E12 /* stbl_read.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1B51277045100339E12 /* stbl_read.c */; }; - 71CCF2BF1277045100339E12 /* stbl_write.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1B61277045100339E12 /* stbl_write.c */; }; - 71CCF2C01277045100339E12 /* track.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1B71277045100339E12 /* track.c */; }; - 71CCF2C11277045100339E12 /* tx3g.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1B81277045100339E12 /* tx3g.c */; }; - 71CCF2C21277045100339E12 /* lsr_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1BA1277045100339E12 /* lsr_dec.c */; }; - 71CCF2C31277045100339E12 /* lsr_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1BB1277045100339E12 /* lsr_enc.c */; }; - 71CCF2C41277045100339E12 /* lsr_tables.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1BC1277045100339E12 /* lsr_tables.c */; }; - 71CCF2C51277045100339E12 /* cbc.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1BE1277045100339E12 /* cbc.c */; }; - 71CCF2C61277045100339E12 /* cfb.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1BF1277045100339E12 /* cfb.c */; }; - 71CCF2C71277045100339E12 /* ctr.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1C01277045100339E12 /* ctr.c */; }; - 71CCF2C81277045100339E12 /* des.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1C11277045100339E12 /* des.c */; }; - 71CCF2C91277045100339E12 /* ecb.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1C21277045100339E12 /* ecb.c */; }; - 71CCF2CA1277045100339E12 /* g_crypt.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1C31277045100339E12 /* g_crypt.c */; }; - 71CCF2CB1277045100339E12 /* ncfb.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1C41277045100339E12 /* ncfb.c */; }; - 71CCF2CC1277045100339E12 /* nofb.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1C51277045100339E12 /* nofb.c */; }; - 71CCF2CD1277045100339E12 /* ofb.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1C61277045100339E12 /* ofb.c */; }; - 71CCF2CE1277045100339E12 /* rijndael-128.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1C71277045100339E12 /* rijndael-128.c */; }; - 71CCF2CF1277045100339E12 /* rijndael-192.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1C81277045100339E12 /* rijndael-192.c */; }; - 71CCF2D01277045100339E12 /* rijndael-256.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1C91277045100339E12 /* rijndael-256.c */; }; - 71CCF2D11277045100339E12 /* sha1.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1CA1277045100339E12 /* sha1.c */; }; - 71CCF2D21277045100339E12 /* stream.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1CB1277045100339E12 /* stream.c */; }; - 71CCF2D31277045100339E12 /* tripledes.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1CC1277045100339E12 /* tripledes.c */; }; - 71CCF2D41277045100339E12 /* av_parsers.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1CE1277045100339E12 /* av_parsers.c */; }; - 71CCF2D51277045100339E12 /* avilib.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1CF1277045100339E12 /* avilib.c */; }; - 71CCF2D61277045100339E12 /* dvb_mpe.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1D01277045100339E12 /* dvb_mpe.c */; }; - 71CCF2D71277045100339E12 /* filestreamer.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1D11277045100339E12 /* filestreamer.c */; }; - 71CCF2D81277045100339E12 /* gpac_ogg.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1D21277045100339E12 /* gpac_ogg.c */; }; - 71CCF2D91277045100339E12 /* img.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1D31277045100339E12 /* img.c */; }; - 71CCF2DA1277045100339E12 /* ismacryp.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1D41277045100339E12 /* ismacryp.c */; }; - 71CCF2DB1277045100339E12 /* isom_hinter.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1D51277045100339E12 /* isom_hinter.c */; }; - 71CCF2DC1277045100339E12 /* isom_tools.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1D61277045100339E12 /* isom_tools.c */; }; - 71CCF2DD1277045100339E12 /* m2ts_mux.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1D71277045100339E12 /* m2ts_mux.c */; }; - 71CCF2DE1277045100339E12 /* media_export.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1D81277045100339E12 /* media_export.c */; }; - 71CCF2DF1277045100339E12 /* media_import.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1D91277045100339E12 /* media_import.c */; }; - 71CCF2E01277045100339E12 /* mpeg2_ps.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1DA1277045100339E12 /* mpeg2_ps.c */; }; - 71CCF2E11277045100339E12 /* mpeg2_ps.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF1DB1277045100339E12 /* mpeg2_ps.h */; }; - 71CCF2E21277045100339E12 /* mpegts.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1DC1277045100339E12 /* mpegts.c */; }; - 71CCF2E31277045100339E12 /* reedsolomon.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1DD1277045100339E12 /* reedsolomon.c */; }; - 71CCF2E41277045100339E12 /* saf.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1DE1277045100339E12 /* saf.c */; }; - 71CCF2E51277045100339E12 /* text_import.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1DF1277045100339E12 /* text_import.c */; }; - 71CCF2E61277045100339E12 /* vobsub.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1E01277045100339E12 /* vobsub.c */; }; - 71CCF2E71277045100339E12 /* desc_private.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1E21277045100339E12 /* desc_private.c */; }; - 71CCF2E81277045100339E12 /* descriptors.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1E31277045100339E12 /* descriptors.c */; }; - 71CCF2E91277045100339E12 /* ipmpx_code.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1E41277045100339E12 /* ipmpx_code.c */; }; - 71CCF2EA1277045100339E12 /* ipmpx_dump.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1E51277045100339E12 /* ipmpx_dump.c */; }; - 71CCF2EB1277045100339E12 /* ipmpx_parse.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1E61277045100339E12 /* ipmpx_parse.c */; }; - 71CCF2EC1277045100339E12 /* oci_codec.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1E71277045100339E12 /* oci_codec.c */; }; - 71CCF2ED1277045100339E12 /* odf_code.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1E81277045100339E12 /* odf_code.c */; }; - 71CCF2EE1277045100339E12 /* odf_codec.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1E91277045100339E12 /* odf_codec.c */; }; - 71CCF2EF1277045100339E12 /* odf_command.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1EA1277045100339E12 /* odf_command.c */; }; - 71CCF2F01277045100339E12 /* odf_dump.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1EB1277045100339E12 /* odf_dump.c */; }; - 71CCF2F11277045100339E12 /* odf_parse.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1EC1277045100339E12 /* odf_parse.c */; }; - 71CCF2F21277045100339E12 /* qos.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1ED1277045100339E12 /* qos.c */; }; - 71CCF2F31277045100339E12 /* slc.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1EE1277045100339E12 /* slc.c */; }; - 71CCF2F41277045100339E12 /* encode_isom.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1F01277045100339E12 /* encode_isom.c */; }; - 71CCF2F51277045100339E12 /* loader_bt.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1F11277045100339E12 /* loader_bt.c */; }; - 71CCF2F61277045100339E12 /* loader_isom.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1F21277045100339E12 /* loader_isom.c */; }; - 71CCF2F71277045100339E12 /* loader_qt.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1F31277045100339E12 /* loader_qt.c */; }; - 71CCF2F81277045100339E12 /* loader_svg.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1F41277045100339E12 /* loader_svg.c */; }; - 71CCF2F91277045100339E12 /* loader_xmt.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1F51277045100339E12 /* loader_xmt.c */; }; - 71CCF2FA1277045100339E12 /* scene_dump.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1F61277045100339E12 /* scene_dump.c */; }; - 71CCF2FB1277045100339E12 /* scene_engine.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1F71277045100339E12 /* scene_engine.c */; }; - 71CCF2FC1277045100339E12 /* scene_manager.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1F81277045100339E12 /* scene_manager.c */; }; - 71CCF2FD1277045100339E12 /* scene_stats.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1F91277045100339E12 /* scene_stats.c */; }; - 71CCF2FE1277045100339E12 /* swf_bifs.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1FA1277045100339E12 /* swf_bifs.c */; }; - 71CCF2FF1277045100339E12 /* swf_parse.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1FB1277045100339E12 /* swf_parse.c */; }; - 71CCF3001277045100339E12 /* text_to_bifs.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1FC1277045100339E12 /* text_to_bifs.c */; }; - 71CCF3011277045100339E12 /* base_scenegraph.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1FE1277045100339E12 /* base_scenegraph.c */; }; - 71CCF3021277045100339E12 /* commands.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF1FF1277045100339E12 /* commands.c */; }; - 71CCF3031277045100339E12 /* dom_events.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF2001277045100339E12 /* dom_events.c */; }; - 71CCF3041277045100339E12 /* dom_smjs.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF2011277045100339E12 /* dom_smjs.c */; }; - 71CCF3051277045100339E12 /* mpeg4_animators.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF2021277045100339E12 /* mpeg4_animators.c */; }; - 71CCF3061277045100339E12 /* mpeg4_nodes.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF2031277045100339E12 /* mpeg4_nodes.c */; }; - 71CCF3071277045100339E12 /* mpeg4_valuator.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF2041277045100339E12 /* mpeg4_valuator.c */; }; - 71CCF3081277045100339E12 /* smil_anim.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF2051277045100339E12 /* smil_anim.c */; }; - 71CCF3091277045100339E12 /* smil_timing.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF2061277045100339E12 /* smil_timing.c */; }; - 71CCF30A1277045100339E12 /* svg_attributes.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF2071277045100339E12 /* svg_attributes.c */; }; - 71CCF30B1277045100339E12 /* svg_properties.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF2081277045100339E12 /* svg_properties.c */; }; - 71CCF30C1277045100339E12 /* svg_smjs.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF2091277045100339E12 /* svg_smjs.c */; }; - 71CCF30D1277045100339E12 /* svg_types.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF20A1277045100339E12 /* svg_types.c */; }; - 71CCF30E1277045100339E12 /* vrml_interpolators.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF20B1277045100339E12 /* vrml_interpolators.c */; }; - 71CCF30F1277045100339E12 /* vrml_proto.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF20C1277045100339E12 /* vrml_proto.c */; }; - 71CCF3101277045100339E12 /* vrml_route.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF20D1277045100339E12 /* vrml_route.c */; }; - 71CCF3111277045100339E12 /* vrml_script.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF20E1277045100339E12 /* vrml_script.c */; }; - 71CCF3121277045100339E12 /* vrml_smjs.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF20F1277045100339E12 /* vrml_smjs.c */; }; - 71CCF3131277045100339E12 /* vrml_tools.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF2101277045100339E12 /* vrml_tools.c */; }; - 71CCF3141277045100339E12 /* x3d_nodes.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF2111277045100339E12 /* x3d_nodes.c */; }; - 71CCF3151277045100339E12 /* xbl_process.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF2121277045100339E12 /* xbl_process.c */; }; - 71CCF3161277045100339E12 /* xml_ns.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF2131277045100339E12 /* xml_ns.c */; }; - 71CCF3171277045100339E12 /* channel.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF2151277045100339E12 /* channel.c */; }; - 71CCF3181277045100339E12 /* clock.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF2161277045100339E12 /* clock.c */; }; - 71CCF3191277045100339E12 /* decoder.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF2171277045100339E12 /* decoder.c */; }; - 71CCF31A1277045100339E12 /* input_sensor.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF2181277045100339E12 /* input_sensor.c */; }; - 71CCF31B1277045100339E12 /* input_sensor.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF2191277045100339E12 /* input_sensor.h */; }; - 71CCF31C1277045100339E12 /* media_control.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF21A1277045100339E12 /* media_control.c */; }; - 71CCF31D1277045100339E12 /* media_control.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF21B1277045100339E12 /* media_control.h */; }; - 71CCF31E1277045100339E12 /* media_manager.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF21C1277045100339E12 /* media_manager.c */; }; - 71CCF31F1277045100339E12 /* media_memory.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF21D1277045100339E12 /* media_memory.c */; }; - 71CCF3201277045100339E12 /* media_memory.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF21E1277045100339E12 /* media_memory.h */; }; - 71CCF3211277045100339E12 /* media_object.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF21F1277045100339E12 /* media_object.c */; }; - 71CCF3221277045100339E12 /* media_sensor.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF2201277045100339E12 /* media_sensor.c */; }; - 71CCF3231277045100339E12 /* mpeg4_inline.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF2211277045100339E12 /* mpeg4_inline.c */; }; - 71CCF3241277045100339E12 /* network_service.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF2221277045100339E12 /* network_service.c */; }; - 71CCF3251277045100339E12 /* object_browser.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF2231277045100339E12 /* object_browser.c */; }; - 71CCF3261277045100339E12 /* object_manager.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF2241277045100339E12 /* object_manager.c */; }; - 71CCF3271277045100339E12 /* scene.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF2251277045100339E12 /* scene.c */; }; - 71CCF3281277045100339E12 /* svg_external.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF2261277045100339E12 /* svg_external.c */; }; - 71CCF3291277045100339E12 /* term_node_init.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF2271277045100339E12 /* term_node_init.c */; }; - 71CCF32A1277045100339E12 /* terminal.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF2281277045100339E12 /* terminal.c */; }; - 71CCF32B1277045100339E12 /* base_encoding.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF22A1277045100339E12 /* base_encoding.c */; }; - 71CCF32C1277045100339E12 /* bitstream.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF22B1277045100339E12 /* bitstream.c */; }; - 71CCF32D1277045100339E12 /* color.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF22C1277045100339E12 /* color.c */; }; - 71CCF32E1277045100339E12 /* configfile.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF22D1277045100339E12 /* configfile.c */; }; - 71CCF32F1277045100339E12 /* dlmalloc.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF22E1277045100339E12 /* dlmalloc.c */; }; - 71CCF3301277045100339E12 /* downloader.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF22F1277045100339E12 /* downloader.c */; }; - 71CCF3311277045100339E12 /* error.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF2301277045100339E12 /* error.c */; }; - 71CCF3331277045100339E12 /* list.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF2321277045100339E12 /* list.c */; }; - 71CCF3341277045100339E12 /* math.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF2331277045100339E12 /* math.c */; }; - 71CCF3351277045100339E12 /* module.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF2341277045100339E12 /* module.c */; }; - 71CCF3361277045100339E12 /* module_wrap.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF2351277045100339E12 /* module_wrap.h */; }; - 71CCF3371277045100339E12 /* os_divers.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF2361277045100339E12 /* os_divers.c */; }; - 71CCF3381277045100339E12 /* os_module.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF2371277045100339E12 /* os_module.c */; }; - 71CCF3391277045100339E12 /* os_net.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF2381277045100339E12 /* os_net.c */; }; - 71CCF33A1277045100339E12 /* os_thread.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF2391277045100339E12 /* os_thread.c */; }; - 71CCF33B1277045100339E12 /* path2d.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF23A1277045100339E12 /* path2d.c */; }; - 71CCF33C1277045100339E12 /* path2d_stroker.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF23B1277045100339E12 /* path2d_stroker.c */; }; - 71CCF33F1277045100339E12 /* token.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF23E1277045100339E12 /* token.c */; }; - 71CCF3401277045100339E12 /* uni_bidi.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF23F1277045100339E12 /* uni_bidi.c */; }; - 71CCF3411277045100339E12 /* url.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF2401277045100339E12 /* url.c */; }; - 71CCF3421277045100339E12 /* utf.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF2411277045100339E12 /* utf.c */; }; - 71CCF3431277045100339E12 /* xml_parser.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF2421277045100339E12 /* xml_parser.c */; }; - 71CCF3451277045100339E12 /* zutil.c in Sources */ = {isa = PBXBuildFile; fileRef = 71CCF2441277045100339E12 /* zutil.c */; }; - 71CCF3461277045100339E12 /* zutil.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF2451277045100339E12 /* zutil.h */; }; - 71CCF3B112770A8C00339E12 /* avparse.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF36012770A8C00339E12 /* avparse.h */; }; - 71CCF3B212770A8C00339E12 /* base_coding.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF36112770A8C00339E12 /* base_coding.h */; }; - 71CCF3B312770A8C00339E12 /* bifs.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF36212770A8C00339E12 /* bifs.h */; }; - 71CCF3B412770A8C00339E12 /* bitstream.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF36312770A8C00339E12 /* bitstream.h */; }; - 71CCF3B512770A8C00339E12 /* color.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF36412770A8C00339E12 /* color.h */; }; - 71CCF3B612770A8C00339E12 /* compositor.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF36512770A8C00339E12 /* compositor.h */; }; - 71CCF3B712770A8C00339E12 /* config_file.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF36612770A8C00339E12 /* config_file.h */; }; - 71CCF3B812770A8C00339E12 /* configuration.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF36712770A8C00339E12 /* configuration.h */; }; - 71CCF3B912770A8C00339E12 /* constants.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF36812770A8C00339E12 /* constants.h */; }; - 71CCF3BA12770A8C00339E12 /* crypt.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF36912770A8C00339E12 /* crypt.h */; }; - 71CCF3BB12770A8C00339E12 /* download.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF36A12770A8C00339E12 /* download.h */; }; - 71CCF3BC12770A8C00339E12 /* dvb_mpe.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF36B12770A8C00339E12 /* dvb_mpe.h */; }; - 71CCF3BD12770A8C00339E12 /* esi.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF36C12770A8C00339E12 /* esi.h */; }; - 71CCF3BE12770A8C00339E12 /* events.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF36D12770A8C00339E12 /* events.h */; }; - 71CCF3BF12770A8C00339E12 /* filestreamer.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF36E12770A8C00339E12 /* filestreamer.h */; }; - 71CCF3C012770A8C00339E12 /* ietf.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF36F12770A8C00339E12 /* ietf.h */; }; - 71CCF3C112770A8C00339E12 /* avilib.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF37112770A8C00339E12 /* avilib.h */; }; - 71CCF3C212770A8C00339E12 /* bifs_dev.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF37212770A8C00339E12 /* bifs_dev.h */; }; - 71CCF3C312770A8C00339E12 /* bifs_tables.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF37312770A8C00339E12 /* bifs_tables.h */; }; - 71CCF3C412770A8C00339E12 /* camera.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF37412770A8C00339E12 /* camera.h */; }; - 71CCF3C512770A8C00339E12 /* compositor_dev.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF37512770A8C00339E12 /* compositor_dev.h */; }; - 71CCF3C612770A8C00339E12 /* crypt_dev.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF37612770A8C00339E12 /* crypt_dev.h */; }; - 71CCF3C712770A8C00339E12 /* dvb_mpe_dev.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF37712770A8C00339E12 /* dvb_mpe_dev.h */; }; - 71CCF3C812770A8C00339E12 /* ietf_dev.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF37812770A8C00339E12 /* ietf_dev.h */; }; - 71CCF3C912770A8C00339E12 /* isomedia_dev.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF37912770A8C00339E12 /* isomedia_dev.h */; }; - 71CCF3CA12770A8C00339E12 /* laser_dev.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF37A12770A8C00339E12 /* laser_dev.h */; }; - 71CCF3CB12770A8C00339E12 /* media_dev.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF37B12770A8C00339E12 /* media_dev.h */; }; - 71CCF3CC12770A8C00339E12 /* mesh.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF37C12770A8C00339E12 /* mesh.h */; }; - 71CCF3CD12770A8C00339E12 /* odf_dev.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF37D12770A8C00339E12 /* odf_dev.h */; }; - 71CCF3CE12770A8C00339E12 /* ogg.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF37E12770A8C00339E12 /* ogg.h */; }; - 71CCF3CF12770A8C00339E12 /* reedsolomon.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF37F12770A8C00339E12 /* reedsolomon.h */; }; - 71CCF3D012770A8C00339E12 /* scenegraph_dev.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF38012770A8C00339E12 /* scenegraph_dev.h */; }; - 71CCF3D112770A8C00339E12 /* swf_dev.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF38112770A8C00339E12 /* swf_dev.h */; }; - 71CCF3D212770A8C00339E12 /* terminal_dev.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF38212770A8C00339E12 /* terminal_dev.h */; }; - 71CCF3D312770A8C00339E12 /* vobsub.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF38312770A8C00339E12 /* vobsub.h */; }; - 71CCF3D412770A8C00339E12 /* ismacryp.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF38412770A8C00339E12 /* ismacryp.h */; }; - 71CCF3D512770A8C00339E12 /* iso639.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF38512770A8C00339E12 /* iso639.h */; }; - 71CCF3D612770A8C00339E12 /* isomedia.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF38612770A8C00339E12 /* isomedia.h */; }; - 71CCF3D712770A8C00339E12 /* laser.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF38712770A8C00339E12 /* laser.h */; }; - 71CCF3D812770A8C00339E12 /* list.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF38812770A8C00339E12 /* list.h */; }; - 71CCF3D912770A8C00339E12 /* math.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF38912770A8C00339E12 /* math.h */; }; - 71CCF3DA12770A8C00339E12 /* media_tools.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF38A12770A8C00339E12 /* media_tools.h */; }; - 71CCF3DB12770A8C00339E12 /* mediaobject.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF38B12770A8C00339E12 /* mediaobject.h */; }; - 71CCF3DC12770A8C00339E12 /* module.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF38C12770A8C00339E12 /* module.h */; }; - 71CCF3DD12770A8C00339E12 /* audio_out.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF38E12770A8C00339E12 /* audio_out.h */; }; - 71CCF3DE12770A8C00339E12 /* codec.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF38F12770A8C00339E12 /* codec.h */; }; - 71CCF3DF12770A8C00339E12 /* font.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF39012770A8C00339E12 /* font.h */; }; - 71CCF3E012770A8C00339E12 /* ipmp.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF39112770A8C00339E12 /* ipmp.h */; }; - 71CCF3E112770A8C00339E12 /* js_usr.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF39212770A8C00339E12 /* js_usr.h */; }; - 71CCF3E212770A8C00339E12 /* raster2d.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF39312770A8C00339E12 /* raster2d.h */; }; - 71CCF3E312770A8C00339E12 /* service.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF39412770A8C00339E12 /* service.h */; }; - 71CCF3E412770A8C00339E12 /* term_ext.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF39512770A8C00339E12 /* term_ext.h */; }; - 71CCF3E512770A8C00339E12 /* video_out.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF39612770A8C00339E12 /* video_out.h */; }; - 71CCF3E612770A8C00339E12 /* mpeg4_odf.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF39712770A8C00339E12 /* mpeg4_odf.h */; }; - 71CCF3E712770A8C00339E12 /* mpegts.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF39812770A8C00339E12 /* mpegts.h */; }; - 71CCF3E812770A8C00339E12 /* network.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF39912770A8C00339E12 /* network.h */; }; - 71CCF3E912770A8C00339E12 /* nodes_mpeg4.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF39A12770A8C00339E12 /* nodes_mpeg4.h */; }; - 71CCF3EA12770A8C00339E12 /* nodes_svg.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF39B12770A8C00339E12 /* nodes_svg.h */; }; - 71CCF3EB12770A8C00339E12 /* nodes_x3d.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF39C12770A8C00339E12 /* nodes_x3d.h */; }; - 71CCF3EC12770A8C00339E12 /* nodes_xbl.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF39D12770A8C00339E12 /* nodes_xbl.h */; }; - 71CCF3ED12770A8C00339E12 /* options.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF39E12770A8C00339E12 /* options.h */; }; - 71CCF3EE12770A8C00339E12 /* path2d.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF39F12770A8C00339E12 /* path2d.h */; }; - 71CCF3EF12770A8C00339E12 /* rtp_streamer.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF3A012770A8C00339E12 /* rtp_streamer.h */; }; - 71CCF3F012770A8C00339E12 /* scene_engine.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF3A112770A8C00339E12 /* scene_engine.h */; }; - 71CCF3F112770A8C00339E12 /* scene_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF3A212770A8C00339E12 /* scene_manager.h */; }; - 71CCF3F212770A8C00339E12 /* scenegraph.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF3A312770A8C00339E12 /* scenegraph.h */; }; - 71CCF3F312770A8C00339E12 /* scenegraph_svg.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF3A412770A8C00339E12 /* scenegraph_svg.h */; }; - 71CCF3F412770A8C00339E12 /* scenegraph_vrml.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF3A512770A8C00339E12 /* scenegraph_vrml.h */; }; - 71CCF3F512770A8C00339E12 /* setup.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF3A612770A8C00339E12 /* setup.h */; }; - 71CCF3F612770A8C00339E12 /* svg_types.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF3A712770A8C00339E12 /* svg_types.h */; }; - 71CCF3F712770A8C00339E12 /* sync_layer.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF3A812770A8C00339E12 /* sync_layer.h */; }; - 71CCF3F812770A8C00339E12 /* term_info.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF3A912770A8C00339E12 /* term_info.h */; }; - 71CCF3F912770A8C00339E12 /* terminal.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF3AA12770A8C00339E12 /* terminal.h */; }; - 71CCF3FA12770A8C00339E12 /* thread.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF3AB12770A8C00339E12 /* thread.h */; }; - 71CCF3FB12770A8C00339E12 /* token.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF3AC12770A8C00339E12 /* token.h */; }; - 71CCF3FC12770A8C00339E12 /* tools.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF3AD12770A8C00339E12 /* tools.h */; }; - 71CCF3FD12770A8C00339E12 /* user.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF3AE12770A8C00339E12 /* user.h */; }; - 71CCF3FE12770A8C00339E12 /* utf.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF3AF12770A8C00339E12 /* utf.h */; }; - 71CCF3FF12770A8C00339E12 /* xml.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCF3B012770A8C00339E12 /* xml.h */; }; - 71EC88E11396273B004DCB6A /* osmo.icns in Resources */ = {isa = PBXBuildFile; fileRef = 71EC88E01396273B004DCB6A /* osmo.icns */; }; - 71F2A45E12830B5300C384DE /* libjs.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 71F2A45412830B1400C384DE /* libjs.a */; }; - 71F2A46E12830BE200C384DE /* libjpeg.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 71F2A45312830B1400C384DE /* libjpeg.a */; }; - 71F2A46F12830BE800C384DE /* libpng.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 71F2A45612830B1400C384DE /* libpng.a */; }; - 71F2A4BA12830E3000C384DE /* libfreetype.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 71F2A45112830B1400C384DE /* libfreetype.a */; }; - 71F2A4C512830E5A00C384DE /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 71847813127860F000917298 /* libz.dylib */; }; - 71F2A4D012830E7400C384DE /* libSDL.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 71F2A45712830B1400C384DE /* libSDL.a */; }; - 970A26C913434D2C0007362C /* m3u8.c in Sources */ = {isa = PBXBuildFile; fileRef = 970A26C713434D2C0007362C /* m3u8.c */; }; - 970A26CA13434D2C0007362C /* mpd.c in Sources */ = {isa = PBXBuildFile; fileRef = 970A26C813434D2C0007362C /* mpd.c */; }; - 970A26CD13434D780007362C /* m3u8.h in Headers */ = {isa = PBXBuildFile; fileRef = 970A26CB13434D780007362C /* m3u8.h */; }; - 970A26CE13434D780007362C /* mpd.h in Headers */ = {isa = PBXBuildFile; fileRef = 970A26CC13434D780007362C /* mpd.h */; }; - 970A26D213434D960007362C /* cache.h in Headers */ = {isa = PBXBuildFile; fileRef = 970A26CF13434D960007362C /* cache.h */; }; - 970A26D313434D960007362C /* ringbuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 970A26D013434D960007362C /* ringbuffer.h */; }; - 970A26D413434D960007362C /* unicode.h in Headers */ = {isa = PBXBuildFile; fileRef = 970A26D113434D960007362C /* unicode.h */; }; - 970A26D713434DAC0007362C /* ringbuffer.c in Sources */ = {isa = PBXBuildFile; fileRef = 970A26D513434DAC0007362C /* ringbuffer.c */; }; - 970A26D813434DAC0007362C /* unicode.c in Sources */ = {isa = PBXBuildFile; fileRef = 970A26D613434DAC0007362C /* unicode.c */; }; - 970A270E1343540C0007362C /* libgcc_s.1.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 970A270D1343540C0007362C /* libgcc_s.1.dylib */; }; - 970A27E2134377400007362C /* libgcc_s.1.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 970A270D1343540C0007362C /* libgcc_s.1.dylib */; }; - 970A27E3134377430007362C /* libgcc_s.1.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 970A270D1343540C0007362C /* libgcc_s.1.dylib */; }; - 970A27E4134377440007362C /* libgcc_s.1.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 970A270D1343540C0007362C /* libgcc_s.1.dylib */; }; - 970A27E5134377480007362C /* libgcc_s.1.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 970A270D1343540C0007362C /* libgcc_s.1.dylib */; }; - 970A27E6134377490007362C /* libgcc_s.1.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 970A270D1343540C0007362C /* libgcc_s.1.dylib */; }; - 970A27E71343774A0007362C /* libgcc_s.1.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 970A270D1343540C0007362C /* libgcc_s.1.dylib */; }; - 970A27E81343774B0007362C /* libgcc_s.1.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 970A270D1343540C0007362C /* libgcc_s.1.dylib */; }; - 970A27E91343774C0007362C /* libgcc_s.1.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 970A270D1343540C0007362C /* libgcc_s.1.dylib */; }; - 970A2840134462AE0007362C /* libgpac_dynamic.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 970A283F134462AE0007362C /* libgpac_dynamic.dylib */; }; - 970A2841134462AE0007362C /* libgpac_dynamic.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 970A283F134462AE0007362C /* libgpac_dynamic.dylib */; }; - 970A2842134462AE0007362C /* libgpac_dynamic.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 970A283F134462AE0007362C /* libgpac_dynamic.dylib */; }; - 970A2843134462AE0007362C /* libgpac_dynamic.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 970A283F134462AE0007362C /* libgpac_dynamic.dylib */; }; - 970A2844134462AE0007362C /* libgpac_dynamic.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 970A283F134462AE0007362C /* libgpac_dynamic.dylib */; }; - 970A2845134462AE0007362C /* libgpac_dynamic.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 970A283F134462AE0007362C /* libgpac_dynamic.dylib */; }; - 970A2846134462AE0007362C /* libgpac_dynamic.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 970A283F134462AE0007362C /* libgpac_dynamic.dylib */; }; - 970A2847134462AE0007362C /* libgpac_dynamic.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 970A283F134462AE0007362C /* libgpac_dynamic.dylib */; }; - 970A2848134462AE0007362C /* libgpac_dynamic.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 970A283F134462AE0007362C /* libgpac_dynamic.dylib */; }; - 970A2849134462AE0007362C /* libgpac_dynamic.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 970A283F134462AE0007362C /* libgpac_dynamic.dylib */; }; - 970A284A134462AE0007362C /* libgpac_dynamic.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 970A283F134462AE0007362C /* libgpac_dynamic.dylib */; }; - 970A284B134462AE0007362C /* libgpac_dynamic.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 970A283F134462AE0007362C /* libgpac_dynamic.dylib */; }; - 970A284C134462AE0007362C /* libgpac_dynamic.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 970A283F134462AE0007362C /* libgpac_dynamic.dylib */; }; - 970A284D134462AE0007362C /* libgpac_dynamic.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 970A283F134462AE0007362C /* libgpac_dynamic.dylib */; }; - 970A284E134462AE0007362C /* libgpac_dynamic.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 970A283F134462AE0007362C /* libgpac_dynamic.dylib */; }; - 970A284F134462AE0007362C /* libgpac_dynamic.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 970A283F134462AE0007362C /* libgpac_dynamic.dylib */; }; - 970A2850134462AE0007362C /* libgpac_dynamic.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 970A283F134462AE0007362C /* libgpac_dynamic.dylib */; }; - 970A2851134462AF0007362C /* libgpac_dynamic.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 970A283F134462AE0007362C /* libgpac_dynamic.dylib */; }; - 970A28531344632F0007362C /* libgpac_dynamic.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 970A28521344632F0007362C /* libgpac_dynamic.dylib */; }; - 970A28541344632F0007362C /* libgpac_dynamic.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 970A28521344632F0007362C /* libgpac_dynamic.dylib */; }; - 970A28551344632F0007362C /* libgpac_dynamic.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 970A28521344632F0007362C /* libgpac_dynamic.dylib */; }; - 970A28561344632F0007362C /* libgpac_dynamic.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 970A28521344632F0007362C /* libgpac_dynamic.dylib */; }; - 970A28571344632F0007362C /* libgpac_dynamic.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 970A28521344632F0007362C /* libgpac_dynamic.dylib */; }; - 970A28581344632F0007362C /* libgpac_dynamic.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 970A28521344632F0007362C /* libgpac_dynamic.dylib */; }; - 970A28591344632F0007362C /* libgpac_dynamic.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 970A28521344632F0007362C /* libgpac_dynamic.dylib */; }; - 970A285A1344632F0007362C /* libgpac_dynamic.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 970A28521344632F0007362C /* libgpac_dynamic.dylib */; }; - 970A285B1344632F0007362C /* libgpac_dynamic.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 970A28521344632F0007362C /* libgpac_dynamic.dylib */; }; - 970A285C1344632F0007362C /* libgpac_dynamic.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 970A28521344632F0007362C /* libgpac_dynamic.dylib */; }; - 970A285D1344632F0007362C /* libgpac_dynamic.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 970A28521344632F0007362C /* libgpac_dynamic.dylib */; }; - 970A285E1344632F0007362C /* libgpac_dynamic.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 970A28521344632F0007362C /* libgpac_dynamic.dylib */; }; - 970A285F1344632F0007362C /* libgpac_dynamic.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 970A28521344632F0007362C /* libgpac_dynamic.dylib */; }; - 970A28601344632F0007362C /* libgpac_dynamic.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 970A28521344632F0007362C /* libgpac_dynamic.dylib */; }; - 970A28611344632F0007362C /* libgpac_dynamic.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 970A28521344632F0007362C /* libgpac_dynamic.dylib */; }; - 970A28621344632F0007362C /* libgpac_dynamic.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 970A28521344632F0007362C /* libgpac_dynamic.dylib */; }; - 970A28631344632F0007362C /* libgpac_dynamic.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 970A28521344632F0007362C /* libgpac_dynamic.dylib */; }; - 970A28641344632F0007362C /* libgpac_dynamic.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 970A28521344632F0007362C /* libgpac_dynamic.dylib */; }; - 97FBAAE913BB61D700800B2F /* dvb.c in Sources */ = {isa = PBXBuildFile; fileRef = 97FBAAE813BB61D700800B2F /* dvb.c */; }; - 97FF0660138CE4C400D6C707 /* os_config_init.c in Sources */ = {isa = PBXBuildFile; fileRef = 97FF065F138CE4C400D6C707 /* os_config_init.c */; }; - 97FF0662138CE4E400D6C707 /* carousel.c in Sources */ = {isa = PBXBuildFile; fileRef = 97FF0661138CE4E400D6C707 /* carousel.c */; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - 713FD6E31393868200E8102E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */; - proxyType = 1; - remoteGlobalIDString = 718478371278647200917298; - remoteInfo = dummy_in; - }; - 718477D4127814D600917298 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */; - proxyType = 1; - remoteGlobalIDString = 71CCF1301277037A00339E12; - remoteInfo = libgpac_static; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXFileReference section */ - 71179CBF1292EC1800A83216 /* mpd_in.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpd_in.c; sourceTree = ""; }; - 71179CC41292EC3400A83216 /* gm_mpd_in.dylib */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = gm_mpd_in.dylib; sourceTree = BUILT_PRODUCTS_DIR; }; - 7141FF2F1292CB9200FCB27D /* alloc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = alloc.c; sourceTree = ""; }; - 7147425F12B918C900DB5A59 /* cache.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cache.c; sourceTree = ""; }; - 718477D0127814B200917298 /* libgpac_dynamic.dylib */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libgpac_dynamic.dylib; sourceTree = BUILT_PRODUCTS_DIR; }; - 718477F912781DEB00917298 /* empty.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = empty.c; sourceTree = ""; }; - 71847811127860F000917298 /* libc.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libc.dylib; path = usr/lib/libc.dylib; sourceTree = SDKROOT; }; - 71847813127860F000917298 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; }; - 718478311278645B00917298 /* gm_soft_raster.dylib */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = gm_soft_raster.dylib; sourceTree = BUILT_PRODUCTS_DIR; }; - 718478381278647200917298 /* gm_dummy_in.dylib */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = gm_dummy_in.dylib; sourceTree = BUILT_PRODUCTS_DIR; }; - 71847841127864AC00917298 /* gm_ctx_load.dylib */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = gm_ctx_load.dylib; sourceTree = BUILT_PRODUCTS_DIR; }; - 718478491278654000917298 /* gm_aac_in.dylib */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = gm_aac_in.dylib; sourceTree = BUILT_PRODUCTS_DIR; }; - 718478501278655800917298 /* gm_svg_in.dylib */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = gm_svg_in.dylib; sourceTree = BUILT_PRODUCTS_DIR; }; - 718478571278656E00917298 /* gm_mp3_in.dylib */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = gm_mp3_in.dylib; sourceTree = BUILT_PRODUCTS_DIR; }; - 7184785E1278657F00917298 /* gm_img_in.dylib */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = gm_img_in.dylib; sourceTree = BUILT_PRODUCTS_DIR; }; - 718478651278658A00917298 /* gm_bifs_dec.dylib */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = gm_bifs_dec.dylib; sourceTree = BUILT_PRODUCTS_DIR; }; - 7184786C127865A200917298 /* gm_gpac_js.dylib */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = gm_gpac_js.dylib; sourceTree = BUILT_PRODUCTS_DIR; }; - 71847873127865B700917298 /* gm_isom_in.dylib */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = gm_isom_in.dylib; sourceTree = BUILT_PRODUCTS_DIR; }; - 7184787A127865CB00917298 /* gm_laser_dec.dylib */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = gm_laser_dec.dylib; sourceTree = BUILT_PRODUCTS_DIR; }; - 71847881127865D600917298 /* gm_odf_dec.dylib */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = gm_odf_dec.dylib; sourceTree = BUILT_PRODUCTS_DIR; }; - 71847891127865F700917298 /* gm_rtp_in.dylib */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = gm_rtp_in.dylib; sourceTree = BUILT_PRODUCTS_DIR; }; - 718478981278660400917298 /* gm_mpegts_in.dylib */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = gm_mpegts_in.dylib; sourceTree = BUILT_PRODUCTS_DIR; }; - 7184789F1278661700917298 /* gm_ft_font.dylib */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = gm_ft_font.dylib; sourceTree = BUILT_PRODUCTS_DIR; }; - 718478A61278662F00917298 /* gm_widgetman.dylib */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = gm_widgetman.dylib; sourceTree = BUILT_PRODUCTS_DIR; }; - 718478B11278666100917298 /* gm_sdl_out.dylib */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = gm_sdl_out.dylib; sourceTree = BUILT_PRODUCTS_DIR; }; - 71A199071278765600ACFF58 /* aac_in.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = aac_in.c; sourceTree = ""; }; - 71A199081278765600ACFF58 /* faad_dec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = faad_dec.c; sourceTree = ""; }; - 71A1990E1278767B00ACFF58 /* bifs_dec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bifs_dec.c; sourceTree = ""; }; - 71A199151278769100ACFF58 /* ftgrays.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ftgrays.c; sourceTree = ""; }; - 71A199171278769100ACFF58 /* rast_soft.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rast_soft.h; sourceTree = ""; }; - 71A199181278769100ACFF58 /* raster_565.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = raster_565.c; sourceTree = ""; }; - 71A199191278769100ACFF58 /* raster_argb.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = raster_argb.c; sourceTree = ""; }; - 71A1991A1278769100ACFF58 /* raster_load.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = raster_load.c; sourceTree = ""; }; - 71A1991B1278769100ACFF58 /* raster_rgb.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = raster_rgb.c; sourceTree = ""; }; - 71A1991C1278769100ACFF58 /* stencil.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = stencil.c; sourceTree = ""; }; - 71A1991D1278769100ACFF58 /* surface.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = surface.c; sourceTree = ""; }; - 71A19928127876A200ACFF58 /* dummy_in.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dummy_in.c; sourceTree = ""; }; - 71A1992D127876B000ACFF58 /* ctx_load.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ctx_load.c; sourceTree = ""; }; - 71A19933127876C300ACFF58 /* svg_in.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = svg_in.c; sourceTree = ""; }; - 71A19937127876D300ACFF58 /* mad_dec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mad_dec.c; sourceTree = ""; }; - 71A19939127876D300ACFF58 /* mp3_in.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mp3_in.c; sourceTree = ""; }; - 71A1993E127876E300ACFF58 /* bmp_dec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bmp_dec.c; sourceTree = ""; }; - 71A1993F127876E300ACFF58 /* img_dec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = img_dec.c; sourceTree = ""; }; - 71A19940127876E300ACFF58 /* img_in.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = img_in.c; sourceTree = ""; }; - 71A19941127876E300ACFF58 /* img_in.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = img_in.h; sourceTree = ""; }; - 71A19942127876E300ACFF58 /* jp2_dec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jp2_dec.c; sourceTree = ""; }; - 71A19943127876E300ACFF58 /* jpeg_dec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jpeg_dec.c; sourceTree = ""; }; - 71A19945127876E300ACFF58 /* png_dec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = png_dec.c; sourceTree = ""; }; - 71A1994F127876FA00ACFF58 /* gpac_js.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = gpac_js.c; sourceTree = ""; }; - 71A199541278770900ACFF58 /* cache.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cache.c; sourceTree = ""; }; - 71A199551278770900ACFF58 /* isom_in.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = isom_in.h; sourceTree = ""; }; - 71A199561278770900ACFF58 /* load.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = load.c; sourceTree = ""; }; - 71A199581278770900ACFF58 /* read.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = read.c; sourceTree = ""; }; - 71A199591278770900ACFF58 /* read_ch.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = read_ch.c; sourceTree = ""; }; - 71A199611278772500ACFF58 /* laser_dec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = laser_dec.c; sourceTree = ""; }; - 71A199671278773900ACFF58 /* odf_dec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = odf_dec.c; sourceTree = ""; }; - 71A1996C1278774A00ACFF58 /* rtp_in.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rtp_in.c; sourceTree = ""; }; - 71A1996D1278774A00ACFF58 /* rtp_in.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rtp_in.h; sourceTree = ""; }; - 71A1996E1278774A00ACFF58 /* rtp_session.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rtp_session.c; sourceTree = ""; }; - 71A1996F1278774A00ACFF58 /* rtp_signaling.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rtp_signaling.c; sourceTree = ""; }; - 71A199701278774A00ACFF58 /* rtp_stream.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rtp_stream.c; sourceTree = ""; }; - 71A199711278774A00ACFF58 /* sdp_fetch.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sdp_fetch.c; sourceTree = ""; }; - 71A199721278774A00ACFF58 /* sdp_load.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sdp_load.c; sourceTree = ""; }; - 71A1997D1278775900ACFF58 /* mpegts_in.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpegts_in.c; sourceTree = ""; }; - 71A199811278776700ACFF58 /* ft_font.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ft_font.c; sourceTree = ""; }; - 71A199821278776700ACFF58 /* ft_font.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ft_font.h; sourceTree = ""; }; - 71A199891278777A00ACFF58 /* unzip.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = unzip.c; sourceTree = ""; }; - 71A1998A1278777A00ACFF58 /* unzip.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = unzip.h; sourceTree = ""; }; - 71A1998B1278777A00ACFF58 /* wgt_load.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = wgt_load.c; sourceTree = ""; }; - 71A1998C1278777A00ACFF58 /* wgt_load_base.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = wgt_load_base.js; sourceTree = ""; }; - 71A1998D1278777A00ACFF58 /* widget.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = widget.c; sourceTree = ""; }; - 71A1998E1278777A00ACFF58 /* widgetman.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = widgetman.c; sourceTree = ""; }; - 71A1998F1278777A00ACFF58 /* widgetman.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = widgetman.h; sourceTree = ""; }; - 71A199991278778800ACFF58 /* audio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = audio.c; sourceTree = ""; }; - 71A1999A1278778800ACFF58 /* cursors.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cursors.c; sourceTree = ""; }; - 71A1999C1278778800ACFF58 /* sdl_out.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sdl_out.c; sourceTree = ""; }; - 71A1999D1278778800ACFF58 /* sdl_out.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sdl_out.h; sourceTree = ""; }; - 71A1999E1278778800ACFF58 /* video.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = video.c; sourceTree = ""; }; - 71A1999F1278778800ACFF58 /* video2d.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = video2d.c; sourceTree = ""; }; - 71A19B1A12796B5600ACFF58 /* osmo4ios.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = osmo4ios.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 71A19B1C12796B5700ACFF58 /* osmo4ios-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "osmo4ios-Info.plist"; path = "../../applications/osmo4_ios/osmo4ios-Info.plist"; sourceTree = ""; }; - 71A19B2012796B6F00ACFF58 /* main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = main.c; path = ../../applications/osmo4_ios/main.c; sourceTree = SOURCE_ROOT; }; - 71A19B3F12796FCC00ACFF58 /* module_av_generic.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = module_av_generic.c; sourceTree = SOURCE_ROOT; }; - 71A19B411279713300ACFF58 /* extract.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = extract.c; path = ../../applications/osmo4_ios/extract.c; sourceTree = SOURCE_ROOT; }; - 71A19B43127971C700ACFF58 /* libgpac_symbols.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = libgpac_symbols.h; sourceTree = ""; }; - 71A19BB112797D1B00ACFF58 /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; }; - 71A19BB812797D4800ACFF58 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; }; - 71A19BC312797D9200ACFF58 /* libobjc.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libobjc.dylib; path = usr/lib/libobjc.dylib; sourceTree = SDKROOT; }; - 71A19BCC12797DBA00ACFF58 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; - 71A19C3A12797E4000ACFF58 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; - 71A19C3C12797E4000ACFF58 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; - 71A19C3E12797E4000ACFF58 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; - 71A19C4012797E4000ACFF58 /* libdl.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libdl.dylib; path = usr/lib/libdl.dylib; sourceTree = SDKROOT; }; - 71CCF1311277037A00339E12 /* libgpac_static.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libgpac_static.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 71CCF13A1277045100339E12 /* arith_decoder.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = arith_decoder.c; sourceTree = ""; }; - 71CCF13B1277045100339E12 /* bifs_codec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bifs_codec.c; sourceTree = ""; }; - 71CCF13C1277045100339E12 /* bifs_node_tables.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bifs_node_tables.c; sourceTree = ""; }; - 71CCF13D1277045100339E12 /* com_dec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = com_dec.c; sourceTree = ""; }; - 71CCF13E1277045100339E12 /* com_enc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = com_enc.c; sourceTree = ""; }; - 71CCF13F1277045100339E12 /* conditional.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = conditional.c; sourceTree = ""; }; - 71CCF1401277045100339E12 /* field_decode.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = field_decode.c; sourceTree = ""; }; - 71CCF1411277045100339E12 /* field_encode.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = field_encode.c; sourceTree = ""; }; - 71CCF1421277045100339E12 /* memory_decoder.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = memory_decoder.c; sourceTree = ""; }; - 71CCF1431277045100339E12 /* predictive_mffield.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = predictive_mffield.c; sourceTree = ""; }; - 71CCF1441277045100339E12 /* quant.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = quant.h; sourceTree = ""; }; - 71CCF1451277045100339E12 /* quantize.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = quantize.c; sourceTree = ""; }; - 71CCF1461277045100339E12 /* script.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = script.h; sourceTree = ""; }; - 71CCF1471277045100339E12 /* script_dec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = script_dec.c; sourceTree = ""; }; - 71CCF1481277045100339E12 /* script_enc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = script_enc.c; sourceTree = ""; }; - 71CCF1491277045100339E12 /* unquantize.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = unquantize.c; sourceTree = ""; }; - 71CCF14B1277045100339E12 /* audio_input.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = audio_input.c; sourceTree = ""; }; - 71CCF14C1277045100339E12 /* audio_mixer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = audio_mixer.c; sourceTree = ""; }; - 71CCF14D1277045100339E12 /* audio_render.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = audio_render.c; sourceTree = ""; }; - 71CCF14E1277045100339E12 /* bindable.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bindable.c; sourceTree = ""; }; - 71CCF14F1277045100339E12 /* camera.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = camera.c; sourceTree = ""; }; - 71CCF1501277045100339E12 /* compositor.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = compositor.c; sourceTree = ""; }; - 71CCF1511277045100339E12 /* compositor_2d.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = compositor_2d.c; sourceTree = ""; }; - 71CCF1521277045100339E12 /* compositor_3d.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = compositor_3d.c; sourceTree = ""; }; - 71CCF1531277045100339E12 /* compositor_node_init.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = compositor_node_init.c; sourceTree = ""; }; - 71CCF1541277045100339E12 /* drawable.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = drawable.c; sourceTree = ""; }; - 71CCF1551277045100339E12 /* drawable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = drawable.h; sourceTree = ""; }; - 71CCF1561277045100339E12 /* events.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = events.c; sourceTree = ""; }; - 71CCF1571277045100339E12 /* font_engine.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = font_engine.c; sourceTree = ""; }; - 71CCF1581277045100339E12 /* gl_inc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gl_inc.h; sourceTree = ""; }; - 71CCF1591277045100339E12 /* hardcoded_protos.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = hardcoded_protos.c; sourceTree = ""; }; - 71CCF15A1277045100339E12 /* hc_flash_shape.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = hc_flash_shape.c; sourceTree = ""; }; - 71CCF15B1277045100339E12 /* mesh.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mesh.c; sourceTree = ""; }; - 71CCF15C1277045100339E12 /* mesh_collide.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mesh_collide.c; sourceTree = ""; }; - 71CCF15D1277045100339E12 /* mesh_tesselate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mesh_tesselate.c; sourceTree = ""; }; - 71CCF15E1277045100339E12 /* mpeg4_animstream.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpeg4_animstream.c; sourceTree = ""; }; - 71CCF15F1277045100339E12 /* mpeg4_audio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpeg4_audio.c; sourceTree = ""; }; - 71CCF1601277045100339E12 /* mpeg4_background.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpeg4_background.c; sourceTree = ""; }; - 71CCF1611277045100339E12 /* mpeg4_background2d.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpeg4_background2d.c; sourceTree = ""; }; - 71CCF1621277045100339E12 /* mpeg4_bitmap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpeg4_bitmap.c; sourceTree = ""; }; - 71CCF1631277045100339E12 /* mpeg4_composite.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpeg4_composite.c; sourceTree = ""; }; - 71CCF1641277045100339E12 /* mpeg4_form.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpeg4_form.c; sourceTree = ""; }; - 71CCF1651277045100339E12 /* mpeg4_geometry_2d.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpeg4_geometry_2d.c; sourceTree = ""; }; - 71CCF1661277045100339E12 /* mpeg4_geometry_3d.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpeg4_geometry_3d.c; sourceTree = ""; }; - 71CCF1671277045100339E12 /* mpeg4_geometry_ifs2d.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpeg4_geometry_ifs2d.c; sourceTree = ""; }; - 71CCF1681277045100339E12 /* mpeg4_geometry_ils2d.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpeg4_geometry_ils2d.c; sourceTree = ""; }; - 71CCF1691277045100339E12 /* mpeg4_gradients.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpeg4_gradients.c; sourceTree = ""; }; - 71CCF16A1277045100339E12 /* mpeg4_grouping.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpeg4_grouping.c; sourceTree = ""; }; - 71CCF16B1277045100339E12 /* mpeg4_grouping.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mpeg4_grouping.h; sourceTree = ""; }; - 71CCF16C1277045100339E12 /* mpeg4_grouping_2d.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpeg4_grouping_2d.c; sourceTree = ""; }; - 71CCF16D1277045100339E12 /* mpeg4_grouping_3d.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpeg4_grouping_3d.c; sourceTree = ""; }; - 71CCF16E1277045100339E12 /* mpeg4_layer_2d.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpeg4_layer_2d.c; sourceTree = ""; }; - 71CCF16F1277045100339E12 /* mpeg4_layer_3d.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpeg4_layer_3d.c; sourceTree = ""; }; - 71CCF1701277045100339E12 /* mpeg4_layout.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpeg4_layout.c; sourceTree = ""; }; - 71CCF1711277045100339E12 /* mpeg4_lighting.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpeg4_lighting.c; sourceTree = ""; }; - 71CCF1721277045100339E12 /* mpeg4_path_layout.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpeg4_path_layout.c; sourceTree = ""; }; - 71CCF1731277045100339E12 /* mpeg4_sensors.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpeg4_sensors.c; sourceTree = ""; }; - 71CCF1741277045100339E12 /* mpeg4_sound.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpeg4_sound.c; sourceTree = ""; }; - 71CCF1751277045100339E12 /* mpeg4_text.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpeg4_text.c; sourceTree = ""; }; - 71CCF1761277045100339E12 /* mpeg4_textures.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpeg4_textures.c; sourceTree = ""; }; - 71CCF1771277045100339E12 /* mpeg4_timesensor.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpeg4_timesensor.c; sourceTree = ""; }; - 71CCF1781277045100339E12 /* mpeg4_viewport.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpeg4_viewport.c; sourceTree = ""; }; - 71CCF1791277045100339E12 /* navigate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = navigate.c; sourceTree = ""; }; - 71CCF17A1277045100339E12 /* nodes_stacks.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = nodes_stacks.h; sourceTree = ""; }; - 71CCF17B1277045100339E12 /* offscreen_cache.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = offscreen_cache.c; sourceTree = ""; }; - 71CCF17C1277045100339E12 /* offscreen_cache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = offscreen_cache.h; sourceTree = ""; }; - 71CCF17D1277045100339E12 /* svg_base.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = svg_base.c; sourceTree = ""; }; - 71CCF17E1277045100339E12 /* svg_filters.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = svg_filters.c; sourceTree = ""; }; - 71CCF17F1277045100339E12 /* svg_font.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = svg_font.c; sourceTree = ""; }; - 71CCF1801277045100339E12 /* svg_geometry.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = svg_geometry.c; sourceTree = ""; }; - 71CCF1811277045100339E12 /* svg_grouping.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = svg_grouping.c; sourceTree = ""; }; - 71CCF1821277045100339E12 /* svg_media.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = svg_media.c; sourceTree = ""; }; - 71CCF1831277045100339E12 /* svg_paint_servers.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = svg_paint_servers.c; sourceTree = ""; }; - 71CCF1841277045100339E12 /* svg_text.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = svg_text.c; sourceTree = ""; }; - 71CCF1851277045100339E12 /* texturing.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = texturing.c; sourceTree = ""; }; - 71CCF1861277045100339E12 /* texturing.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = texturing.h; sourceTree = ""; }; - 71CCF1871277045100339E12 /* texturing_gl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = texturing_gl.c; sourceTree = ""; }; - 71CCF1881277045100339E12 /* visual_manager.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = visual_manager.c; sourceTree = ""; }; - 71CCF1891277045100339E12 /* visual_manager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = visual_manager.h; sourceTree = ""; }; - 71CCF18A1277045100339E12 /* visual_manager_2d.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = visual_manager_2d.c; sourceTree = ""; }; - 71CCF18B1277045100339E12 /* visual_manager_2d.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = visual_manager_2d.h; sourceTree = ""; }; - 71CCF18C1277045100339E12 /* visual_manager_2d_draw.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = visual_manager_2d_draw.c; sourceTree = ""; }; - 71CCF18D1277045100339E12 /* visual_manager_3d.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = visual_manager_3d.c; sourceTree = ""; }; - 71CCF18E1277045100339E12 /* visual_manager_3d.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = visual_manager_3d.h; sourceTree = ""; }; - 71CCF18F1277045100339E12 /* visual_manager_3d_gl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = visual_manager_3d_gl.c; sourceTree = ""; }; - 71CCF1901277045100339E12 /* x3d_geometry.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = x3d_geometry.c; sourceTree = ""; }; - 71CCF1921277045100339E12 /* rtcp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rtcp.c; sourceTree = ""; }; - 71CCF1931277045100339E12 /* rtp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rtp.c; sourceTree = ""; }; - 71CCF1941277045100339E12 /* rtp_depacketizer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rtp_depacketizer.c; sourceTree = ""; }; - 71CCF1951277045100339E12 /* rtp_packetizer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rtp_packetizer.c; sourceTree = ""; }; - 71CCF1961277045100339E12 /* rtp_pck_3gpp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rtp_pck_3gpp.c; sourceTree = ""; }; - 71CCF1971277045100339E12 /* rtp_pck_mpeg12.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rtp_pck_mpeg12.c; sourceTree = ""; }; - 71CCF1981277045100339E12 /* rtp_pck_mpeg4.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rtp_pck_mpeg4.c; sourceTree = ""; }; - 71CCF1991277045100339E12 /* rtp_streamer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rtp_streamer.c; sourceTree = ""; }; - 71CCF19A1277045100339E12 /* rtsp_command.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rtsp_command.c; sourceTree = ""; }; - 71CCF19B1277045100339E12 /* rtsp_common.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rtsp_common.c; sourceTree = ""; }; - 71CCF19C1277045100339E12 /* rtsp_response.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rtsp_response.c; sourceTree = ""; }; - 71CCF19D1277045100339E12 /* rtsp_session.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rtsp_session.c; sourceTree = ""; }; - 71CCF19E1277045100339E12 /* sdp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sdp.c; sourceTree = ""; }; - 71CCF1A01277045100339E12 /* avc_ext.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = avc_ext.c; sourceTree = ""; }; - 71CCF1A11277045100339E12 /* box_code_3gpp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = box_code_3gpp.c; sourceTree = ""; }; - 71CCF1A21277045100339E12 /* box_code_apple.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = box_code_apple.c; sourceTree = ""; }; - 71CCF1A31277045100339E12 /* box_code_base.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = box_code_base.c; sourceTree = ""; }; - 71CCF1A41277045100339E12 /* box_code_isma.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = box_code_isma.c; sourceTree = ""; }; - 71CCF1A51277045100339E12 /* box_code_meta.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = box_code_meta.c; sourceTree = ""; }; - 71CCF1A61277045100339E12 /* box_dump.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = box_dump.c; sourceTree = ""; }; - 71CCF1A71277045100339E12 /* box_funcs.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = box_funcs.c; sourceTree = ""; }; - 71CCF1A81277045100339E12 /* data_map.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = data_map.c; sourceTree = ""; }; - 71CCF1A91277045100339E12 /* hint_track.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = hint_track.c; sourceTree = ""; }; - 71CCF1AA1277045100339E12 /* hinting.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = hinting.c; sourceTree = ""; }; - 71CCF1AB1277045100339E12 /* isma_sample.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = isma_sample.c; sourceTree = ""; }; - 71CCF1AC1277045100339E12 /* isom_intern.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = isom_intern.c; sourceTree = ""; }; - 71CCF1AD1277045100339E12 /* isom_read.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = isom_read.c; sourceTree = ""; }; - 71CCF1AE1277045100339E12 /* isom_store.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = isom_store.c; sourceTree = ""; }; - 71CCF1AF1277045100339E12 /* isom_write.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = isom_write.c; sourceTree = ""; }; - 71CCF1B01277045100339E12 /* media.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = media.c; sourceTree = ""; }; - 71CCF1B11277045100339E12 /* media_odf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = media_odf.c; sourceTree = ""; }; - 71CCF1B21277045100339E12 /* meta.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = meta.c; sourceTree = ""; }; - 71CCF1B31277045100339E12 /* movie_fragments.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = movie_fragments.c; sourceTree = ""; }; - 71CCF1B41277045100339E12 /* sample_descs.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sample_descs.c; sourceTree = ""; }; - 71CCF1B51277045100339E12 /* stbl_read.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = stbl_read.c; sourceTree = ""; }; - 71CCF1B61277045100339E12 /* stbl_write.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = stbl_write.c; sourceTree = ""; }; - 71CCF1B71277045100339E12 /* track.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = track.c; sourceTree = ""; }; - 71CCF1B81277045100339E12 /* tx3g.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tx3g.c; sourceTree = ""; }; - 71CCF1BA1277045100339E12 /* lsr_dec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lsr_dec.c; sourceTree = ""; }; - 71CCF1BB1277045100339E12 /* lsr_enc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lsr_enc.c; sourceTree = ""; }; - 71CCF1BC1277045100339E12 /* lsr_tables.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lsr_tables.c; sourceTree = ""; }; - 71CCF1BE1277045100339E12 /* cbc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cbc.c; sourceTree = ""; }; - 71CCF1BF1277045100339E12 /* cfb.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cfb.c; sourceTree = ""; }; - 71CCF1C01277045100339E12 /* ctr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ctr.c; sourceTree = ""; }; - 71CCF1C11277045100339E12 /* des.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = des.c; sourceTree = ""; }; - 71CCF1C21277045100339E12 /* ecb.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ecb.c; sourceTree = ""; }; - 71CCF1C31277045100339E12 /* g_crypt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = g_crypt.c; sourceTree = ""; }; - 71CCF1C41277045100339E12 /* ncfb.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ncfb.c; sourceTree = ""; }; - 71CCF1C51277045100339E12 /* nofb.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = nofb.c; sourceTree = ""; }; - 71CCF1C61277045100339E12 /* ofb.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ofb.c; sourceTree = ""; }; - 71CCF1C71277045100339E12 /* rijndael-128.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "rijndael-128.c"; sourceTree = ""; }; - 71CCF1C81277045100339E12 /* rijndael-192.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "rijndael-192.c"; sourceTree = ""; }; - 71CCF1C91277045100339E12 /* rijndael-256.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "rijndael-256.c"; sourceTree = ""; }; - 71CCF1CA1277045100339E12 /* sha1.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sha1.c; sourceTree = ""; }; - 71CCF1CB1277045100339E12 /* stream.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = stream.c; sourceTree = ""; }; - 71CCF1CC1277045100339E12 /* tripledes.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tripledes.c; sourceTree = ""; }; - 71CCF1CE1277045100339E12 /* av_parsers.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = av_parsers.c; sourceTree = ""; }; - 71CCF1CF1277045100339E12 /* avilib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = avilib.c; sourceTree = ""; }; - 71CCF1D01277045100339E12 /* dvb_mpe.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dvb_mpe.c; sourceTree = ""; }; - 71CCF1D11277045100339E12 /* filestreamer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = filestreamer.c; sourceTree = ""; }; - 71CCF1D21277045100339E12 /* gpac_ogg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = gpac_ogg.c; sourceTree = ""; }; - 71CCF1D31277045100339E12 /* img.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = img.c; sourceTree = ""; }; - 71CCF1D41277045100339E12 /* ismacryp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ismacryp.c; sourceTree = ""; }; - 71CCF1D51277045100339E12 /* isom_hinter.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = isom_hinter.c; sourceTree = ""; }; - 71CCF1D61277045100339E12 /* isom_tools.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = isom_tools.c; sourceTree = ""; }; - 71CCF1D71277045100339E12 /* m2ts_mux.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = m2ts_mux.c; sourceTree = ""; }; - 71CCF1D81277045100339E12 /* media_export.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = media_export.c; sourceTree = ""; }; - 71CCF1D91277045100339E12 /* media_import.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = media_import.c; sourceTree = ""; }; - 71CCF1DA1277045100339E12 /* mpeg2_ps.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpeg2_ps.c; sourceTree = ""; }; - 71CCF1DB1277045100339E12 /* mpeg2_ps.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mpeg2_ps.h; sourceTree = ""; }; - 71CCF1DC1277045100339E12 /* mpegts.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpegts.c; sourceTree = ""; }; - 71CCF1DD1277045100339E12 /* reedsolomon.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = reedsolomon.c; sourceTree = ""; }; - 71CCF1DE1277045100339E12 /* saf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = saf.c; sourceTree = ""; }; - 71CCF1DF1277045100339E12 /* text_import.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = text_import.c; sourceTree = ""; }; - 71CCF1E01277045100339E12 /* vobsub.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = vobsub.c; sourceTree = ""; }; - 71CCF1E21277045100339E12 /* desc_private.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = desc_private.c; sourceTree = ""; }; - 71CCF1E31277045100339E12 /* descriptors.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = descriptors.c; sourceTree = ""; }; - 71CCF1E41277045100339E12 /* ipmpx_code.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ipmpx_code.c; sourceTree = ""; }; - 71CCF1E51277045100339E12 /* ipmpx_dump.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ipmpx_dump.c; sourceTree = ""; }; - 71CCF1E61277045100339E12 /* ipmpx_parse.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ipmpx_parse.c; sourceTree = ""; }; - 71CCF1E71277045100339E12 /* oci_codec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = oci_codec.c; sourceTree = ""; }; - 71CCF1E81277045100339E12 /* odf_code.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = odf_code.c; sourceTree = ""; }; - 71CCF1E91277045100339E12 /* odf_codec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = odf_codec.c; sourceTree = ""; }; - 71CCF1EA1277045100339E12 /* odf_command.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = odf_command.c; sourceTree = ""; }; - 71CCF1EB1277045100339E12 /* odf_dump.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = odf_dump.c; sourceTree = ""; }; - 71CCF1EC1277045100339E12 /* odf_parse.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = odf_parse.c; sourceTree = ""; }; - 71CCF1ED1277045100339E12 /* qos.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = qos.c; sourceTree = ""; }; - 71CCF1EE1277045100339E12 /* slc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = slc.c; sourceTree = ""; }; - 71CCF1F01277045100339E12 /* encode_isom.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = encode_isom.c; sourceTree = ""; }; - 71CCF1F11277045100339E12 /* loader_bt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = loader_bt.c; sourceTree = ""; }; - 71CCF1F21277045100339E12 /* loader_isom.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = loader_isom.c; sourceTree = ""; }; - 71CCF1F31277045100339E12 /* loader_qt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = loader_qt.c; sourceTree = ""; }; - 71CCF1F41277045100339E12 /* loader_svg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = loader_svg.c; sourceTree = ""; }; - 71CCF1F51277045100339E12 /* loader_xmt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = loader_xmt.c; sourceTree = ""; }; - 71CCF1F61277045100339E12 /* scene_dump.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = scene_dump.c; sourceTree = ""; }; - 71CCF1F71277045100339E12 /* scene_engine.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = scene_engine.c; sourceTree = ""; }; - 71CCF1F81277045100339E12 /* scene_manager.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = scene_manager.c; sourceTree = ""; }; - 71CCF1F91277045100339E12 /* scene_stats.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = scene_stats.c; sourceTree = ""; }; - 71CCF1FA1277045100339E12 /* swf_bifs.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = swf_bifs.c; sourceTree = ""; }; - 71CCF1FB1277045100339E12 /* swf_parse.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = swf_parse.c; sourceTree = ""; }; - 71CCF1FC1277045100339E12 /* text_to_bifs.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = text_to_bifs.c; sourceTree = ""; }; - 71CCF1FE1277045100339E12 /* base_scenegraph.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = base_scenegraph.c; sourceTree = ""; }; - 71CCF1FF1277045100339E12 /* commands.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = commands.c; sourceTree = ""; }; - 71CCF2001277045100339E12 /* dom_events.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dom_events.c; sourceTree = ""; }; - 71CCF2011277045100339E12 /* dom_smjs.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dom_smjs.c; sourceTree = ""; }; - 71CCF2021277045100339E12 /* mpeg4_animators.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpeg4_animators.c; sourceTree = ""; }; - 71CCF2031277045100339E12 /* mpeg4_nodes.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpeg4_nodes.c; sourceTree = ""; }; - 71CCF2041277045100339E12 /* mpeg4_valuator.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpeg4_valuator.c; sourceTree = ""; }; - 71CCF2051277045100339E12 /* smil_anim.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = smil_anim.c; sourceTree = ""; }; - 71CCF2061277045100339E12 /* smil_timing.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = smil_timing.c; sourceTree = ""; }; - 71CCF2071277045100339E12 /* svg_attributes.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = svg_attributes.c; sourceTree = ""; }; - 71CCF2081277045100339E12 /* svg_properties.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = svg_properties.c; sourceTree = ""; }; - 71CCF2091277045100339E12 /* svg_smjs.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = svg_smjs.c; sourceTree = ""; }; - 71CCF20A1277045100339E12 /* svg_types.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = svg_types.c; sourceTree = ""; }; - 71CCF20B1277045100339E12 /* vrml_interpolators.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = vrml_interpolators.c; sourceTree = ""; }; - 71CCF20C1277045100339E12 /* vrml_proto.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = vrml_proto.c; sourceTree = ""; }; - 71CCF20D1277045100339E12 /* vrml_route.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = vrml_route.c; sourceTree = ""; }; - 71CCF20E1277045100339E12 /* vrml_script.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = vrml_script.c; sourceTree = ""; }; - 71CCF20F1277045100339E12 /* vrml_smjs.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = vrml_smjs.c; sourceTree = ""; }; - 71CCF2101277045100339E12 /* vrml_tools.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = vrml_tools.c; sourceTree = ""; }; - 71CCF2111277045100339E12 /* x3d_nodes.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = x3d_nodes.c; sourceTree = ""; }; - 71CCF2121277045100339E12 /* xbl_process.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = xbl_process.c; sourceTree = ""; }; - 71CCF2131277045100339E12 /* xml_ns.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = xml_ns.c; sourceTree = ""; }; - 71CCF2151277045100339E12 /* channel.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = channel.c; sourceTree = ""; }; - 71CCF2161277045100339E12 /* clock.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = clock.c; sourceTree = ""; }; - 71CCF2171277045100339E12 /* decoder.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = decoder.c; sourceTree = ""; }; - 71CCF2181277045100339E12 /* input_sensor.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = input_sensor.c; sourceTree = ""; }; - 71CCF2191277045100339E12 /* input_sensor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = input_sensor.h; sourceTree = ""; }; - 71CCF21A1277045100339E12 /* media_control.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = media_control.c; sourceTree = ""; }; - 71CCF21B1277045100339E12 /* media_control.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = media_control.h; sourceTree = ""; }; - 71CCF21C1277045100339E12 /* media_manager.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = media_manager.c; sourceTree = ""; }; - 71CCF21D1277045100339E12 /* media_memory.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = media_memory.c; sourceTree = ""; }; - 71CCF21E1277045100339E12 /* media_memory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = media_memory.h; sourceTree = ""; }; - 71CCF21F1277045100339E12 /* media_object.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = media_object.c; sourceTree = ""; }; - 71CCF2201277045100339E12 /* media_sensor.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = media_sensor.c; sourceTree = ""; }; - 71CCF2211277045100339E12 /* mpeg4_inline.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpeg4_inline.c; sourceTree = ""; }; - 71CCF2221277045100339E12 /* network_service.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = network_service.c; sourceTree = ""; }; - 71CCF2231277045100339E12 /* object_browser.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = object_browser.c; sourceTree = ""; }; - 71CCF2241277045100339E12 /* object_manager.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = object_manager.c; sourceTree = ""; }; - 71CCF2251277045100339E12 /* scene.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = scene.c; sourceTree = ""; }; - 71CCF2261277045100339E12 /* svg_external.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = svg_external.c; sourceTree = ""; }; - 71CCF2271277045100339E12 /* term_node_init.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = term_node_init.c; sourceTree = ""; }; - 71CCF2281277045100339E12 /* terminal.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = terminal.c; sourceTree = ""; }; - 71CCF22A1277045100339E12 /* base_encoding.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = base_encoding.c; sourceTree = ""; }; - 71CCF22B1277045100339E12 /* bitstream.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bitstream.c; sourceTree = ""; }; - 71CCF22C1277045100339E12 /* color.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = color.c; sourceTree = ""; }; - 71CCF22D1277045100339E12 /* configfile.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = configfile.c; sourceTree = ""; }; - 71CCF22E1277045100339E12 /* dlmalloc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dlmalloc.c; sourceTree = ""; }; - 71CCF22F1277045100339E12 /* downloader.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = downloader.c; sourceTree = ""; }; - 71CCF2301277045100339E12 /* error.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = error.c; sourceTree = ""; }; - 71CCF2321277045100339E12 /* list.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = list.c; sourceTree = ""; }; - 71CCF2331277045100339E12 /* math.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = math.c; sourceTree = ""; }; - 71CCF2341277045100339E12 /* module.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = module.c; sourceTree = ""; }; - 71CCF2351277045100339E12 /* module_wrap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = module_wrap.h; sourceTree = ""; }; - 71CCF2361277045100339E12 /* os_divers.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = os_divers.c; sourceTree = ""; }; - 71CCF2371277045100339E12 /* os_module.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = os_module.c; sourceTree = ""; }; - 71CCF2381277045100339E12 /* os_net.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = os_net.c; sourceTree = ""; }; - 71CCF2391277045100339E12 /* os_thread.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = os_thread.c; sourceTree = ""; }; - 71CCF23A1277045100339E12 /* path2d.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = path2d.c; sourceTree = ""; }; - 71CCF23B1277045100339E12 /* path2d_stroker.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = path2d_stroker.c; sourceTree = ""; }; - 71CCF23E1277045100339E12 /* token.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = token.c; sourceTree = ""; }; - 71CCF23F1277045100339E12 /* uni_bidi.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = uni_bidi.c; sourceTree = ""; }; - 71CCF2401277045100339E12 /* url.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = url.c; sourceTree = ""; }; - 71CCF2411277045100339E12 /* utf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = utf.c; sourceTree = ""; }; - 71CCF2421277045100339E12 /* xml_parser.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = xml_parser.c; sourceTree = ""; }; - 71CCF2441277045100339E12 /* zutil.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = zutil.c; sourceTree = ""; }; - 71CCF2451277045100339E12 /* zutil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = zutil.h; sourceTree = ""; }; - 71CCF36012770A8C00339E12 /* avparse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = avparse.h; sourceTree = ""; }; - 71CCF36112770A8C00339E12 /* base_coding.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = base_coding.h; sourceTree = ""; }; - 71CCF36212770A8C00339E12 /* bifs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bifs.h; sourceTree = ""; }; - 71CCF36312770A8C00339E12 /* bitstream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bitstream.h; sourceTree = ""; }; - 71CCF36412770A8C00339E12 /* color.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = color.h; sourceTree = ""; }; - 71CCF36512770A8C00339E12 /* compositor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = compositor.h; sourceTree = ""; }; - 71CCF36612770A8C00339E12 /* config_file.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config_file.h; sourceTree = ""; }; - 71CCF36712770A8C00339E12 /* configuration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = configuration.h; sourceTree = ""; }; - 71CCF36812770A8C00339E12 /* constants.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = constants.h; sourceTree = ""; }; - 71CCF36912770A8C00339E12 /* crypt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = crypt.h; sourceTree = ""; }; - 71CCF36A12770A8C00339E12 /* download.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = download.h; sourceTree = ""; }; - 71CCF36B12770A8C00339E12 /* dvb_mpe.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dvb_mpe.h; sourceTree = ""; }; - 71CCF36C12770A8C00339E12 /* esi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = esi.h; sourceTree = ""; }; - 71CCF36D12770A8C00339E12 /* events.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = events.h; sourceTree = ""; }; - 71CCF36E12770A8C00339E12 /* filestreamer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = filestreamer.h; sourceTree = ""; }; - 71CCF36F12770A8C00339E12 /* ietf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ietf.h; sourceTree = ""; }; - 71CCF37112770A8C00339E12 /* avilib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = avilib.h; sourceTree = ""; }; - 71CCF37212770A8C00339E12 /* bifs_dev.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bifs_dev.h; sourceTree = ""; }; - 71CCF37312770A8C00339E12 /* bifs_tables.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bifs_tables.h; sourceTree = ""; }; - 71CCF37412770A8C00339E12 /* camera.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = camera.h; sourceTree = ""; }; - 71CCF37512770A8C00339E12 /* compositor_dev.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = compositor_dev.h; sourceTree = ""; }; - 71CCF37612770A8C00339E12 /* crypt_dev.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = crypt_dev.h; sourceTree = ""; }; - 71CCF37712770A8C00339E12 /* dvb_mpe_dev.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dvb_mpe_dev.h; sourceTree = ""; }; - 71CCF37812770A8C00339E12 /* ietf_dev.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ietf_dev.h; sourceTree = ""; }; - 71CCF37912770A8C00339E12 /* isomedia_dev.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = isomedia_dev.h; sourceTree = ""; }; - 71CCF37A12770A8C00339E12 /* laser_dev.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = laser_dev.h; sourceTree = ""; }; - 71CCF37B12770A8C00339E12 /* media_dev.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = media_dev.h; sourceTree = ""; }; - 71CCF37C12770A8C00339E12 /* mesh.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mesh.h; sourceTree = ""; }; - 71CCF37D12770A8C00339E12 /* odf_dev.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = odf_dev.h; sourceTree = ""; }; - 71CCF37E12770A8C00339E12 /* ogg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ogg.h; sourceTree = ""; }; - 71CCF37F12770A8C00339E12 /* reedsolomon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = reedsolomon.h; sourceTree = ""; }; - 71CCF38012770A8C00339E12 /* scenegraph_dev.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scenegraph_dev.h; sourceTree = ""; }; - 71CCF38112770A8C00339E12 /* swf_dev.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = swf_dev.h; sourceTree = ""; }; - 71CCF38212770A8C00339E12 /* terminal_dev.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = terminal_dev.h; sourceTree = ""; }; - 71CCF38312770A8C00339E12 /* vobsub.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vobsub.h; sourceTree = ""; }; - 71CCF38412770A8C00339E12 /* ismacryp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ismacryp.h; sourceTree = ""; }; - 71CCF38512770A8C00339E12 /* iso639.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = iso639.h; sourceTree = ""; }; - 71CCF38612770A8C00339E12 /* isomedia.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = isomedia.h; sourceTree = ""; }; - 71CCF38712770A8C00339E12 /* laser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = laser.h; sourceTree = ""; }; - 71CCF38812770A8C00339E12 /* list.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = list.h; sourceTree = ""; }; - 71CCF38912770A8C00339E12 /* math.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = math.h; sourceTree = ""; }; - 71CCF38A12770A8C00339E12 /* media_tools.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = media_tools.h; sourceTree = ""; }; - 71CCF38B12770A8C00339E12 /* mediaobject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mediaobject.h; sourceTree = ""; }; - 71CCF38C12770A8C00339E12 /* module.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = module.h; sourceTree = ""; }; - 71CCF38E12770A8C00339E12 /* audio_out.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audio_out.h; sourceTree = ""; }; - 71CCF38F12770A8C00339E12 /* codec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = codec.h; sourceTree = ""; }; - 71CCF39012770A8C00339E12 /* font.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = font.h; sourceTree = ""; }; - 71CCF39112770A8C00339E12 /* ipmp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ipmp.h; sourceTree = ""; }; - 71CCF39212770A8C00339E12 /* js_usr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = js_usr.h; sourceTree = ""; }; - 71CCF39312770A8C00339E12 /* raster2d.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = raster2d.h; sourceTree = ""; }; - 71CCF39412770A8C00339E12 /* service.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = service.h; sourceTree = ""; }; - 71CCF39512770A8C00339E12 /* term_ext.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = term_ext.h; sourceTree = ""; }; - 71CCF39612770A8C00339E12 /* video_out.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = video_out.h; sourceTree = ""; }; - 71CCF39712770A8C00339E12 /* mpeg4_odf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mpeg4_odf.h; sourceTree = ""; }; - 71CCF39812770A8C00339E12 /* mpegts.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mpegts.h; sourceTree = ""; }; - 71CCF39912770A8C00339E12 /* network.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = network.h; sourceTree = ""; }; - 71CCF39A12770A8C00339E12 /* nodes_mpeg4.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = nodes_mpeg4.h; sourceTree = ""; }; - 71CCF39B12770A8C00339E12 /* nodes_svg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = nodes_svg.h; sourceTree = ""; }; - 71CCF39C12770A8C00339E12 /* nodes_x3d.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = nodes_x3d.h; sourceTree = ""; }; - 71CCF39D12770A8C00339E12 /* nodes_xbl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = nodes_xbl.h; sourceTree = ""; }; - 71CCF39E12770A8C00339E12 /* options.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = options.h; sourceTree = ""; }; - 71CCF39F12770A8C00339E12 /* path2d.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = path2d.h; sourceTree = ""; }; - 71CCF3A012770A8C00339E12 /* rtp_streamer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rtp_streamer.h; sourceTree = ""; }; - 71CCF3A112770A8C00339E12 /* scene_engine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scene_engine.h; sourceTree = ""; }; - 71CCF3A212770A8C00339E12 /* scene_manager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scene_manager.h; sourceTree = ""; }; - 71CCF3A312770A8C00339E12 /* scenegraph.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scenegraph.h; sourceTree = ""; }; - 71CCF3A412770A8C00339E12 /* scenegraph_svg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scenegraph_svg.h; sourceTree = ""; }; - 71CCF3A512770A8C00339E12 /* scenegraph_vrml.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scenegraph_vrml.h; sourceTree = ""; }; - 71CCF3A612770A8C00339E12 /* setup.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = setup.h; sourceTree = ""; }; - 71CCF3A712770A8C00339E12 /* svg_types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = svg_types.h; sourceTree = ""; }; - 71CCF3A812770A8C00339E12 /* sync_layer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sync_layer.h; sourceTree = ""; }; - 71CCF3A912770A8C00339E12 /* term_info.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = term_info.h; sourceTree = ""; }; - 71CCF3AA12770A8C00339E12 /* terminal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = terminal.h; sourceTree = ""; }; - 71CCF3AB12770A8C00339E12 /* thread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = thread.h; sourceTree = ""; }; - 71CCF3AC12770A8C00339E12 /* token.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = token.h; sourceTree = ""; }; - 71CCF3AD12770A8C00339E12 /* tools.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tools.h; sourceTree = ""; }; - 71CCF3AE12770A8C00339E12 /* user.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = user.h; sourceTree = ""; }; - 71CCF3AF12770A8C00339E12 /* utf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = utf.h; sourceTree = ""; }; - 71CCF3B012770A8C00339E12 /* xml.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xml.h; sourceTree = ""; }; - 71EC88E01396273B004DCB6A /* osmo.icns */ = {isa = PBXFileReference; explicitFileType = image.icns; name = osmo.icns; path = ../../applications/osmo4_ios/Resources/osmo.icns; sourceTree = SOURCE_ROOT; }; - 71F2A45012830B1400C384DE /* libfaad.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libfaad.a; path = ../../extra_lib/lib/iOS/libfaad.a; sourceTree = SOURCE_ROOT; }; - 71F2A45112830B1400C384DE /* libfreetype.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libfreetype.a; path = ../../extra_lib/lib/iOS/libfreetype.a; sourceTree = SOURCE_ROOT; }; - 71F2A45312830B1400C384DE /* libjpeg.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libjpeg.a; path = ../../extra_lib/lib/iOS/libjpeg.a; sourceTree = SOURCE_ROOT; }; - 71F2A45412830B1400C384DE /* libjs.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libjs.a; path = ../../extra_lib/lib/iOS/libjs.a; sourceTree = SOURCE_ROOT; }; - 71F2A45512830B1400C384DE /* libmad.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libmad.a; path = ../../extra_lib/lib/iOS/libmad.a; sourceTree = SOURCE_ROOT; }; - 71F2A45612830B1400C384DE /* libpng.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libpng.a; path = ../../extra_lib/lib/iOS/libpng.a; sourceTree = SOURCE_ROOT; }; - 71F2A45712830B1400C384DE /* libSDL.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libSDL.a; path = ../../extra_lib/lib/iOS/libSDL.a; sourceTree = SOURCE_ROOT; }; - 970A26C713434D2C0007362C /* m3u8.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = m3u8.c; sourceTree = ""; }; - 970A26C813434D2C0007362C /* mpd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpd.c; sourceTree = ""; }; - 970A26CB13434D780007362C /* m3u8.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = m3u8.h; sourceTree = ""; }; - 970A26CC13434D780007362C /* mpd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mpd.h; sourceTree = ""; }; - 970A26CF13434D960007362C /* cache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cache.h; sourceTree = ""; }; - 970A26D013434D960007362C /* ringbuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ringbuffer.h; sourceTree = ""; }; - 970A26D113434D960007362C /* unicode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = unicode.h; sourceTree = ""; }; - 970A26D513434DAC0007362C /* ringbuffer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ringbuffer.c; sourceTree = ""; }; - 970A26D613434DAC0007362C /* unicode.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = unicode.c; sourceTree = ""; }; - 970A270D1343540C0007362C /* libgcc_s.1.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libgcc_s.1.dylib; path = usr/lib/libgcc_s.1.dylib; sourceTree = SDKROOT; }; - 970A283F134462AE0007362C /* libgpac_dynamic.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libgpac_dynamic.dylib; path = "build/Release-iphonesimulator/libgpac_dynamic.dylib"; sourceTree = ""; }; - 970A28521344632F0007362C /* libgpac_dynamic.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libgpac_dynamic.dylib; path = ../../bin/iOS/osmo4ios.app/libgpac_dynamic.dylib; sourceTree = SOURCE_ROOT; }; - 97FBAAE813BB61D700800B2F /* dvb.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dvb.c; sourceTree = ""; }; - 97FF065F138CE4C400D6C707 /* os_config_init.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = os_config_init.c; sourceTree = ""; }; - 97FF0661138CE4E400D6C707 /* carousel.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = carousel.c; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 71179CC21292EC3400A83216 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 71179CF31292EDED00A83216 /* libc.dylib in Frameworks */, - 970A2850134462AE0007362C /* libgpac_dynamic.dylib in Frameworks */, - 970A28631344632F0007362C /* libgpac_dynamic.dylib in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 718477CE127814B200917298 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 718477E4127817B700917298 /* libgpac_static.a in Frameworks */, - 71847812127860F000917298 /* libc.dylib in Frameworks */, - 71847814127860F000917298 /* libz.dylib in Frameworks */, - 71F2A45E12830B5300C384DE /* libjs.a in Frameworks */, - 71F2A46E12830BE200C384DE /* libjpeg.a in Frameworks */, - 71F2A46F12830BE800C384DE /* libpng.a in Frameworks */, - 970A270E1343540C0007362C /* libgcc_s.1.dylib in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 7184782F1278645B00917298 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 71A19A1A12787BFB00ACFF58 /* libc.dylib in Frameworks */, - 970A27E2134377400007362C /* libgcc_s.1.dylib in Frameworks */, - 970A2840134462AE0007362C /* libgpac_dynamic.dylib in Frameworks */, - 970A28531344632F0007362C /* libgpac_dynamic.dylib in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 718478361278647200917298 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 71A19A2112787C3200ACFF58 /* libc.dylib in Frameworks */, - 970A2841134462AE0007362C /* libgpac_dynamic.dylib in Frameworks */, - 970A28541344632F0007362C /* libgpac_dynamic.dylib in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 7184783F127864AC00917298 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 71A19A2C12787C6800ACFF58 /* libc.dylib in Frameworks */, - 970A27E3134377430007362C /* libgcc_s.1.dylib in Frameworks */, - 970A2843134462AE0007362C /* libgpac_dynamic.dylib in Frameworks */, - 970A28561344632F0007362C /* libgpac_dynamic.dylib in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 718478471278654000917298 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 71A19A3F12787CB800ACFF58 /* libc.dylib in Frameworks */, - 71179CA31292E7BA00A83216 /* libfaad.a in Frameworks */, - 970A27E4134377440007362C /* libgcc_s.1.dylib in Frameworks */, - 970A2842134462AE0007362C /* libgpac_dynamic.dylib in Frameworks */, - 970A28551344632F0007362C /* libgpac_dynamic.dylib in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 7184784E1278655800917298 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 71A19A4512787CDB00ACFF58 /* libc.dylib in Frameworks */, - 71A19A4912787CF000ACFF58 /* libz.dylib in Frameworks */, - 970A2844134462AE0007362C /* libgpac_dynamic.dylib in Frameworks */, - 970A28571344632F0007362C /* libgpac_dynamic.dylib in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 718478551278656E00917298 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 71A19A5212787D0E00ACFF58 /* libc.dylib in Frameworks */, - 71179CAE1292E7F700A83216 /* libmad.a in Frameworks */, - 970A27E5134377480007362C /* libgcc_s.1.dylib in Frameworks */, - 970A2845134462AE0007362C /* libgpac_dynamic.dylib in Frameworks */, - 970A28581344632F0007362C /* libgpac_dynamic.dylib in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 7184785C1278657F00917298 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 71A19A5B12787D2A00ACFF58 /* libc.dylib in Frameworks */, - 970A2846134462AE0007362C /* libgpac_dynamic.dylib in Frameworks */, - 970A28591344632F0007362C /* libgpac_dynamic.dylib in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 718478631278658A00917298 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 71A19A6112787D4000ACFF58 /* libc.dylib in Frameworks */, - 970A2847134462AE0007362C /* libgpac_dynamic.dylib in Frameworks */, - 970A285A1344632F0007362C /* libgpac_dynamic.dylib in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 7184786A127865A200917298 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 71A19A6712787D8300ACFF58 /* libc.dylib in Frameworks */, - 970A2848134462AE0007362C /* libgpac_dynamic.dylib in Frameworks */, - 970A285B1344632F0007362C /* libgpac_dynamic.dylib in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 71847871127865B700917298 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 71A19A6D12787D9800ACFF58 /* libc.dylib in Frameworks */, - 970A27E6134377490007362C /* libgcc_s.1.dylib in Frameworks */, - 970A2849134462AE0007362C /* libgpac_dynamic.dylib in Frameworks */, - 970A285C1344632F0007362C /* libgpac_dynamic.dylib in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 71847878127865CB00917298 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 71A19A7712787DC100ACFF58 /* libc.dylib in Frameworks */, - 970A284A134462AE0007362C /* libgpac_dynamic.dylib in Frameworks */, - 970A285D1344632F0007362C /* libgpac_dynamic.dylib in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 7184787F127865D600917298 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 71A19A7D12787DD700ACFF58 /* libc.dylib in Frameworks */, - 970A284B134462AE0007362C /* libgpac_dynamic.dylib in Frameworks */, - 970A285E1344632F0007362C /* libgpac_dynamic.dylib in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 7184788F127865F700917298 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 71A19A8312787DED00ACFF58 /* libc.dylib in Frameworks */, - 970A27E71343774A0007362C /* libgcc_s.1.dylib in Frameworks */, - 970A284D134462AE0007362C /* libgpac_dynamic.dylib in Frameworks */, - 970A28601344632F0007362C /* libgpac_dynamic.dylib in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 718478961278660400917298 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 71A19A8912787E0400ACFF58 /* libc.dylib in Frameworks */, - 970A27E81343774B0007362C /* libgcc_s.1.dylib in Frameworks */, - 970A284C134462AE0007362C /* libgpac_dynamic.dylib in Frameworks */, - 970A285F1344632F0007362C /* libgpac_dynamic.dylib in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 7184789D1278661700917298 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 71A19AA612795BE100ACFF58 /* libc.dylib in Frameworks */, - 71F2A4BA12830E3000C384DE /* libfreetype.a in Frameworks */, - 71F2A4C512830E5A00C384DE /* libz.dylib in Frameworks */, - 970A27E91343774C0007362C /* libgcc_s.1.dylib in Frameworks */, - 970A284E134462AE0007362C /* libgpac_dynamic.dylib in Frameworks */, - 970A28611344632F0007362C /* libgpac_dynamic.dylib in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 718478A41278662F00917298 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 71A19AAF12795C3100ACFF58 /* libc.dylib in Frameworks */, - 71A19AB312795C4900ACFF58 /* libz.dylib in Frameworks */, - 970A284F134462AE0007362C /* libgpac_dynamic.dylib in Frameworks */, - 970A28621344632F0007362C /* libgpac_dynamic.dylib in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 718478AF1278666100917298 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 71A19ABE12795C7E00ACFF58 /* libc.dylib in Frameworks */, - 970A2851134462AF0007362C /* libgpac_dynamic.dylib in Frameworks */, - 970A28641344632F0007362C /* libgpac_dynamic.dylib in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 71A19B1812796B5600ACFF58 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 71A19BB212797D1B00ACFF58 /* OpenGLES.framework in Frameworks */, - 71A19BB912797D4800ACFF58 /* AudioToolbox.framework in Frameworks */, - 71A19BC412797D9200ACFF58 /* libobjc.dylib in Frameworks */, - 71A19BCD12797DBA00ACFF58 /* UIKit.framework in Frameworks */, - 71A19C3B12797E4000ACFF58 /* CoreGraphics.framework in Frameworks */, - 71A19C3D12797E4000ACFF58 /* Foundation.framework in Frameworks */, - 71A19C3F12797E4000ACFF58 /* QuartzCore.framework in Frameworks */, - 71A19C4112797E4000ACFF58 /* libdl.dylib in Frameworks */, - 71F2A4D012830E7400C384DE /* libSDL.a in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 71CCF12F1277037A00339E12 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 29B97314FDCFA39411CA2CEA /* CustomTemplate */ = { - isa = PBXGroup; - children = ( - 71179CB91292EC1800A83216 /* mpd_in */, - 71A199061278765600ACFF58 /* aac_in */, - 71A1990D1278767B00ACFF58 /* bifs_dec */, - 71A1992C127876B000ACFF58 /* ctx_load */, - 71A19927127876A200ACFF58 /* dummy_in */, - 71A199801278776700ACFF58 /* ft_font */, - 71A1994E127876FA00ACFF58 /* gpac_js */, - 71A1993D127876E300ACFF58 /* img_in */, - 71A199531278770900ACFF58 /* isom_in */, - 71A199601278772500ACFF58 /* laser_dec */, - 71CCF1381277041D00339E12 /* libgpac */, - 71A19936127876D300ACFF58 /* mp3_in */, - 71A1997B1278775900ACFF58 /* mpegts_in */, - 71A199651278773900ACFF58 /* odf_dec */, - 71A19B1412796AC700ACFF58 /* osmo4iOS */, - 71A1996A1278774A00ACFF58 /* rtp_in */, - 71A199981278778800ACFF58 /* sdl_out */, - 71A199141278769100ACFF58 /* soft_raster */, - 71A19931127876C300ACFF58 /* svg_in */, - 71A199871278777A00ACFF58 /* widgetman */, - 7184780712785F7B00917298 /* Frameworks */, - 71CCF1321277037A00339E12 /* Products */, - ); - name = CustomTemplate; - sourceTree = ""; - }; - 71179CB91292EC1800A83216 /* mpd_in */ = { - isa = PBXGroup; - children = ( - 71179CBF1292EC1800A83216 /* mpd_in.c */, - ); - name = mpd_in; - path = ../../modules/mpd_in; - sourceTree = SOURCE_ROOT; - }; - 7184780712785F7B00917298 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 970A28521344632F0007362C /* libgpac_dynamic.dylib */, - 970A283F134462AE0007362C /* libgpac_dynamic.dylib */, - 970A270D1343540C0007362C /* libgcc_s.1.dylib */, - 71F2A45012830B1400C384DE /* libfaad.a */, - 71F2A45112830B1400C384DE /* libfreetype.a */, - 71F2A45312830B1400C384DE /* libjpeg.a */, - 71F2A45412830B1400C384DE /* libjs.a */, - 71F2A45512830B1400C384DE /* libmad.a */, - 71F2A45612830B1400C384DE /* libpng.a */, - 71F2A45712830B1400C384DE /* libSDL.a */, - 71A19C3A12797E4000ACFF58 /* CoreGraphics.framework */, - 71A19C3C12797E4000ACFF58 /* Foundation.framework */, - 71A19C3E12797E4000ACFF58 /* QuartzCore.framework */, - 71A19C4012797E4000ACFF58 /* libdl.dylib */, - 71A19BB112797D1B00ACFF58 /* OpenGLES.framework */, - 71A19BB812797D4800ACFF58 /* AudioToolbox.framework */, - 71A19BC312797D9200ACFF58 /* libobjc.dylib */, - 71A19BCC12797DBA00ACFF58 /* UIKit.framework */, - 71847811127860F000917298 /* libc.dylib */, - 71847813127860F000917298 /* libz.dylib */, - ); - name = Frameworks; - sourceTree = ""; - }; - 71A199061278765600ACFF58 /* aac_in */ = { - isa = PBXGroup; - children = ( - 71A199071278765600ACFF58 /* aac_in.c */, - 71A199081278765600ACFF58 /* faad_dec.c */, - ); - name = aac_in; - path = ../../modules/aac_in; - sourceTree = SOURCE_ROOT; - }; - 71A1990D1278767B00ACFF58 /* bifs_dec */ = { - isa = PBXGroup; - children = ( - 71A1990E1278767B00ACFF58 /* bifs_dec.c */, - ); - name = bifs_dec; - path = ../../modules/bifs_dec; - sourceTree = SOURCE_ROOT; - }; - 71A199141278769100ACFF58 /* soft_raster */ = { - isa = PBXGroup; - children = ( - 71A199151278769100ACFF58 /* ftgrays.c */, - 71A199171278769100ACFF58 /* rast_soft.h */, - 71A199181278769100ACFF58 /* raster_565.c */, - 71A199191278769100ACFF58 /* raster_argb.c */, - 71A1991A1278769100ACFF58 /* raster_load.c */, - 71A1991B1278769100ACFF58 /* raster_rgb.c */, - 71A1991C1278769100ACFF58 /* stencil.c */, - 71A1991D1278769100ACFF58 /* surface.c */, - ); - name = soft_raster; - path = ../../modules/soft_raster; - sourceTree = SOURCE_ROOT; - }; - 71A19927127876A200ACFF58 /* dummy_in */ = { - isa = PBXGroup; - children = ( - 71A19928127876A200ACFF58 /* dummy_in.c */, - ); - name = dummy_in; - path = ../../modules/dummy_in; - sourceTree = SOURCE_ROOT; - }; - 71A1992C127876B000ACFF58 /* ctx_load */ = { - isa = PBXGroup; - children = ( - 71A1992D127876B000ACFF58 /* ctx_load.c */, - ); - name = ctx_load; - path = ../../modules/ctx_load; - sourceTree = SOURCE_ROOT; - }; - 71A19931127876C300ACFF58 /* svg_in */ = { - isa = PBXGroup; - children = ( - 71A19933127876C300ACFF58 /* svg_in.c */, - ); - name = svg_in; - path = ../../modules/svg_in; - sourceTree = SOURCE_ROOT; - }; - 71A19936127876D300ACFF58 /* mp3_in */ = { - isa = PBXGroup; - children = ( - 71A19937127876D300ACFF58 /* mad_dec.c */, - 71A19939127876D300ACFF58 /* mp3_in.c */, - ); - name = mp3_in; - path = ../../modules/mp3_in; - sourceTree = SOURCE_ROOT; - }; - 71A1993D127876E300ACFF58 /* img_in */ = { - isa = PBXGroup; - children = ( - 71A1993E127876E300ACFF58 /* bmp_dec.c */, - 71A1993F127876E300ACFF58 /* img_dec.c */, - 71A19940127876E300ACFF58 /* img_in.c */, - 71A19941127876E300ACFF58 /* img_in.h */, - 71A19942127876E300ACFF58 /* jp2_dec.c */, - 71A19943127876E300ACFF58 /* jpeg_dec.c */, - 71A19945127876E300ACFF58 /* png_dec.c */, - ); - name = img_in; - path = ../../modules/img_in; - sourceTree = SOURCE_ROOT; - }; - 71A1994E127876FA00ACFF58 /* gpac_js */ = { - isa = PBXGroup; - children = ( - 71A1994F127876FA00ACFF58 /* gpac_js.c */, - ); - name = gpac_js; - path = ../../modules/gpac_js; - sourceTree = SOURCE_ROOT; - }; - 71A199531278770900ACFF58 /* isom_in */ = { - isa = PBXGroup; - children = ( - 71A199541278770900ACFF58 /* cache.c */, - 71A199551278770900ACFF58 /* isom_in.h */, - 71A199561278770900ACFF58 /* load.c */, - 71A199581278770900ACFF58 /* read.c */, - 71A199591278770900ACFF58 /* read_ch.c */, - ); - name = isom_in; - path = ../../modules/isom_in; - sourceTree = SOURCE_ROOT; - }; - 71A199601278772500ACFF58 /* laser_dec */ = { - isa = PBXGroup; - children = ( - 71A199611278772500ACFF58 /* laser_dec.c */, - ); - name = laser_dec; - path = ../../modules/laser_dec; - sourceTree = SOURCE_ROOT; - }; - 71A199651278773900ACFF58 /* odf_dec */ = { - isa = PBXGroup; - children = ( - 71A199671278773900ACFF58 /* odf_dec.c */, - ); - name = odf_dec; - path = ../../modules/odf_dec; - sourceTree = SOURCE_ROOT; - }; - 71A1996A1278774A00ACFF58 /* rtp_in */ = { - isa = PBXGroup; - children = ( - 71A1996C1278774A00ACFF58 /* rtp_in.c */, - 71A1996D1278774A00ACFF58 /* rtp_in.h */, - 71A1996E1278774A00ACFF58 /* rtp_session.c */, - 71A1996F1278774A00ACFF58 /* rtp_signaling.c */, - 71A199701278774A00ACFF58 /* rtp_stream.c */, - 71A199711278774A00ACFF58 /* sdp_fetch.c */, - 71A199721278774A00ACFF58 /* sdp_load.c */, - ); - name = rtp_in; - path = ../../modules/rtp_in; - sourceTree = SOURCE_ROOT; - }; - 71A1997B1278775900ACFF58 /* mpegts_in */ = { - isa = PBXGroup; - children = ( - 71A1997D1278775900ACFF58 /* mpegts_in.c */, - ); - name = mpegts_in; - path = ../../modules/mpegts_in; - sourceTree = SOURCE_ROOT; - }; - 71A199801278776700ACFF58 /* ft_font */ = { - isa = PBXGroup; - children = ( - 71A199811278776700ACFF58 /* ft_font.c */, - 71A199821278776700ACFF58 /* ft_font.h */, - ); - name = ft_font; - path = ../../modules/ft_font; - sourceTree = SOURCE_ROOT; - }; - 71A199871278777A00ACFF58 /* widgetman */ = { - isa = PBXGroup; - children = ( - 71A199891278777A00ACFF58 /* unzip.c */, - 71A1998A1278777A00ACFF58 /* unzip.h */, - 71A1998B1278777A00ACFF58 /* wgt_load.c */, - 71A1998C1278777A00ACFF58 /* wgt_load_base.js */, - 71A1998D1278777A00ACFF58 /* widget.c */, - 71A1998E1278777A00ACFF58 /* widgetman.c */, - 71A1998F1278777A00ACFF58 /* widgetman.h */, - ); - name = widgetman; - path = ../../modules/widgetman; - sourceTree = SOURCE_ROOT; - }; - 71A199981278778800ACFF58 /* sdl_out */ = { - isa = PBXGroup; - children = ( - 71A19B3F12796FCC00ACFF58 /* module_av_generic.c */, - 71A199991278778800ACFF58 /* audio.c */, - 71A1999A1278778800ACFF58 /* cursors.c */, - 71A1999C1278778800ACFF58 /* sdl_out.c */, - 71A1999D1278778800ACFF58 /* sdl_out.h */, - 71A1999E1278778800ACFF58 /* video.c */, - 71A1999F1278778800ACFF58 /* video2d.c */, - ); - name = sdl_out; - path = ../../modules/sdl_out; - sourceTree = SOURCE_ROOT; - }; - 71A19B1412796AC700ACFF58 /* osmo4iOS */ = { - isa = PBXGroup; - children = ( - 71EC88E01396273B004DCB6A /* osmo.icns */, - 71A19B43127971C700ACFF58 /* libgpac_symbols.h */, - 71A19B411279713300ACFF58 /* extract.c */, - 71A19B2012796B6F00ACFF58 /* main.c */, - 71A19B1C12796B5700ACFF58 /* osmo4ios-Info.plist */, - ); - name = osmo4iOS; - sourceTree = ""; - }; - 71CCF1321277037A00339E12 /* Products */ = { - isa = PBXGroup; - children = ( - 71CCF1311277037A00339E12 /* libgpac_static.a */, - 718477D0127814B200917298 /* libgpac_dynamic.dylib */, - 718478311278645B00917298 /* gm_soft_raster.dylib */, - 718478381278647200917298 /* gm_dummy_in.dylib */, - 71847841127864AC00917298 /* gm_ctx_load.dylib */, - 718478491278654000917298 /* gm_aac_in.dylib */, - 718478501278655800917298 /* gm_svg_in.dylib */, - 718478571278656E00917298 /* gm_mp3_in.dylib */, - 7184785E1278657F00917298 /* gm_img_in.dylib */, - 718478651278658A00917298 /* gm_bifs_dec.dylib */, - 7184786C127865A200917298 /* gm_gpac_js.dylib */, - 71847873127865B700917298 /* gm_isom_in.dylib */, - 7184787A127865CB00917298 /* gm_laser_dec.dylib */, - 71847881127865D600917298 /* gm_odf_dec.dylib */, - 71847891127865F700917298 /* gm_rtp_in.dylib */, - 718478981278660400917298 /* gm_mpegts_in.dylib */, - 7184789F1278661700917298 /* gm_ft_font.dylib */, - 718478A61278662F00917298 /* gm_widgetman.dylib */, - 718478B11278666100917298 /* gm_sdl_out.dylib */, - 71A19B1A12796B5600ACFF58 /* osmo4ios.app */, - 71179CC41292EC3400A83216 /* gm_mpd_in.dylib */, - ); - name = Products; - sourceTree = ""; - }; - 71CCF1381277041D00339E12 /* libgpac */ = { - isa = PBXGroup; - children = ( - 718477F912781DEB00917298 /* empty.c */, - 71CCF35E12770A8C00339E12 /* include */, - 71CCF1391277045100339E12 /* bifs */, - 71CCF14A1277045100339E12 /* compositor */, - 71CCF1911277045100339E12 /* ietf */, - 71CCF19F1277045100339E12 /* isomedia */, - 71CCF1B91277045100339E12 /* laser */, - 71CCF1BD1277045100339E12 /* mcrypt */, - 71CCF1CD1277045100339E12 /* media_tools */, - 71CCF1E11277045100339E12 /* odf */, - 71CCF1EF1277045100339E12 /* scene_manager */, - 71CCF1FD1277045100339E12 /* scenegraph */, - 71CCF2141277045100339E12 /* terminal */, - 71CCF2291277045100339E12 /* utils */, - ); - name = libgpac; - sourceTree = ""; - }; - 71CCF1391277045100339E12 /* bifs */ = { - isa = PBXGroup; - children = ( - 71CCF13A1277045100339E12 /* arith_decoder.c */, - 71CCF13B1277045100339E12 /* bifs_codec.c */, - 71CCF13C1277045100339E12 /* bifs_node_tables.c */, - 71CCF13D1277045100339E12 /* com_dec.c */, - 71CCF13E1277045100339E12 /* com_enc.c */, - 71CCF13F1277045100339E12 /* conditional.c */, - 71CCF1401277045100339E12 /* field_decode.c */, - 71CCF1411277045100339E12 /* field_encode.c */, - 71CCF1421277045100339E12 /* memory_decoder.c */, - 71CCF1431277045100339E12 /* predictive_mffield.c */, - 71CCF1441277045100339E12 /* quant.h */, - 71CCF1451277045100339E12 /* quantize.c */, - 71CCF1461277045100339E12 /* script.h */, - 71CCF1471277045100339E12 /* script_dec.c */, - 71CCF1481277045100339E12 /* script_enc.c */, - 71CCF1491277045100339E12 /* unquantize.c */, - ); - name = bifs; - path = ../../src/bifs; - sourceTree = SOURCE_ROOT; - }; - 71CCF14A1277045100339E12 /* compositor */ = { - isa = PBXGroup; - children = ( - 71CCF14B1277045100339E12 /* audio_input.c */, - 71CCF14C1277045100339E12 /* audio_mixer.c */, - 71CCF14D1277045100339E12 /* audio_render.c */, - 71CCF14E1277045100339E12 /* bindable.c */, - 71CCF14F1277045100339E12 /* camera.c */, - 71CCF1501277045100339E12 /* compositor.c */, - 71CCF1511277045100339E12 /* compositor_2d.c */, - 71CCF1521277045100339E12 /* compositor_3d.c */, - 71CCF1531277045100339E12 /* compositor_node_init.c */, - 71CCF1541277045100339E12 /* drawable.c */, - 71CCF1551277045100339E12 /* drawable.h */, - 71CCF1561277045100339E12 /* events.c */, - 71CCF1571277045100339E12 /* font_engine.c */, - 71CCF1581277045100339E12 /* gl_inc.h */, - 71CCF1591277045100339E12 /* hardcoded_protos.c */, - 71CCF15A1277045100339E12 /* hc_flash_shape.c */, - 71CCF15B1277045100339E12 /* mesh.c */, - 71CCF15C1277045100339E12 /* mesh_collide.c */, - 71CCF15D1277045100339E12 /* mesh_tesselate.c */, - 71CCF15E1277045100339E12 /* mpeg4_animstream.c */, - 71CCF15F1277045100339E12 /* mpeg4_audio.c */, - 71CCF1601277045100339E12 /* mpeg4_background.c */, - 71CCF1611277045100339E12 /* mpeg4_background2d.c */, - 71CCF1621277045100339E12 /* mpeg4_bitmap.c */, - 71CCF1631277045100339E12 /* mpeg4_composite.c */, - 71CCF1641277045100339E12 /* mpeg4_form.c */, - 71CCF1651277045100339E12 /* mpeg4_geometry_2d.c */, - 71CCF1661277045100339E12 /* mpeg4_geometry_3d.c */, - 71CCF1671277045100339E12 /* mpeg4_geometry_ifs2d.c */, - 71CCF1681277045100339E12 /* mpeg4_geometry_ils2d.c */, - 71CCF1691277045100339E12 /* mpeg4_gradients.c */, - 71CCF16A1277045100339E12 /* mpeg4_grouping.c */, - 71CCF16B1277045100339E12 /* mpeg4_grouping.h */, - 71CCF16C1277045100339E12 /* mpeg4_grouping_2d.c */, - 71CCF16D1277045100339E12 /* mpeg4_grouping_3d.c */, - 71CCF16E1277045100339E12 /* mpeg4_layer_2d.c */, - 71CCF16F1277045100339E12 /* mpeg4_layer_3d.c */, - 71CCF1701277045100339E12 /* mpeg4_layout.c */, - 71CCF1711277045100339E12 /* mpeg4_lighting.c */, - 71CCF1721277045100339E12 /* mpeg4_path_layout.c */, - 71CCF1731277045100339E12 /* mpeg4_sensors.c */, - 71CCF1741277045100339E12 /* mpeg4_sound.c */, - 71CCF1751277045100339E12 /* mpeg4_text.c */, - 71CCF1761277045100339E12 /* mpeg4_textures.c */, - 71CCF1771277045100339E12 /* mpeg4_timesensor.c */, - 71CCF1781277045100339E12 /* mpeg4_viewport.c */, - 71CCF1791277045100339E12 /* navigate.c */, - 71CCF17A1277045100339E12 /* nodes_stacks.h */, - 71CCF17B1277045100339E12 /* offscreen_cache.c */, - 71CCF17C1277045100339E12 /* offscreen_cache.h */, - 71CCF17D1277045100339E12 /* svg_base.c */, - 71CCF17E1277045100339E12 /* svg_filters.c */, - 71CCF17F1277045100339E12 /* svg_font.c */, - 71CCF1801277045100339E12 /* svg_geometry.c */, - 71CCF1811277045100339E12 /* svg_grouping.c */, - 71CCF1821277045100339E12 /* svg_media.c */, - 71CCF1831277045100339E12 /* svg_paint_servers.c */, - 71CCF1841277045100339E12 /* svg_text.c */, - 71CCF1851277045100339E12 /* texturing.c */, - 71CCF1861277045100339E12 /* texturing.h */, - 71CCF1871277045100339E12 /* texturing_gl.c */, - 71CCF1881277045100339E12 /* visual_manager.c */, - 71CCF1891277045100339E12 /* visual_manager.h */, - 71CCF18A1277045100339E12 /* visual_manager_2d.c */, - 71CCF18B1277045100339E12 /* visual_manager_2d.h */, - 71CCF18C1277045100339E12 /* visual_manager_2d_draw.c */, - 71CCF18D1277045100339E12 /* visual_manager_3d.c */, - 71CCF18E1277045100339E12 /* visual_manager_3d.h */, - 71CCF18F1277045100339E12 /* visual_manager_3d_gl.c */, - 71CCF1901277045100339E12 /* x3d_geometry.c */, - ); - name = compositor; - path = ../../src/compositor; - sourceTree = SOURCE_ROOT; - }; - 71CCF1911277045100339E12 /* ietf */ = { - isa = PBXGroup; - children = ( - 71CCF1921277045100339E12 /* rtcp.c */, - 71CCF1931277045100339E12 /* rtp.c */, - 71CCF1941277045100339E12 /* rtp_depacketizer.c */, - 71CCF1951277045100339E12 /* rtp_packetizer.c */, - 71CCF1961277045100339E12 /* rtp_pck_3gpp.c */, - 71CCF1971277045100339E12 /* rtp_pck_mpeg12.c */, - 71CCF1981277045100339E12 /* rtp_pck_mpeg4.c */, - 71CCF1991277045100339E12 /* rtp_streamer.c */, - 71CCF19A1277045100339E12 /* rtsp_command.c */, - 71CCF19B1277045100339E12 /* rtsp_common.c */, - 71CCF19C1277045100339E12 /* rtsp_response.c */, - 71CCF19D1277045100339E12 /* rtsp_session.c */, - 71CCF19E1277045100339E12 /* sdp.c */, - ); - name = ietf; - path = ../../src/ietf; - sourceTree = SOURCE_ROOT; - }; - 71CCF19F1277045100339E12 /* isomedia */ = { - isa = PBXGroup; - children = ( - 71CCF1A01277045100339E12 /* avc_ext.c */, - 71CCF1A11277045100339E12 /* box_code_3gpp.c */, - 71CCF1A21277045100339E12 /* box_code_apple.c */, - 71CCF1A31277045100339E12 /* box_code_base.c */, - 71CCF1A41277045100339E12 /* box_code_isma.c */, - 71CCF1A51277045100339E12 /* box_code_meta.c */, - 71CCF1A61277045100339E12 /* box_dump.c */, - 71CCF1A71277045100339E12 /* box_funcs.c */, - 71CCF1A81277045100339E12 /* data_map.c */, - 71CCF1A91277045100339E12 /* hint_track.c */, - 71CCF1AA1277045100339E12 /* hinting.c */, - 71CCF1AB1277045100339E12 /* isma_sample.c */, - 71CCF1AC1277045100339E12 /* isom_intern.c */, - 71CCF1AD1277045100339E12 /* isom_read.c */, - 71CCF1AE1277045100339E12 /* isom_store.c */, - 71CCF1AF1277045100339E12 /* isom_write.c */, - 71CCF1B01277045100339E12 /* media.c */, - 71CCF1B11277045100339E12 /* media_odf.c */, - 71CCF1B21277045100339E12 /* meta.c */, - 71CCF1B31277045100339E12 /* movie_fragments.c */, - 71CCF1B41277045100339E12 /* sample_descs.c */, - 71CCF1B51277045100339E12 /* stbl_read.c */, - 71CCF1B61277045100339E12 /* stbl_write.c */, - 71CCF1B71277045100339E12 /* track.c */, - 71CCF1B81277045100339E12 /* tx3g.c */, - ); - name = isomedia; - path = ../../src/isomedia; - sourceTree = SOURCE_ROOT; - }; - 71CCF1B91277045100339E12 /* laser */ = { - isa = PBXGroup; - children = ( - 71CCF1BA1277045100339E12 /* lsr_dec.c */, - 71CCF1BB1277045100339E12 /* lsr_enc.c */, - 71CCF1BC1277045100339E12 /* lsr_tables.c */, - ); - name = laser; - path = ../../src/laser; - sourceTree = SOURCE_ROOT; - }; - 71CCF1BD1277045100339E12 /* mcrypt */ = { - isa = PBXGroup; - children = ( - 71CCF1BE1277045100339E12 /* cbc.c */, - 71CCF1BF1277045100339E12 /* cfb.c */, - 71CCF1C01277045100339E12 /* ctr.c */, - 71CCF1C11277045100339E12 /* des.c */, - 71CCF1C21277045100339E12 /* ecb.c */, - 71CCF1C31277045100339E12 /* g_crypt.c */, - 71CCF1C41277045100339E12 /* ncfb.c */, - 71CCF1C51277045100339E12 /* nofb.c */, - 71CCF1C61277045100339E12 /* ofb.c */, - 71CCF1C71277045100339E12 /* rijndael-128.c */, - 71CCF1C81277045100339E12 /* rijndael-192.c */, - 71CCF1C91277045100339E12 /* rijndael-256.c */, - 71CCF1CA1277045100339E12 /* sha1.c */, - 71CCF1CB1277045100339E12 /* stream.c */, - 71CCF1CC1277045100339E12 /* tripledes.c */, - ); - name = mcrypt; - path = ../../src/mcrypt; - sourceTree = SOURCE_ROOT; - }; - 71CCF1CD1277045100339E12 /* media_tools */ = { - isa = PBXGroup; - children = ( - 97FBAAE813BB61D700800B2F /* dvb.c */, - 97FF0661138CE4E400D6C707 /* carousel.c */, - 970A26C713434D2C0007362C /* m3u8.c */, - 970A26C813434D2C0007362C /* mpd.c */, - 71CCF1CE1277045100339E12 /* av_parsers.c */, - 71CCF1CF1277045100339E12 /* avilib.c */, - 71CCF1D01277045100339E12 /* dvb_mpe.c */, - 71CCF1D11277045100339E12 /* filestreamer.c */, - 71CCF1D21277045100339E12 /* gpac_ogg.c */, - 71CCF1D31277045100339E12 /* img.c */, - 71CCF1D41277045100339E12 /* ismacryp.c */, - 71CCF1D51277045100339E12 /* isom_hinter.c */, - 71CCF1D61277045100339E12 /* isom_tools.c */, - 71CCF1D71277045100339E12 /* m2ts_mux.c */, - 71CCF1D81277045100339E12 /* media_export.c */, - 71CCF1D91277045100339E12 /* media_import.c */, - 71CCF1DA1277045100339E12 /* mpeg2_ps.c */, - 71CCF1DB1277045100339E12 /* mpeg2_ps.h */, - 71CCF1DC1277045100339E12 /* mpegts.c */, - 71CCF1DD1277045100339E12 /* reedsolomon.c */, - 71CCF1DE1277045100339E12 /* saf.c */, - 71CCF1DF1277045100339E12 /* text_import.c */, - 71CCF1E01277045100339E12 /* vobsub.c */, - ); - name = media_tools; - path = ../../src/media_tools; - sourceTree = SOURCE_ROOT; - }; - 71CCF1E11277045100339E12 /* odf */ = { - isa = PBXGroup; - children = ( - 71CCF1E21277045100339E12 /* desc_private.c */, - 71CCF1E31277045100339E12 /* descriptors.c */, - 71CCF1E41277045100339E12 /* ipmpx_code.c */, - 71CCF1E51277045100339E12 /* ipmpx_dump.c */, - 71CCF1E61277045100339E12 /* ipmpx_parse.c */, - 71CCF1E71277045100339E12 /* oci_codec.c */, - 71CCF1E81277045100339E12 /* odf_code.c */, - 71CCF1E91277045100339E12 /* odf_codec.c */, - 71CCF1EA1277045100339E12 /* odf_command.c */, - 71CCF1EB1277045100339E12 /* odf_dump.c */, - 71CCF1EC1277045100339E12 /* odf_parse.c */, - 71CCF1ED1277045100339E12 /* qos.c */, - 71CCF1EE1277045100339E12 /* slc.c */, - ); - name = odf; - path = ../../src/odf; - sourceTree = SOURCE_ROOT; - }; - 71CCF1EF1277045100339E12 /* scene_manager */ = { - isa = PBXGroup; - children = ( - 71CCF1F01277045100339E12 /* encode_isom.c */, - 71CCF1F11277045100339E12 /* loader_bt.c */, - 71CCF1F21277045100339E12 /* loader_isom.c */, - 71CCF1F31277045100339E12 /* loader_qt.c */, - 71CCF1F41277045100339E12 /* loader_svg.c */, - 71CCF1F51277045100339E12 /* loader_xmt.c */, - 71CCF1F61277045100339E12 /* scene_dump.c */, - 71CCF1F71277045100339E12 /* scene_engine.c */, - 71CCF1F81277045100339E12 /* scene_manager.c */, - 71CCF1F91277045100339E12 /* scene_stats.c */, - 71CCF1FA1277045100339E12 /* swf_bifs.c */, - 71CCF1FB1277045100339E12 /* swf_parse.c */, - 71CCF1FC1277045100339E12 /* text_to_bifs.c */, - ); - name = scene_manager; - path = ../../src/scene_manager; - sourceTree = SOURCE_ROOT; - }; - 71CCF1FD1277045100339E12 /* scenegraph */ = { - isa = PBXGroup; - children = ( - 71CCF1FE1277045100339E12 /* base_scenegraph.c */, - 71CCF1FF1277045100339E12 /* commands.c */, - 71CCF2001277045100339E12 /* dom_events.c */, - 71CCF2011277045100339E12 /* dom_smjs.c */, - 71CCF2021277045100339E12 /* mpeg4_animators.c */, - 71CCF2031277045100339E12 /* mpeg4_nodes.c */, - 71CCF2041277045100339E12 /* mpeg4_valuator.c */, - 71CCF2051277045100339E12 /* smil_anim.c */, - 71CCF2061277045100339E12 /* smil_timing.c */, - 71CCF2071277045100339E12 /* svg_attributes.c */, - 71CCF2081277045100339E12 /* svg_properties.c */, - 71CCF2091277045100339E12 /* svg_smjs.c */, - 71CCF20A1277045100339E12 /* svg_types.c */, - 71CCF20B1277045100339E12 /* vrml_interpolators.c */, - 71CCF20C1277045100339E12 /* vrml_proto.c */, - 71CCF20D1277045100339E12 /* vrml_route.c */, - 71CCF20E1277045100339E12 /* vrml_script.c */, - 71CCF20F1277045100339E12 /* vrml_smjs.c */, - 71CCF2101277045100339E12 /* vrml_tools.c */, - 71CCF2111277045100339E12 /* x3d_nodes.c */, - 71CCF2121277045100339E12 /* xbl_process.c */, - 71CCF2131277045100339E12 /* xml_ns.c */, - ); - name = scenegraph; - path = ../../src/scenegraph; - sourceTree = SOURCE_ROOT; - }; - 71CCF2141277045100339E12 /* terminal */ = { - isa = PBXGroup; - children = ( - 71CCF2151277045100339E12 /* channel.c */, - 71CCF2161277045100339E12 /* clock.c */, - 71CCF2171277045100339E12 /* decoder.c */, - 71CCF2181277045100339E12 /* input_sensor.c */, - 71CCF2191277045100339E12 /* input_sensor.h */, - 71CCF21A1277045100339E12 /* media_control.c */, - 71CCF21B1277045100339E12 /* media_control.h */, - 71CCF21C1277045100339E12 /* media_manager.c */, - 71CCF21D1277045100339E12 /* media_memory.c */, - 71CCF21E1277045100339E12 /* media_memory.h */, - 71CCF21F1277045100339E12 /* media_object.c */, - 71CCF2201277045100339E12 /* media_sensor.c */, - 71CCF2211277045100339E12 /* mpeg4_inline.c */, - 71CCF2221277045100339E12 /* network_service.c */, - 71CCF2231277045100339E12 /* object_browser.c */, - 71CCF2241277045100339E12 /* object_manager.c */, - 71CCF2251277045100339E12 /* scene.c */, - 71CCF2261277045100339E12 /* svg_external.c */, - 71CCF2271277045100339E12 /* term_node_init.c */, - 71CCF2281277045100339E12 /* terminal.c */, - ); - name = terminal; - path = ../../src/terminal; - sourceTree = SOURCE_ROOT; - }; - 71CCF2291277045100339E12 /* utils */ = { - isa = PBXGroup; - children = ( - 97FF065F138CE4C400D6C707 /* os_config_init.c */, - 970A26D513434DAC0007362C /* ringbuffer.c */, - 970A26D613434DAC0007362C /* unicode.c */, - 7147425F12B918C900DB5A59 /* cache.c */, - 7141FF2F1292CB9200FCB27D /* alloc.c */, - 71CCF22A1277045100339E12 /* base_encoding.c */, - 71CCF22B1277045100339E12 /* bitstream.c */, - 71CCF22C1277045100339E12 /* color.c */, - 71CCF22D1277045100339E12 /* configfile.c */, - 71CCF22E1277045100339E12 /* dlmalloc.c */, - 71CCF22F1277045100339E12 /* downloader.c */, - 71CCF2301277045100339E12 /* error.c */, - 71CCF2321277045100339E12 /* list.c */, - 71CCF2331277045100339E12 /* math.c */, - 71CCF2341277045100339E12 /* module.c */, - 71CCF2351277045100339E12 /* module_wrap.h */, - 71CCF2361277045100339E12 /* os_divers.c */, - 71CCF2371277045100339E12 /* os_module.c */, - 71CCF2381277045100339E12 /* os_net.c */, - 71CCF2391277045100339E12 /* os_thread.c */, - 71CCF23A1277045100339E12 /* path2d.c */, - 71CCF23B1277045100339E12 /* path2d_stroker.c */, - 71CCF23E1277045100339E12 /* token.c */, - 71CCF23F1277045100339E12 /* uni_bidi.c */, - 71CCF2401277045100339E12 /* url.c */, - 71CCF2411277045100339E12 /* utf.c */, - 71CCF2421277045100339E12 /* xml_parser.c */, - 71CCF2441277045100339E12 /* zutil.c */, - 71CCF2451277045100339E12 /* zutil.h */, - ); - name = utils; - path = ../../src/utils; - sourceTree = SOURCE_ROOT; - }; - 71CCF35E12770A8C00339E12 /* include */ = { - isa = PBXGroup; - children = ( - 71CCF35F12770A8C00339E12 /* gpac */, - ); - name = include; - path = ../../include; - sourceTree = SOURCE_ROOT; - }; - 71CCF35F12770A8C00339E12 /* gpac */ = { - isa = PBXGroup; - children = ( - 970A26CF13434D960007362C /* cache.h */, - 970A26D013434D960007362C /* ringbuffer.h */, - 970A26D113434D960007362C /* unicode.h */, - 71CCF36012770A8C00339E12 /* avparse.h */, - 71CCF36112770A8C00339E12 /* base_coding.h */, - 71CCF36212770A8C00339E12 /* bifs.h */, - 71CCF36312770A8C00339E12 /* bitstream.h */, - 71CCF36412770A8C00339E12 /* color.h */, - 71CCF36512770A8C00339E12 /* compositor.h */, - 71CCF36612770A8C00339E12 /* config_file.h */, - 71CCF36712770A8C00339E12 /* configuration.h */, - 71CCF36812770A8C00339E12 /* constants.h */, - 71CCF36912770A8C00339E12 /* crypt.h */, - 71CCF36A12770A8C00339E12 /* download.h */, - 71CCF36B12770A8C00339E12 /* dvb_mpe.h */, - 71CCF36C12770A8C00339E12 /* esi.h */, - 71CCF36D12770A8C00339E12 /* events.h */, - 71CCF36E12770A8C00339E12 /* filestreamer.h */, - 71CCF36F12770A8C00339E12 /* ietf.h */, - 71CCF37012770A8C00339E12 /* internal */, - 71CCF38412770A8C00339E12 /* ismacryp.h */, - 71CCF38512770A8C00339E12 /* iso639.h */, - 71CCF38612770A8C00339E12 /* isomedia.h */, - 71CCF38712770A8C00339E12 /* laser.h */, - 71CCF38812770A8C00339E12 /* list.h */, - 71CCF38912770A8C00339E12 /* math.h */, - 71CCF38A12770A8C00339E12 /* media_tools.h */, - 71CCF38B12770A8C00339E12 /* mediaobject.h */, - 71CCF38C12770A8C00339E12 /* module.h */, - 71CCF38D12770A8C00339E12 /* modules */, - 71CCF39712770A8C00339E12 /* mpeg4_odf.h */, - 71CCF39812770A8C00339E12 /* mpegts.h */, - 71CCF39912770A8C00339E12 /* network.h */, - 71CCF39A12770A8C00339E12 /* nodes_mpeg4.h */, - 71CCF39B12770A8C00339E12 /* nodes_svg.h */, - 71CCF39C12770A8C00339E12 /* nodes_x3d.h */, - 71CCF39D12770A8C00339E12 /* nodes_xbl.h */, - 71CCF39E12770A8C00339E12 /* options.h */, - 71CCF39F12770A8C00339E12 /* path2d.h */, - 71CCF3A012770A8C00339E12 /* rtp_streamer.h */, - 71CCF3A112770A8C00339E12 /* scene_engine.h */, - 71CCF3A212770A8C00339E12 /* scene_manager.h */, - 71CCF3A312770A8C00339E12 /* scenegraph.h */, - 71CCF3A412770A8C00339E12 /* scenegraph_svg.h */, - 71CCF3A512770A8C00339E12 /* scenegraph_vrml.h */, - 71CCF3A612770A8C00339E12 /* setup.h */, - 71CCF3A712770A8C00339E12 /* svg_types.h */, - 71CCF3A812770A8C00339E12 /* sync_layer.h */, - 71CCF3A912770A8C00339E12 /* term_info.h */, - 71CCF3AA12770A8C00339E12 /* terminal.h */, - 71CCF3AB12770A8C00339E12 /* thread.h */, - 71CCF3AC12770A8C00339E12 /* token.h */, - 71CCF3AD12770A8C00339E12 /* tools.h */, - 71CCF3AE12770A8C00339E12 /* user.h */, - 71CCF3AF12770A8C00339E12 /* utf.h */, - 71CCF3B012770A8C00339E12 /* xml.h */, - ); - path = gpac; - sourceTree = ""; - }; - 71CCF37012770A8C00339E12 /* internal */ = { - isa = PBXGroup; - children = ( - 970A26CB13434D780007362C /* m3u8.h */, - 970A26CC13434D780007362C /* mpd.h */, - 71CCF37112770A8C00339E12 /* avilib.h */, - 71CCF37212770A8C00339E12 /* bifs_dev.h */, - 71CCF37312770A8C00339E12 /* bifs_tables.h */, - 71CCF37412770A8C00339E12 /* camera.h */, - 71CCF37512770A8C00339E12 /* compositor_dev.h */, - 71CCF37612770A8C00339E12 /* crypt_dev.h */, - 71CCF37712770A8C00339E12 /* dvb_mpe_dev.h */, - 71CCF37812770A8C00339E12 /* ietf_dev.h */, - 71CCF37912770A8C00339E12 /* isomedia_dev.h */, - 71CCF37A12770A8C00339E12 /* laser_dev.h */, - 71CCF37B12770A8C00339E12 /* media_dev.h */, - 71CCF37C12770A8C00339E12 /* mesh.h */, - 71CCF37D12770A8C00339E12 /* odf_dev.h */, - 71CCF37E12770A8C00339E12 /* ogg.h */, - 71CCF37F12770A8C00339E12 /* reedsolomon.h */, - 71CCF38012770A8C00339E12 /* scenegraph_dev.h */, - 71CCF38112770A8C00339E12 /* swf_dev.h */, - 71CCF38212770A8C00339E12 /* terminal_dev.h */, - 71CCF38312770A8C00339E12 /* vobsub.h */, - ); - path = internal; - sourceTree = ""; - }; - 71CCF38D12770A8C00339E12 /* modules */ = { - isa = PBXGroup; - children = ( - 71CCF38E12770A8C00339E12 /* audio_out.h */, - 71CCF38F12770A8C00339E12 /* codec.h */, - 71CCF39012770A8C00339E12 /* font.h */, - 71CCF39112770A8C00339E12 /* ipmp.h */, - 71CCF39212770A8C00339E12 /* js_usr.h */, - 71CCF39312770A8C00339E12 /* raster2d.h */, - 71CCF39412770A8C00339E12 /* service.h */, - 71CCF39512770A8C00339E12 /* term_ext.h */, - 71CCF39612770A8C00339E12 /* video_out.h */, - ); - path = modules; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXHeadersBuildPhase section */ - 71179CC01292EC3400A83216 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 718477CC127814B200917298 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 7184782D1278645B00917298 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 71A199201278769100ACFF58 /* rast_soft.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 718478341278647200917298 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 7184783D127864AC00917298 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 718478451278654000917298 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 7184784C1278655800917298 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 718478531278656E00917298 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 7184785A1278657F00917298 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 71A19949127876E300ACFF58 /* img_in.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 718478611278658A00917298 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 71847868127865A200917298 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 7184786F127865B700917298 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 71A1995B1278770900ACFF58 /* isom_in.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 71847876127865CB00917298 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 7184787D127865D600917298 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 7184788D127865F700917298 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 71A199751278774A00ACFF58 /* rtp_in.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 718478941278660400917298 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 7184789B1278661700917298 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 71A199851278776700ACFF58 /* ft_font.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 718478A21278662F00917298 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 71A199921278777A00ACFF58 /* unzip.h in Headers */, - 71A199971278777A00ACFF58 /* widgetman.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 718478AD1278666100917298 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 71CCF12D1277037A00339E12 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 71CCF2501277045100339E12 /* quant.h in Headers */, - 71CCF2521277045100339E12 /* script.h in Headers */, - 71CCF2601277045100339E12 /* drawable.h in Headers */, - 71CCF2631277045100339E12 /* gl_inc.h in Headers */, - 71CCF2761277045100339E12 /* mpeg4_grouping.h in Headers */, - 71CCF2851277045100339E12 /* nodes_stacks.h in Headers */, - 71CCF2871277045100339E12 /* offscreen_cache.h in Headers */, - 71CCF2911277045100339E12 /* texturing.h in Headers */, - 71CCF2941277045100339E12 /* visual_manager.h in Headers */, - 71CCF2961277045100339E12 /* visual_manager_2d.h in Headers */, - 71CCF2991277045100339E12 /* visual_manager_3d.h in Headers */, - 71CCF2E11277045100339E12 /* mpeg2_ps.h in Headers */, - 71CCF31B1277045100339E12 /* input_sensor.h in Headers */, - 71CCF31D1277045100339E12 /* media_control.h in Headers */, - 71CCF3201277045100339E12 /* media_memory.h in Headers */, - 71CCF3361277045100339E12 /* module_wrap.h in Headers */, - 71CCF3461277045100339E12 /* zutil.h in Headers */, - 71CCF3B112770A8C00339E12 /* avparse.h in Headers */, - 71CCF3B212770A8C00339E12 /* base_coding.h in Headers */, - 71CCF3B312770A8C00339E12 /* bifs.h in Headers */, - 71CCF3B412770A8C00339E12 /* bitstream.h in Headers */, - 71CCF3B512770A8C00339E12 /* color.h in Headers */, - 71CCF3B612770A8C00339E12 /* compositor.h in Headers */, - 71CCF3B712770A8C00339E12 /* config_file.h in Headers */, - 71CCF3B812770A8C00339E12 /* configuration.h in Headers */, - 71CCF3B912770A8C00339E12 /* constants.h in Headers */, - 71CCF3BA12770A8C00339E12 /* crypt.h in Headers */, - 71CCF3BB12770A8C00339E12 /* download.h in Headers */, - 71CCF3BC12770A8C00339E12 /* dvb_mpe.h in Headers */, - 71CCF3BD12770A8C00339E12 /* esi.h in Headers */, - 71CCF3BE12770A8C00339E12 /* events.h in Headers */, - 71CCF3BF12770A8C00339E12 /* filestreamer.h in Headers */, - 71CCF3C012770A8C00339E12 /* ietf.h in Headers */, - 71CCF3C112770A8C00339E12 /* avilib.h in Headers */, - 71CCF3C212770A8C00339E12 /* bifs_dev.h in Headers */, - 71CCF3C312770A8C00339E12 /* bifs_tables.h in Headers */, - 71CCF3C412770A8C00339E12 /* camera.h in Headers */, - 71CCF3C512770A8C00339E12 /* compositor_dev.h in Headers */, - 71CCF3C612770A8C00339E12 /* crypt_dev.h in Headers */, - 71CCF3C712770A8C00339E12 /* dvb_mpe_dev.h in Headers */, - 71CCF3C812770A8C00339E12 /* ietf_dev.h in Headers */, - 71CCF3C912770A8C00339E12 /* isomedia_dev.h in Headers */, - 71CCF3CA12770A8C00339E12 /* laser_dev.h in Headers */, - 71CCF3CB12770A8C00339E12 /* media_dev.h in Headers */, - 71CCF3CC12770A8C00339E12 /* mesh.h in Headers */, - 71CCF3CD12770A8C00339E12 /* odf_dev.h in Headers */, - 71CCF3CE12770A8C00339E12 /* ogg.h in Headers */, - 71CCF3CF12770A8C00339E12 /* reedsolomon.h in Headers */, - 71CCF3D012770A8C00339E12 /* scenegraph_dev.h in Headers */, - 71CCF3D112770A8C00339E12 /* swf_dev.h in Headers */, - 71CCF3D212770A8C00339E12 /* terminal_dev.h in Headers */, - 71CCF3D312770A8C00339E12 /* vobsub.h in Headers */, - 71CCF3D412770A8C00339E12 /* ismacryp.h in Headers */, - 71CCF3D512770A8C00339E12 /* iso639.h in Headers */, - 71CCF3D612770A8C00339E12 /* isomedia.h in Headers */, - 71CCF3D712770A8C00339E12 /* laser.h in Headers */, - 71CCF3D812770A8C00339E12 /* list.h in Headers */, - 71CCF3D912770A8C00339E12 /* math.h in Headers */, - 71CCF3DA12770A8C00339E12 /* media_tools.h in Headers */, - 71CCF3DB12770A8C00339E12 /* mediaobject.h in Headers */, - 71CCF3DC12770A8C00339E12 /* module.h in Headers */, - 71CCF3DD12770A8C00339E12 /* audio_out.h in Headers */, - 71CCF3DE12770A8C00339E12 /* codec.h in Headers */, - 71CCF3DF12770A8C00339E12 /* font.h in Headers */, - 71CCF3E012770A8C00339E12 /* ipmp.h in Headers */, - 71CCF3E112770A8C00339E12 /* js_usr.h in Headers */, - 71CCF3E212770A8C00339E12 /* raster2d.h in Headers */, - 71CCF3E312770A8C00339E12 /* service.h in Headers */, - 71CCF3E412770A8C00339E12 /* term_ext.h in Headers */, - 71CCF3E512770A8C00339E12 /* video_out.h in Headers */, - 71CCF3E612770A8C00339E12 /* mpeg4_odf.h in Headers */, - 71CCF3E712770A8C00339E12 /* mpegts.h in Headers */, - 71CCF3E812770A8C00339E12 /* network.h in Headers */, - 71CCF3E912770A8C00339E12 /* nodes_mpeg4.h in Headers */, - 71CCF3EA12770A8C00339E12 /* nodes_svg.h in Headers */, - 71CCF3EB12770A8C00339E12 /* nodes_x3d.h in Headers */, - 71CCF3EC12770A8C00339E12 /* nodes_xbl.h in Headers */, - 71CCF3ED12770A8C00339E12 /* options.h in Headers */, - 71CCF3EE12770A8C00339E12 /* path2d.h in Headers */, - 71CCF3EF12770A8C00339E12 /* rtp_streamer.h in Headers */, - 71CCF3F012770A8C00339E12 /* scene_engine.h in Headers */, - 71CCF3F112770A8C00339E12 /* scene_manager.h in Headers */, - 71CCF3F212770A8C00339E12 /* scenegraph.h in Headers */, - 71CCF3F312770A8C00339E12 /* scenegraph_svg.h in Headers */, - 71CCF3F412770A8C00339E12 /* scenegraph_vrml.h in Headers */, - 71CCF3F512770A8C00339E12 /* setup.h in Headers */, - 71CCF3F612770A8C00339E12 /* svg_types.h in Headers */, - 71CCF3F712770A8C00339E12 /* sync_layer.h in Headers */, - 71CCF3F812770A8C00339E12 /* term_info.h in Headers */, - 71CCF3F912770A8C00339E12 /* terminal.h in Headers */, - 71CCF3FA12770A8C00339E12 /* thread.h in Headers */, - 71CCF3FB12770A8C00339E12 /* token.h in Headers */, - 71CCF3FC12770A8C00339E12 /* tools.h in Headers */, - 71CCF3FD12770A8C00339E12 /* user.h in Headers */, - 71CCF3FE12770A8C00339E12 /* utf.h in Headers */, - 71CCF3FF12770A8C00339E12 /* xml.h in Headers */, - 970A26CD13434D780007362C /* m3u8.h in Headers */, - 970A26CE13434D780007362C /* mpd.h in Headers */, - 970A26D213434D960007362C /* cache.h in Headers */, - 970A26D313434D960007362C /* ringbuffer.h in Headers */, - 970A26D413434D960007362C /* unicode.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXHeadersBuildPhase section */ - -/* Begin PBXNativeTarget section */ - 71179CC31292EC3400A83216 /* mpd_in */ = { - isa = PBXNativeTarget; - buildConfigurationList = 71179CD11292ECAC00A83216 /* Build configuration list for PBXNativeTarget "mpd_in" */; - buildPhases = ( - 71179CC01292EC3400A83216 /* Headers */, - 71179CC11292EC3400A83216 /* Sources */, - 71179CC21292EC3400A83216 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = mpd_in; - productName = mpd_in; - productReference = 71179CC41292EC3400A83216 /* gm_mpd_in.dylib */; - productType = "com.apple.product-type.library.static"; - }; - 718477CF127814B200917298 /* libgpac_dynamic */ = { - isa = PBXNativeTarget; - buildConfigurationList = 718477D3127814D100917298 /* Build configuration list for PBXNativeTarget "libgpac_dynamic" */; - buildPhases = ( - 718477CC127814B200917298 /* Headers */, - 718477CD127814B200917298 /* Sources */, - 718477CE127814B200917298 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - 718477D5127814D600917298 /* PBXTargetDependency */, - ); - name = libgpac_dynamic; - productName = libgpac_dynamic; - productReference = 718477D0127814B200917298 /* libgpac_dynamic.dylib */; - productType = "com.apple.product-type.library.static"; - }; - 718478301278645B00917298 /* soft_raster */ = { - isa = PBXNativeTarget; - buildConfigurationList = 7184783B1278649100917298 /* Build configuration list for PBXNativeTarget "soft_raster" */; - buildPhases = ( - 7184782D1278645B00917298 /* Headers */, - 7184782E1278645B00917298 /* Sources */, - 7184782F1278645B00917298 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - 713FD6E41393868200E8102E /* PBXTargetDependency */, - ); - name = soft_raster; - productName = soft_raster; - productReference = 718478311278645B00917298 /* gm_soft_raster.dylib */; - productType = "com.apple.product-type.library.static"; - }; - 718478371278647200917298 /* dummy_in */ = { - isa = PBXNativeTarget; - buildConfigurationList = 7184783C1278649100917298 /* Build configuration list for PBXNativeTarget "dummy_in" */; - buildPhases = ( - 718478341278647200917298 /* Headers */, - 718478351278647200917298 /* Sources */, - 718478361278647200917298 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = dummy_in; - productName = dummy_in; - productReference = 718478381278647200917298 /* gm_dummy_in.dylib */; - productType = "com.apple.product-type.library.static"; - }; - 71847840127864AC00917298 /* ctx_load */ = { - isa = PBXNativeTarget; - buildConfigurationList = 71847844127864CB00917298 /* Build configuration list for PBXNativeTarget "ctx_load" */; - buildPhases = ( - 7184783D127864AC00917298 /* Headers */, - 7184783E127864AC00917298 /* Sources */, - 7184783F127864AC00917298 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = ctx_load; - productName = ctx_load; - productReference = 71847841127864AC00917298 /* gm_ctx_load.dylib */; - productType = "com.apple.product-type.library.static"; - }; - 718478481278654000917298 /* aac_in */ = { - isa = PBXNativeTarget; - buildConfigurationList = 71847884127865F500917298 /* Build configuration list for PBXNativeTarget "aac_in" */; - buildPhases = ( - 718478451278654000917298 /* Headers */, - 718478461278654000917298 /* Sources */, - 718478471278654000917298 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = aac_in; - productName = aac_in; - productReference = 718478491278654000917298 /* gm_aac_in.dylib */; - productType = "com.apple.product-type.library.static"; - }; - 7184784F1278655800917298 /* svg_in */ = { - isa = PBXNativeTarget; - buildConfigurationList = 71847885127865F500917298 /* Build configuration list for PBXNativeTarget "svg_in" */; - buildPhases = ( - 7184784C1278655800917298 /* Headers */, - 7184784D1278655800917298 /* Sources */, - 7184784E1278655800917298 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = svg_in; - productName = svg_in; - productReference = 718478501278655800917298 /* gm_svg_in.dylib */; - productType = "com.apple.product-type.library.static"; - }; - 718478561278656E00917298 /* mp3_in */ = { - isa = PBXNativeTarget; - buildConfigurationList = 71847886127865F500917298 /* Build configuration list for PBXNativeTarget "mp3_in" */; - buildPhases = ( - 718478531278656E00917298 /* Headers */, - 718478541278656E00917298 /* Sources */, - 718478551278656E00917298 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = mp3_in; - productName = mp3_in; - productReference = 718478571278656E00917298 /* gm_mp3_in.dylib */; - productType = "com.apple.product-type.library.static"; - }; - 7184785D1278657F00917298 /* img_in */ = { - isa = PBXNativeTarget; - buildConfigurationList = 71847887127865F500917298 /* Build configuration list for PBXNativeTarget "img_in" */; - buildPhases = ( - 7184785A1278657F00917298 /* Headers */, - 7184785B1278657F00917298 /* Sources */, - 7184785C1278657F00917298 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = img_in; - productName = img_in; - productReference = 7184785E1278657F00917298 /* gm_img_in.dylib */; - productType = "com.apple.product-type.library.static"; - }; - 718478641278658A00917298 /* bifs_dec */ = { - isa = PBXNativeTarget; - buildConfigurationList = 71847888127865F500917298 /* Build configuration list for PBXNativeTarget "bifs_dec" */; - buildPhases = ( - 718478611278658A00917298 /* Headers */, - 718478621278658A00917298 /* Sources */, - 718478631278658A00917298 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = bifs_dec; - productName = bifs_dec; - productReference = 718478651278658A00917298 /* gm_bifs_dec.dylib */; - productType = "com.apple.product-type.library.static"; - }; - 7184786B127865A200917298 /* gpac_js */ = { - isa = PBXNativeTarget; - buildConfigurationList = 71847889127865F500917298 /* Build configuration list for PBXNativeTarget "gpac_js" */; - buildPhases = ( - 71847868127865A200917298 /* Headers */, - 71847869127865A200917298 /* Sources */, - 7184786A127865A200917298 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = gpac_js; - productName = gpac_js; - productReference = 7184786C127865A200917298 /* gm_gpac_js.dylib */; - productType = "com.apple.product-type.library.static"; - }; - 71847872127865B700917298 /* isom_in */ = { - isa = PBXNativeTarget; - buildConfigurationList = 7184788A127865F500917298 /* Build configuration list for PBXNativeTarget "isom_in" */; - buildPhases = ( - 7184786F127865B700917298 /* Headers */, - 71847870127865B700917298 /* Sources */, - 71847871127865B700917298 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = isom_in; - productName = isom_in; - productReference = 71847873127865B700917298 /* gm_isom_in.dylib */; - productType = "com.apple.product-type.library.static"; - }; - 71847879127865CB00917298 /* laser_dec */ = { - isa = PBXNativeTarget; - buildConfigurationList = 7184788B127865F500917298 /* Build configuration list for PBXNativeTarget "laser_dec" */; - buildPhases = ( - 71847876127865CB00917298 /* Headers */, - 71847877127865CB00917298 /* Sources */, - 71847878127865CB00917298 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = laser_dec; - productName = laser_dec; - productReference = 7184787A127865CB00917298 /* gm_laser_dec.dylib */; - productType = "com.apple.product-type.library.static"; - }; - 71847880127865D600917298 /* odf_dec */ = { - isa = PBXNativeTarget; - buildConfigurationList = 7184788C127865F500917298 /* Build configuration list for PBXNativeTarget "odf_dec" */; - buildPhases = ( - 7184787D127865D600917298 /* Headers */, - 7184787E127865D600917298 /* Sources */, - 7184787F127865D600917298 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = odf_dec; - productName = odf_dec; - productReference = 71847881127865D600917298 /* gm_odf_dec.dylib */; - productType = "com.apple.product-type.library.static"; - }; - 71847890127865F700917298 /* rtp_in */ = { - isa = PBXNativeTarget; - buildConfigurationList = 718478A91278664D00917298 /* Build configuration list for PBXNativeTarget "rtp_in" */; - buildPhases = ( - 7184788D127865F700917298 /* Headers */, - 7184788E127865F700917298 /* Sources */, - 7184788F127865F700917298 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = rtp_in; - productName = rtp_in; - productReference = 71847891127865F700917298 /* gm_rtp_in.dylib */; - productType = "com.apple.product-type.library.static"; - }; - 718478971278660400917298 /* mpegts_in */ = { - isa = PBXNativeTarget; - buildConfigurationList = 718478AA1278664D00917298 /* Build configuration list for PBXNativeTarget "mpegts_in" */; - buildPhases = ( - 718478941278660400917298 /* Headers */, - 718478951278660400917298 /* Sources */, - 718478961278660400917298 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = mpegts_in; - productName = mpegts_in; - productReference = 718478981278660400917298 /* gm_mpegts_in.dylib */; - productType = "com.apple.product-type.library.static"; - }; - 7184789E1278661700917298 /* ft_font */ = { - isa = PBXNativeTarget; - buildConfigurationList = 718478AB1278664D00917298 /* Build configuration list for PBXNativeTarget "ft_font" */; - buildPhases = ( - 7184789B1278661700917298 /* Headers */, - 7184789C1278661700917298 /* Sources */, - 7184789D1278661700917298 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = ft_font; - productName = ft_font; - productReference = 7184789F1278661700917298 /* gm_ft_font.dylib */; - productType = "com.apple.product-type.library.static"; - }; - 718478A51278662F00917298 /* widgetman */ = { - isa = PBXNativeTarget; - buildConfigurationList = 718478AC1278664D00917298 /* Build configuration list for PBXNativeTarget "widgetman" */; - buildPhases = ( - 718478A21278662F00917298 /* Headers */, - 718478A31278662F00917298 /* Sources */, - 718478A41278662F00917298 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = widgetman; - productName = widgetman; - productReference = 718478A61278662F00917298 /* gm_widgetman.dylib */; - productType = "com.apple.product-type.library.static"; - }; - 718478B01278666100917298 /* sdl_out */ = { - isa = PBXNativeTarget; - buildConfigurationList = 718478B41278667F00917298 /* Build configuration list for PBXNativeTarget "sdl_out" */; - buildPhases = ( - 718478AD1278666100917298 /* Headers */, - 718478AE1278666100917298 /* Sources */, - 718478AF1278666100917298 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = sdl_out; - productName = sdl_out; - productReference = 718478B11278666100917298 /* gm_sdl_out.dylib */; - productType = "com.apple.product-type.library.static"; - }; - 71A19B1912796B5600ACFF58 /* osmo4ios */ = { - isa = PBXNativeTarget; - buildConfigurationList = 71A19B1F12796B5800ACFF58 /* Build configuration list for PBXNativeTarget "osmo4ios" */; - buildPhases = ( - 71A19B1612796B5600ACFF58 /* Resources */, - 71A19B1712796B5600ACFF58 /* Sources */, - 71A19B1812796B5600ACFF58 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = osmo4ios; - productName = osmo4ios; - productReference = 71A19B1A12796B5600ACFF58 /* osmo4ios.app */; - productType = "com.apple.product-type.application"; - }; - 71CCF1301277037A00339E12 /* libgpac_static */ = { - isa = PBXNativeTarget; - buildConfigurationList = 71CCF1351277037B00339E12 /* Build configuration list for PBXNativeTarget "libgpac_static" */; - buildPhases = ( - 970AE51B1340DD1100501CF4 /* ShellScript */, - 71CCF12D1277037A00339E12 /* Headers */, - 71CCF12E1277037A00339E12 /* Sources */, - 71CCF12F1277037A00339E12 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = libgpac_static; - productName = libgpac; - productReference = 71CCF1311277037A00339E12 /* libgpac_static.a */; - productType = "com.apple.product-type.library.static"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 29B97313FDCFA39411CA2CEA /* Project object */ = { - isa = PBXProject; - buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "gpac4ios" */; - compatibilityVersion = "Xcode 3.1"; - developmentRegion = English; - hasScannedForEncodings = 1; - knownRegions = ( - English, - Japanese, - French, - German, - ); - mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */; - productRefGroup = 71CCF1321277037A00339E12 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 71CCF1301277037A00339E12 /* libgpac_static */, - 718477CF127814B200917298 /* libgpac_dynamic */, - 718478301278645B00917298 /* soft_raster */, - 718478371278647200917298 /* dummy_in */, - 71847840127864AC00917298 /* ctx_load */, - 718478481278654000917298 /* aac_in */, - 7184784F1278655800917298 /* svg_in */, - 718478561278656E00917298 /* mp3_in */, - 7184785D1278657F00917298 /* img_in */, - 718478641278658A00917298 /* bifs_dec */, - 7184786B127865A200917298 /* gpac_js */, - 71847872127865B700917298 /* isom_in */, - 71847879127865CB00917298 /* laser_dec */, - 71847880127865D600917298 /* odf_dec */, - 71847890127865F700917298 /* rtp_in */, - 718478971278660400917298 /* mpegts_in */, - 7184789E1278661700917298 /* ft_font */, - 718478A51278662F00917298 /* widgetman */, - 718478B01278666100917298 /* sdl_out */, - 71A19B1912796B5600ACFF58 /* osmo4ios */, - 71179CC31292EC3400A83216 /* mpd_in */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 71A19B1612796B5600ACFF58 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 71EC88E11396273B004DCB6A /* osmo.icns in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXShellScriptBuildPhase section */ - 970AE51B1340DD1100501CF4 /* ShellScript */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "if which svnversion 2>/dev/null; then echo \"#define GPAC_SVN_REVISION \\\"`svnversion`\\\"\" > ../../include/gpac/version.h ; else echo \"No SVN Version found\"; fi\n"; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 71179CC11292EC3400A83216 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 71179CC91292EC5200A83216 /* mpd_in.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 718477CD127814B200917298 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 718477FA12781DEB00917298 /* empty.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 7184782E1278645B00917298 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 71A1991E1278769100ACFF58 /* ftgrays.c in Sources */, - 71A199211278769100ACFF58 /* raster_565.c in Sources */, - 71A199221278769100ACFF58 /* raster_argb.c in Sources */, - 71A199231278769100ACFF58 /* raster_load.c in Sources */, - 71A199241278769100ACFF58 /* raster_rgb.c in Sources */, - 71A199251278769100ACFF58 /* stencil.c in Sources */, - 71A199261278769100ACFF58 /* surface.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 718478351278647200917298 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 71A1992A127876A200ACFF58 /* dummy_in.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 7184783E127864AC00917298 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 71A1992F127876B000ACFF58 /* ctx_load.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 718478461278654000917298 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 71A1990A1278765600ACFF58 /* aac_in.c in Sources */, - 71A1990B1278765600ACFF58 /* faad_dec.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 7184784D1278655800917298 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 71A19935127876C300ACFF58 /* svg_in.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 718478541278656E00917298 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 71A1993A127876D300ACFF58 /* mad_dec.c in Sources */, - 71A1993C127876D300ACFF58 /* mp3_in.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 7184785B1278657F00917298 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 71A19946127876E300ACFF58 /* bmp_dec.c in Sources */, - 71A19947127876E300ACFF58 /* img_dec.c in Sources */, - 71A19948127876E300ACFF58 /* img_in.c in Sources */, - 71A1994A127876E300ACFF58 /* jp2_dec.c in Sources */, - 71A1994B127876E300ACFF58 /* jpeg_dec.c in Sources */, - 71A1994D127876E300ACFF58 /* png_dec.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 718478621278658A00917298 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 71A199101278767B00ACFF58 /* bifs_dec.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 71847869127865A200917298 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 71A19951127876FA00ACFF58 /* gpac_js.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 71847870127865B700917298 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 71A1995A1278770900ACFF58 /* cache.c in Sources */, - 71A1995C1278770900ACFF58 /* load.c in Sources */, - 71A1995E1278770900ACFF58 /* read.c in Sources */, - 71A1995F1278770900ACFF58 /* read_ch.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 71847877127865CB00917298 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 71A199631278772500ACFF58 /* laser_dec.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 7184787E127865D600917298 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 71A199691278773900ACFF58 /* odf_dec.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 7184788E127865F700917298 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 71A199741278774A00ACFF58 /* rtp_in.c in Sources */, - 71A199761278774A00ACFF58 /* rtp_session.c in Sources */, - 71A199771278774A00ACFF58 /* rtp_signaling.c in Sources */, - 71A199781278774A00ACFF58 /* rtp_stream.c in Sources */, - 71A199791278774A00ACFF58 /* sdp_fetch.c in Sources */, - 71A1997A1278774A00ACFF58 /* sdp_load.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 718478951278660400917298 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 71A1997F1278775900ACFF58 /* mpegts_in.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 7184789C1278661700917298 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 71A199841278776700ACFF58 /* ft_font.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 718478A31278662F00917298 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 71A199911278777A00ACFF58 /* unzip.c in Sources */, - 71A199931278777A00ACFF58 /* wgt_load.c in Sources */, - 71A199951278777A00ACFF58 /* widget.c in Sources */, - 71A199961278777A00ACFF58 /* widgetman.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 718478AE1278666100917298 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 71A19B4012796FCC00ACFF58 /* module_av_generic.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 71A19B1712796B5600ACFF58 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 71A19B2112796B6F00ACFF58 /* main.c in Sources */, - 712986C312928421003B02A1 /* extract.c in Sources */, - 712986C41292843B003B02A1 /* audio.c in Sources */, - 712986C51292843B003B02A1 /* video.c in Sources */, - 712986D8129284BD003B02A1 /* sdl_out.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 71CCF12E1277037A00339E12 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 71CCF2461277045100339E12 /* arith_decoder.c in Sources */, - 71CCF2471277045100339E12 /* bifs_codec.c in Sources */, - 71CCF2481277045100339E12 /* bifs_node_tables.c in Sources */, - 71CCF2491277045100339E12 /* com_dec.c in Sources */, - 71CCF24A1277045100339E12 /* com_enc.c in Sources */, - 71CCF24B1277045100339E12 /* conditional.c in Sources */, - 71CCF24C1277045100339E12 /* field_decode.c in Sources */, - 71CCF24D1277045100339E12 /* field_encode.c in Sources */, - 71CCF24E1277045100339E12 /* memory_decoder.c in Sources */, - 71CCF24F1277045100339E12 /* predictive_mffield.c in Sources */, - 71CCF2511277045100339E12 /* quantize.c in Sources */, - 71CCF2531277045100339E12 /* script_dec.c in Sources */, - 71CCF2541277045100339E12 /* script_enc.c in Sources */, - 71CCF2551277045100339E12 /* unquantize.c in Sources */, - 71CCF2561277045100339E12 /* audio_input.c in Sources */, - 71CCF2571277045100339E12 /* audio_mixer.c in Sources */, - 71CCF2581277045100339E12 /* audio_render.c in Sources */, - 71CCF2591277045100339E12 /* bindable.c in Sources */, - 71CCF25A1277045100339E12 /* camera.c in Sources */, - 71CCF25B1277045100339E12 /* compositor.c in Sources */, - 71CCF25C1277045100339E12 /* compositor_2d.c in Sources */, - 71CCF25D1277045100339E12 /* compositor_3d.c in Sources */, - 71CCF25E1277045100339E12 /* compositor_node_init.c in Sources */, - 71CCF25F1277045100339E12 /* drawable.c in Sources */, - 71CCF2611277045100339E12 /* events.c in Sources */, - 71CCF2621277045100339E12 /* font_engine.c in Sources */, - 71CCF2641277045100339E12 /* hardcoded_protos.c in Sources */, - 71CCF2651277045100339E12 /* hc_flash_shape.c in Sources */, - 71CCF2661277045100339E12 /* mesh.c in Sources */, - 71CCF2671277045100339E12 /* mesh_collide.c in Sources */, - 71CCF2681277045100339E12 /* mesh_tesselate.c in Sources */, - 71CCF2691277045100339E12 /* mpeg4_animstream.c in Sources */, - 71CCF26A1277045100339E12 /* mpeg4_audio.c in Sources */, - 71CCF26B1277045100339E12 /* mpeg4_background.c in Sources */, - 71CCF26C1277045100339E12 /* mpeg4_background2d.c in Sources */, - 71CCF26D1277045100339E12 /* mpeg4_bitmap.c in Sources */, - 71CCF26E1277045100339E12 /* mpeg4_composite.c in Sources */, - 71CCF26F1277045100339E12 /* mpeg4_form.c in Sources */, - 71CCF2701277045100339E12 /* mpeg4_geometry_2d.c in Sources */, - 71CCF2711277045100339E12 /* mpeg4_geometry_3d.c in Sources */, - 71CCF2721277045100339E12 /* mpeg4_geometry_ifs2d.c in Sources */, - 71CCF2731277045100339E12 /* mpeg4_geometry_ils2d.c in Sources */, - 71CCF2741277045100339E12 /* mpeg4_gradients.c in Sources */, - 71CCF2751277045100339E12 /* mpeg4_grouping.c in Sources */, - 71CCF2771277045100339E12 /* mpeg4_grouping_2d.c in Sources */, - 71CCF2781277045100339E12 /* mpeg4_grouping_3d.c in Sources */, - 71CCF2791277045100339E12 /* mpeg4_layer_2d.c in Sources */, - 71CCF27A1277045100339E12 /* mpeg4_layer_3d.c in Sources */, - 71CCF27B1277045100339E12 /* mpeg4_layout.c in Sources */, - 71CCF27C1277045100339E12 /* mpeg4_lighting.c in Sources */, - 71CCF27D1277045100339E12 /* mpeg4_path_layout.c in Sources */, - 71CCF27E1277045100339E12 /* mpeg4_sensors.c in Sources */, - 71CCF27F1277045100339E12 /* mpeg4_sound.c in Sources */, - 71CCF2801277045100339E12 /* mpeg4_text.c in Sources */, - 71CCF2811277045100339E12 /* mpeg4_textures.c in Sources */, - 71CCF2821277045100339E12 /* mpeg4_timesensor.c in Sources */, - 71CCF2831277045100339E12 /* mpeg4_viewport.c in Sources */, - 71CCF2841277045100339E12 /* navigate.c in Sources */, - 71CCF2861277045100339E12 /* offscreen_cache.c in Sources */, - 71CCF2881277045100339E12 /* svg_base.c in Sources */, - 71CCF2891277045100339E12 /* svg_filters.c in Sources */, - 71CCF28A1277045100339E12 /* svg_font.c in Sources */, - 71CCF28B1277045100339E12 /* svg_geometry.c in Sources */, - 71CCF28C1277045100339E12 /* svg_grouping.c in Sources */, - 71CCF28D1277045100339E12 /* svg_media.c in Sources */, - 71CCF28E1277045100339E12 /* svg_paint_servers.c in Sources */, - 71CCF28F1277045100339E12 /* svg_text.c in Sources */, - 71CCF2901277045100339E12 /* texturing.c in Sources */, - 71CCF2921277045100339E12 /* texturing_gl.c in Sources */, - 71CCF2931277045100339E12 /* visual_manager.c in Sources */, - 71CCF2951277045100339E12 /* visual_manager_2d.c in Sources */, - 71CCF2971277045100339E12 /* visual_manager_2d_draw.c in Sources */, - 71CCF2981277045100339E12 /* visual_manager_3d.c in Sources */, - 71CCF29A1277045100339E12 /* visual_manager_3d_gl.c in Sources */, - 71CCF29B1277045100339E12 /* x3d_geometry.c in Sources */, - 71CCF29C1277045100339E12 /* rtcp.c in Sources */, - 71CCF29D1277045100339E12 /* rtp.c in Sources */, - 71CCF29E1277045100339E12 /* rtp_depacketizer.c in Sources */, - 71CCF29F1277045100339E12 /* rtp_packetizer.c in Sources */, - 71CCF2A01277045100339E12 /* rtp_pck_3gpp.c in Sources */, - 71CCF2A11277045100339E12 /* rtp_pck_mpeg12.c in Sources */, - 71CCF2A21277045100339E12 /* rtp_pck_mpeg4.c in Sources */, - 71CCF2A31277045100339E12 /* rtp_streamer.c in Sources */, - 71CCF2A41277045100339E12 /* rtsp_command.c in Sources */, - 71CCF2A51277045100339E12 /* rtsp_common.c in Sources */, - 71CCF2A61277045100339E12 /* rtsp_response.c in Sources */, - 71CCF2A71277045100339E12 /* rtsp_session.c in Sources */, - 71CCF2A81277045100339E12 /* sdp.c in Sources */, - 71CCF2A91277045100339E12 /* avc_ext.c in Sources */, - 71CCF2AA1277045100339E12 /* box_code_3gpp.c in Sources */, - 71CCF2AB1277045100339E12 /* box_code_apple.c in Sources */, - 71CCF2AC1277045100339E12 /* box_code_base.c in Sources */, - 71CCF2AD1277045100339E12 /* box_code_isma.c in Sources */, - 71CCF2AE1277045100339E12 /* box_code_meta.c in Sources */, - 71CCF2AF1277045100339E12 /* box_dump.c in Sources */, - 71CCF2B01277045100339E12 /* box_funcs.c in Sources */, - 71CCF2B11277045100339E12 /* data_map.c in Sources */, - 71CCF2B21277045100339E12 /* hint_track.c in Sources */, - 71CCF2B31277045100339E12 /* hinting.c in Sources */, - 71CCF2B41277045100339E12 /* isma_sample.c in Sources */, - 71CCF2B51277045100339E12 /* isom_intern.c in Sources */, - 71CCF2B61277045100339E12 /* isom_read.c in Sources */, - 71CCF2B71277045100339E12 /* isom_store.c in Sources */, - 71CCF2B81277045100339E12 /* isom_write.c in Sources */, - 71CCF2B91277045100339E12 /* media.c in Sources */, - 71CCF2BA1277045100339E12 /* media_odf.c in Sources */, - 71CCF2BB1277045100339E12 /* meta.c in Sources */, - 71CCF2BC1277045100339E12 /* movie_fragments.c in Sources */, - 71CCF2BD1277045100339E12 /* sample_descs.c in Sources */, - 71CCF2BE1277045100339E12 /* stbl_read.c in Sources */, - 71CCF2BF1277045100339E12 /* stbl_write.c in Sources */, - 71CCF2C01277045100339E12 /* track.c in Sources */, - 71CCF2C11277045100339E12 /* tx3g.c in Sources */, - 71CCF2C21277045100339E12 /* lsr_dec.c in Sources */, - 71CCF2C31277045100339E12 /* lsr_enc.c in Sources */, - 71CCF2C41277045100339E12 /* lsr_tables.c in Sources */, - 71CCF2C51277045100339E12 /* cbc.c in Sources */, - 71CCF2C61277045100339E12 /* cfb.c in Sources */, - 71CCF2C71277045100339E12 /* ctr.c in Sources */, - 71CCF2C81277045100339E12 /* des.c in Sources */, - 71CCF2C91277045100339E12 /* ecb.c in Sources */, - 71CCF2CA1277045100339E12 /* g_crypt.c in Sources */, - 71CCF2CB1277045100339E12 /* ncfb.c in Sources */, - 71CCF2CC1277045100339E12 /* nofb.c in Sources */, - 71CCF2CD1277045100339E12 /* ofb.c in Sources */, - 71CCF2CE1277045100339E12 /* rijndael-128.c in Sources */, - 71CCF2CF1277045100339E12 /* rijndael-192.c in Sources */, - 71CCF2D01277045100339E12 /* rijndael-256.c in Sources */, - 71CCF2D11277045100339E12 /* sha1.c in Sources */, - 71CCF2D21277045100339E12 /* stream.c in Sources */, - 71CCF2D31277045100339E12 /* tripledes.c in Sources */, - 71CCF2D41277045100339E12 /* av_parsers.c in Sources */, - 71CCF2D51277045100339E12 /* avilib.c in Sources */, - 71CCF2D61277045100339E12 /* dvb_mpe.c in Sources */, - 71CCF2D71277045100339E12 /* filestreamer.c in Sources */, - 71CCF2D81277045100339E12 /* gpac_ogg.c in Sources */, - 71CCF2D91277045100339E12 /* img.c in Sources */, - 71CCF2DA1277045100339E12 /* ismacryp.c in Sources */, - 71CCF2DB1277045100339E12 /* isom_hinter.c in Sources */, - 71CCF2DC1277045100339E12 /* isom_tools.c in Sources */, - 71CCF2DD1277045100339E12 /* m2ts_mux.c in Sources */, - 71CCF2DE1277045100339E12 /* media_export.c in Sources */, - 71CCF2DF1277045100339E12 /* media_import.c in Sources */, - 71CCF2E01277045100339E12 /* mpeg2_ps.c in Sources */, - 71CCF2E21277045100339E12 /* mpegts.c in Sources */, - 71CCF2E31277045100339E12 /* reedsolomon.c in Sources */, - 71CCF2E41277045100339E12 /* saf.c in Sources */, - 71CCF2E51277045100339E12 /* text_import.c in Sources */, - 71CCF2E61277045100339E12 /* vobsub.c in Sources */, - 71CCF2E71277045100339E12 /* desc_private.c in Sources */, - 71CCF2E81277045100339E12 /* descriptors.c in Sources */, - 71CCF2E91277045100339E12 /* ipmpx_code.c in Sources */, - 71CCF2EA1277045100339E12 /* ipmpx_dump.c in Sources */, - 71CCF2EB1277045100339E12 /* ipmpx_parse.c in Sources */, - 71CCF2EC1277045100339E12 /* oci_codec.c in Sources */, - 71CCF2ED1277045100339E12 /* odf_code.c in Sources */, - 71CCF2EE1277045100339E12 /* odf_codec.c in Sources */, - 71CCF2EF1277045100339E12 /* odf_command.c in Sources */, - 71CCF2F01277045100339E12 /* odf_dump.c in Sources */, - 71CCF2F11277045100339E12 /* odf_parse.c in Sources */, - 71CCF2F21277045100339E12 /* qos.c in Sources */, - 71CCF2F31277045100339E12 /* slc.c in Sources */, - 71CCF2F41277045100339E12 /* encode_isom.c in Sources */, - 71CCF2F51277045100339E12 /* loader_bt.c in Sources */, - 71CCF2F61277045100339E12 /* loader_isom.c in Sources */, - 71CCF2F71277045100339E12 /* loader_qt.c in Sources */, - 71CCF2F81277045100339E12 /* loader_svg.c in Sources */, - 71CCF2F91277045100339E12 /* loader_xmt.c in Sources */, - 71CCF2FA1277045100339E12 /* scene_dump.c in Sources */, - 71CCF2FB1277045100339E12 /* scene_engine.c in Sources */, - 71CCF2FC1277045100339E12 /* scene_manager.c in Sources */, - 71CCF2FD1277045100339E12 /* scene_stats.c in Sources */, - 71CCF2FE1277045100339E12 /* swf_bifs.c in Sources */, - 71CCF2FF1277045100339E12 /* swf_parse.c in Sources */, - 71CCF3001277045100339E12 /* text_to_bifs.c in Sources */, - 71CCF3011277045100339E12 /* base_scenegraph.c in Sources */, - 71CCF3021277045100339E12 /* commands.c in Sources */, - 71CCF3031277045100339E12 /* dom_events.c in Sources */, - 71CCF3041277045100339E12 /* dom_smjs.c in Sources */, - 71CCF3051277045100339E12 /* mpeg4_animators.c in Sources */, - 71CCF3061277045100339E12 /* mpeg4_nodes.c in Sources */, - 71CCF3071277045100339E12 /* mpeg4_valuator.c in Sources */, - 71CCF3081277045100339E12 /* smil_anim.c in Sources */, - 71CCF3091277045100339E12 /* smil_timing.c in Sources */, - 71CCF30A1277045100339E12 /* svg_attributes.c in Sources */, - 71CCF30B1277045100339E12 /* svg_properties.c in Sources */, - 71CCF30C1277045100339E12 /* svg_smjs.c in Sources */, - 71CCF30D1277045100339E12 /* svg_types.c in Sources */, - 71CCF30E1277045100339E12 /* vrml_interpolators.c in Sources */, - 71CCF30F1277045100339E12 /* vrml_proto.c in Sources */, - 71CCF3101277045100339E12 /* vrml_route.c in Sources */, - 71CCF3111277045100339E12 /* vrml_script.c in Sources */, - 71CCF3121277045100339E12 /* vrml_smjs.c in Sources */, - 71CCF3131277045100339E12 /* vrml_tools.c in Sources */, - 71CCF3141277045100339E12 /* x3d_nodes.c in Sources */, - 71CCF3151277045100339E12 /* xbl_process.c in Sources */, - 71CCF3161277045100339E12 /* xml_ns.c in Sources */, - 71CCF3171277045100339E12 /* channel.c in Sources */, - 71CCF3181277045100339E12 /* clock.c in Sources */, - 71CCF3191277045100339E12 /* decoder.c in Sources */, - 71CCF31A1277045100339E12 /* input_sensor.c in Sources */, - 71CCF31C1277045100339E12 /* media_control.c in Sources */, - 71CCF31E1277045100339E12 /* media_manager.c in Sources */, - 71CCF31F1277045100339E12 /* media_memory.c in Sources */, - 71CCF3211277045100339E12 /* media_object.c in Sources */, - 71CCF3221277045100339E12 /* media_sensor.c in Sources */, - 71CCF3231277045100339E12 /* mpeg4_inline.c in Sources */, - 71CCF3241277045100339E12 /* network_service.c in Sources */, - 71CCF3251277045100339E12 /* object_browser.c in Sources */, - 71CCF3261277045100339E12 /* object_manager.c in Sources */, - 71CCF3271277045100339E12 /* scene.c in Sources */, - 71CCF3281277045100339E12 /* svg_external.c in Sources */, - 71CCF3291277045100339E12 /* term_node_init.c in Sources */, - 71CCF32A1277045100339E12 /* terminal.c in Sources */, - 71CCF32B1277045100339E12 /* base_encoding.c in Sources */, - 71CCF32C1277045100339E12 /* bitstream.c in Sources */, - 71CCF32D1277045100339E12 /* color.c in Sources */, - 71CCF32E1277045100339E12 /* configfile.c in Sources */, - 71CCF32F1277045100339E12 /* dlmalloc.c in Sources */, - 71CCF3301277045100339E12 /* downloader.c in Sources */, - 71CCF3311277045100339E12 /* error.c in Sources */, - 71CCF3331277045100339E12 /* list.c in Sources */, - 71CCF3341277045100339E12 /* math.c in Sources */, - 71CCF3351277045100339E12 /* module.c in Sources */, - 71CCF3371277045100339E12 /* os_divers.c in Sources */, - 71CCF3381277045100339E12 /* os_module.c in Sources */, - 71CCF3391277045100339E12 /* os_net.c in Sources */, - 71CCF33A1277045100339E12 /* os_thread.c in Sources */, - 71CCF33B1277045100339E12 /* path2d.c in Sources */, - 71CCF33C1277045100339E12 /* path2d_stroker.c in Sources */, - 71CCF33F1277045100339E12 /* token.c in Sources */, - 71CCF3401277045100339E12 /* uni_bidi.c in Sources */, - 71CCF3411277045100339E12 /* url.c in Sources */, - 71CCF3421277045100339E12 /* utf.c in Sources */, - 71CCF3431277045100339E12 /* xml_parser.c in Sources */, - 71CCF3451277045100339E12 /* zutil.c in Sources */, - 7141FF301292CB9200FCB27D /* alloc.c in Sources */, - 7147426012B918C900DB5A59 /* cache.c in Sources */, - 970A26C913434D2C0007362C /* m3u8.c in Sources */, - 970A26CA13434D2C0007362C /* mpd.c in Sources */, - 970A26D713434DAC0007362C /* ringbuffer.c in Sources */, - 970A26D813434DAC0007362C /* unicode.c in Sources */, - 97FF0660138CE4C400D6C707 /* os_config_init.c in Sources */, - 97FF0662138CE4E400D6C707 /* carousel.c in Sources */, - 97FBAAE913BB61D700800B2F /* dvb.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - 713FD6E41393868200E8102E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 718478371278647200917298 /* dummy_in */; - targetProxy = 713FD6E31393868200E8102E /* PBXContainerItemProxy */; - }; - 718477D5127814D600917298 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 71CCF1301277037A00339E12 /* libgpac_static */; - targetProxy = 718477D4127814D600917298 /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin XCBuildConfiguration section */ - 71179CC51292EC3500A83216 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; - EXECUTABLE_EXTENSION = dylib; - EXECUTABLE_PREFIX = gm_; - GCC_DYNAMIC_NO_PIC = NO; - GCC_OPTIMIZATION_LEVEL = 0; - HEADER_SEARCH_PATHS = ../../include; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/build/Release-iphonesimulator\"", - "\"$(SRCROOT)/../../bin/iOS\"", - ); - MACH_O_TYPE = mh_dylib; - OTHER_LDFLAGS = ( - "-dynamic", - "-install_name", - "@loader_path/gm_mpd_in.dylib", - ); - PREBINDING = NO; - PRODUCT_NAME = mpd_in; - }; - name = Debug; - }; - 71179CC61292EC3500A83216 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = YES; - EXECUTABLE_EXTENSION = dylib; - EXECUTABLE_PREFIX = gm_; - GCC_ENABLE_FIX_AND_CONTINUE = NO; - HEADER_SEARCH_PATHS = ../../include; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/build/Release-iphonesimulator\"", - "\"$(SRCROOT)/../../bin/iOS\"", - ); - MACH_O_TYPE = mh_dylib; - OTHER_LDFLAGS = ( - "-dynamic", - "-install_name", - "@loader_path/gm_mpd_in.dylib", - ); - PREBINDING = NO; - PRODUCT_NAME = mpd_in; - ZERO_LINK = NO; - }; - name = Release; - }; - 718477D1127814B300917298 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; - EXECUTABLE_EXTENSION = dylib; - EXECUTABLE_PREFIX = ""; - GCC_DYNAMIC_NO_PIC = NO; - GCC_OPTIMIZATION_LEVEL = 0; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/../../extra_lib/lib/iOS\"", - ); - MACH_O_TYPE = mh_dylib; - ONLY_ACTIVE_ARCH = NO; - OTHER_LDFLAGS = ( - "-dynamic", - "-install_name", - "@loader_path/libgpac_dynamic.dylib", - ); - PREBINDING = NO; - PRODUCT_NAME = libgpac_dynamic; - }; - name = Debug; - }; - 718477D2127814B300917298 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = YES; - EXECUTABLE_EXTENSION = dylib; - EXECUTABLE_PREFIX = ""; - GCC_ENABLE_FIX_AND_CONTINUE = NO; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/../../extra_lib/lib/iOS\"", - ); - MACH_O_TYPE = mh_dylib; - ONLY_ACTIVE_ARCH = NO; - OTHER_LDFLAGS = ( - "-dynamic", - "-install_name", - "@loader_path/libgpac_dynamic.dylib", - ); - PREBINDING = NO; - PRODUCT_NAME = libgpac_dynamic; - ZERO_LINK = NO; - }; - name = Release; - }; - 718478321278645C00917298 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; - EXECUTABLE_EXTENSION = dylib; - EXECUTABLE_PREFIX = gm_; - GCC_C_LANGUAGE_STANDARD = c99; - GCC_DYNAMIC_NO_PIC = NO; - GCC_OPTIMIZATION_LEVEL = 0; - HEADER_SEARCH_PATHS = ../../include; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/../../extra_lib/lib/iOS\"", - "\"$(SRCROOT)/build/Release-iphonesimulator\"", - "\"$(SRCROOT)/../../bin/iOS\"", - ); - MACH_O_TYPE = mh_dylib; - OTHER_CFLAGS = "-fgnu89-inline"; - OTHER_LDFLAGS = ( - "-dynamic", - "-install_name", - "@loader_path/gm_soft_raster.dylib", - ); - PREBINDING = NO; - PRODUCT_NAME = soft_raster; - }; - name = Debug; - }; - 718478331278645C00917298 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = YES; - EXECUTABLE_EXTENSION = dylib; - EXECUTABLE_PREFIX = gm_; - GCC_ENABLE_FIX_AND_CONTINUE = NO; - HEADER_SEARCH_PATHS = ../../include; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/../../extra_lib/lib/iOS\"", - "\"$(SRCROOT)/build/Release-iphonesimulator\"", - "\"$(SRCROOT)/../../bin/iOS\"", - ); - MACH_O_TYPE = mh_dylib; - OTHER_LDFLAGS = ( - "-dynamic", - "-install_name", - "@loader_path/gm_soft_raster.dylib", - ); - PREBINDING = NO; - PRODUCT_NAME = soft_raster; - ZERO_LINK = NO; - }; - name = Release; - }; - 718478391278647300917298 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; - EXECUTABLE_EXTENSION = dylib; - EXECUTABLE_PREFIX = gm_; - GCC_DYNAMIC_NO_PIC = NO; - GCC_OPTIMIZATION_LEVEL = 0; - HEADER_SEARCH_PATHS = ../../include; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/../../extra_lib/lib/iOS\"", - "\"$(SRCROOT)/build/Release-iphonesimulator\"", - "\"$(SRCROOT)/../../bin/iOS\"", - ); - MACH_O_TYPE = mh_dylib; - OTHER_LDFLAGS = ( - "-dynamic", - "-install_name", - "@loader_path/gm_dummy_in.dylib", - ); - PREBINDING = NO; - PRODUCT_NAME = dummy_in; - }; - name = Debug; - }; - 7184783A1278647300917298 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = YES; - EXECUTABLE_EXTENSION = dylib; - EXECUTABLE_PREFIX = gm_; - GCC_ENABLE_FIX_AND_CONTINUE = NO; - HEADER_SEARCH_PATHS = ../../include; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/../../extra_lib/lib/iOS\"", - "\"$(SRCROOT)/build/Release-iphonesimulator\"", - "\"$(SRCROOT)/../../bin/iOS\"", - ); - MACH_O_TYPE = mh_dylib; - OTHER_LDFLAGS = ( - "-dynamic", - "-install_name", - "@loader_path/gm_dummy_in.dylib", - ); - PREBINDING = NO; - PRODUCT_NAME = dummy_in; - ZERO_LINK = NO; - }; - name = Release; - }; - 71847842127864AD00917298 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; - EXECUTABLE_EXTENSION = dylib; - EXECUTABLE_PREFIX = gm_; - GCC_DYNAMIC_NO_PIC = NO; - GCC_OPTIMIZATION_LEVEL = 0; - HEADER_SEARCH_PATHS = ../../include; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/../../extra_lib/lib/iOS\"", - "\"$(SRCROOT)/build/Release-iphonesimulator\"", - "\"$(SRCROOT)/../../bin/iOS\"", - ); - MACH_O_TYPE = mh_dylib; - OTHER_LDFLAGS = ( - "-dynamic", - "-install_name", - "@loader_path/gm_ctx_load.dylib", - ); - PREBINDING = NO; - PRODUCT_NAME = ctx_load; - }; - name = Debug; - }; - 71847843127864AD00917298 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = YES; - EXECUTABLE_EXTENSION = dylib; - EXECUTABLE_PREFIX = gm_; - GCC_ENABLE_FIX_AND_CONTINUE = NO; - HEADER_SEARCH_PATHS = ../../include; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/../../extra_lib/lib/iOS\"", - "\"$(SRCROOT)/build/Release-iphonesimulator\"", - "\"$(SRCROOT)/../../bin/iOS\"", - ); - MACH_O_TYPE = mh_dylib; - OTHER_LDFLAGS = ( - "-dynamic", - "-install_name", - "@loader_path/gm_ctx_load.dylib", - ); - PREBINDING = NO; - PRODUCT_NAME = ctx_load; - ZERO_LINK = NO; - }; - name = Release; - }; - 7184784A1278654100917298 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; - EXECUTABLE_EXTENSION = dylib; - EXECUTABLE_PREFIX = gm_; - GCC_DYNAMIC_NO_PIC = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - GPAC_CONFIG_DARWIN, - GPAC_IPHONE, - XP_UNIX, - GPAC_HAS_FAAD, - ); - HEADER_SEARCH_PATHS = ( - ../../include, - ../../extra_lib/include/faad, - ); - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/../../extra_lib/lib/iOS\"", - "\"$(SRCROOT)/build/Release-iphonesimulator\"", - "\"$(SRCROOT)/../../bin/iOS\"", - ); - MACH_O_TYPE = mh_dylib; - OTHER_LDFLAGS = ( - "-dynamic", - "-install_name", - "@loader_path/gm_aac_in.dylib", - ); - PREBINDING = NO; - PRODUCT_NAME = aac_in; - }; - name = Debug; - }; - 7184784B1278654100917298 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = YES; - EXECUTABLE_EXTENSION = dylib; - EXECUTABLE_PREFIX = gm_; - GCC_ENABLE_FIX_AND_CONTINUE = NO; - GCC_PREPROCESSOR_DEFINITIONS = ( - GPAC_CONFIG_DARWIN, - GPAC_IPHONE, - XP_UNIX, - GPAC_HAS_FAAD, - ); - HEADER_SEARCH_PATHS = ( - ../../include, - ../../extra_lib/include/faad, - ); - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/../../extra_lib/lib/iOS\"", - "\"$(SRCROOT)/build/Release-iphonesimulator\"", - "\"$(SRCROOT)/../../bin/iOS\"", - ); - MACH_O_TYPE = mh_dylib; - OTHER_LDFLAGS = ( - "-dynamic", - "-install_name", - "@loader_path/gm_aac_in.dylib", - ); - PREBINDING = NO; - PRODUCT_NAME = aac_in; - ZERO_LINK = NO; - }; - name = Release; - }; - 718478511278655900917298 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; - EXECUTABLE_EXTENSION = dylib; - EXECUTABLE_PREFIX = gm_; - GCC_DYNAMIC_NO_PIC = NO; - GCC_OPTIMIZATION_LEVEL = 0; - HEADER_SEARCH_PATHS = ../../include; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/../../extra_lib/lib/iOS\"", - "\"$(SRCROOT)/build/Release-iphonesimulator\"", - "\"$(SRCROOT)/../../bin/iOS\"", - ); - MACH_O_TYPE = mh_dylib; - OTHER_LDFLAGS = ( - "-dynamic", - "-install_name", - "@loader_path/gm_svg_in.dylib", - ); - PREBINDING = NO; - PRODUCT_NAME = svg_in; - }; - name = Debug; - }; - 718478521278655900917298 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = YES; - EXECUTABLE_EXTENSION = dylib; - EXECUTABLE_PREFIX = gm_; - GCC_ENABLE_FIX_AND_CONTINUE = NO; - HEADER_SEARCH_PATHS = ../../include; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/../../extra_lib/lib/iOS\"", - "\"$(SRCROOT)/build/Release-iphonesimulator\"", - "\"$(SRCROOT)/../../bin/iOS\"", - ); - MACH_O_TYPE = mh_dylib; - OTHER_LDFLAGS = ( - "-dynamic", - "-install_name", - "@loader_path/gm_svg_in.dylib", - ); - PREBINDING = NO; - PRODUCT_NAME = svg_in; - ZERO_LINK = NO; - }; - name = Release; - }; - 718478581278656F00917298 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; - EXECUTABLE_EXTENSION = dylib; - EXECUTABLE_PREFIX = gm_; - GCC_DYNAMIC_NO_PIC = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - GPAC_CONFIG_DARWIN, - GPAC_IPHONE, - XP_UNIX, - GPAC_HAS_MAD, - ); - HEADER_SEARCH_PATHS = ( - ../../include, - ../../extra_lib/include/mad, - ); - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/../../extra_lib/lib/iOS\"", - "\"$(SRCROOT)/build/Release-iphonesimulator\"", - "\"$(SRCROOT)/../../bin/iOS\"", - ); - MACH_O_TYPE = mh_dylib; - OTHER_LDFLAGS = ( - "-dynamic", - "-install_name", - "@loader_path/gm_mp3_in.dylib", - ); - PREBINDING = NO; - PRODUCT_NAME = mp3_in; - }; - name = Debug; - }; - 718478591278656F00917298 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = YES; - EXECUTABLE_EXTENSION = dylib; - EXECUTABLE_PREFIX = gm_; - GCC_ENABLE_FIX_AND_CONTINUE = NO; - GCC_PREPROCESSOR_DEFINITIONS = ( - GPAC_CONFIG_DARWIN, - GPAC_IPHONE, - XP_UNIX, - GPAC_HAS_MAD, - ); - HEADER_SEARCH_PATHS = ( - ../../include, - ../../extra_lib/include/mad, - ); - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/../../extra_lib/lib/iOS\"", - "\"$(SRCROOT)/build/Release-iphonesimulator\"", - "\"$(SRCROOT)/../../bin/iOS\"", - ); - MACH_O_TYPE = mh_dylib; - OTHER_LDFLAGS = ( - "-dynamic", - "-install_name", - "@loader_path/gm_mp3_in.dylib", - ); - PREBINDING = NO; - PRODUCT_NAME = mp3_in; - ZERO_LINK = NO; - }; - name = Release; - }; - 7184785F1278657F00917298 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; - EXECUTABLE_EXTENSION = dylib; - EXECUTABLE_PREFIX = gm_; - GCC_DYNAMIC_NO_PIC = NO; - GCC_OPTIMIZATION_LEVEL = 0; - HEADER_SEARCH_PATHS = ../../include; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/../../extra_lib/lib/iOS\"", - "\"$(SRCROOT)/build/Release-iphonesimulator\"", - "\"$(SRCROOT)/../../bin/iOS\"", - ); - MACH_O_TYPE = mh_dylib; - OTHER_LDFLAGS = ( - "-dynamic", - "-install_name", - "@loader_path/gm_img_in.dylib", - ); - PREBINDING = NO; - PRODUCT_NAME = img_in; - }; - name = Debug; - }; - 718478601278657F00917298 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = YES; - EXECUTABLE_EXTENSION = dylib; - EXECUTABLE_PREFIX = gm_; - GCC_ENABLE_FIX_AND_CONTINUE = NO; - HEADER_SEARCH_PATHS = ../../include; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/../../extra_lib/lib/iOS\"", - "\"$(SRCROOT)/build/Release-iphonesimulator\"", - "\"$(SRCROOT)/../../bin/iOS\"", - ); - MACH_O_TYPE = mh_dylib; - OTHER_LDFLAGS = ( - "-dynamic", - "-install_name", - "@loader_path/gm_img_in.dylib", - ); - PREBINDING = NO; - PRODUCT_NAME = img_in; - ZERO_LINK = NO; - }; - name = Release; - }; - 718478661278658B00917298 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; - EXECUTABLE_EXTENSION = dylib; - EXECUTABLE_PREFIX = gm_; - GCC_DYNAMIC_NO_PIC = NO; - GCC_OPTIMIZATION_LEVEL = 0; - HEADER_SEARCH_PATHS = ../../include; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/../../extra_lib/lib/iOS\"", - "\"$(SRCROOT)/build/Release-iphonesimulator\"", - "\"$(SRCROOT)/../../bin/iOS\"", - ); - MACH_O_TYPE = mh_dylib; - OTHER_LDFLAGS = ( - "-dynamic", - "-install_name", - "@loader_path/gm_bifs_dec.dylib", - ); - PREBINDING = NO; - PRODUCT_NAME = bifs_dec; - }; - name = Debug; - }; - 718478671278658B00917298 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = YES; - EXECUTABLE_EXTENSION = dylib; - EXECUTABLE_PREFIX = gm_; - GCC_ENABLE_FIX_AND_CONTINUE = NO; - HEADER_SEARCH_PATHS = ../../include; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/../../extra_lib/lib/iOS\"", - "\"$(SRCROOT)/build/Release-iphonesimulator\"", - "\"$(SRCROOT)/../../bin/iOS\"", - ); - MACH_O_TYPE = mh_dylib; - OTHER_LDFLAGS = ( - "-dynamic", - "-install_name", - "@loader_path/gm_bifs_dec.dylib", - ); - PREBINDING = NO; - PRODUCT_NAME = bifs_dec; - ZERO_LINK = NO; - }; - name = Release; - }; - 7184786D127865A300917298 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; - EXECUTABLE_EXTENSION = dylib; - EXECUTABLE_PREFIX = gm_; - GCC_DYNAMIC_NO_PIC = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - GPAC_CONFIG_DARWIN, - GPAC_IPHONE, - XP_UNIX, - GPAC_HAS_SPIDERMONKEY, - MOZILLA_1_8_BRANCH, - ); - HEADER_SEARCH_PATHS = ( - ../../include, - ../../extra_lib/include/js, - ); - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/../../extra_lib/lib/iOS\"", - "\"$(SRCROOT)/build/Release-iphonesimulator\"", - "\"$(SRCROOT)/../../bin/iOS\"", - ); - MACH_O_TYPE = mh_dylib; - OTHER_LDFLAGS = ( - "-dynamic", - "-install_name", - "@loader_path/gm_gpac_js.dylib", - ); - PREBINDING = NO; - PRODUCT_NAME = gpac_js; - }; - name = Debug; - }; - 7184786E127865A300917298 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = YES; - EXECUTABLE_EXTENSION = dylib; - EXECUTABLE_PREFIX = gm_; - GCC_ENABLE_FIX_AND_CONTINUE = NO; - GCC_PREPROCESSOR_DEFINITIONS = ( - GPAC_CONFIG_DARWIN, - GPAC_IPHONE, - XP_UNIX, - GPAC_HAS_SPIDERMONKEY, - MOZILLA_1_8_BRANCH, - ); - HEADER_SEARCH_PATHS = ( - ../../include, - ../../extra_lib/include/js, - ); - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/../../extra_lib/lib/iOS\"", - "\"$(SRCROOT)/build/Release-iphonesimulator\"", - "\"$(SRCROOT)/../../bin/iOS\"", - ); - MACH_O_TYPE = mh_dylib; - OTHER_LDFLAGS = ( - "-dynamic", - "-install_name", - "@loader_path/gm_gpac_js.dylib", - ); - PREBINDING = NO; - PRODUCT_NAME = gpac_js; - ZERO_LINK = NO; - }; - name = Release; - }; - 71847874127865B700917298 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; - EXECUTABLE_EXTENSION = dylib; - EXECUTABLE_PREFIX = gm_; - GCC_DYNAMIC_NO_PIC = NO; - GCC_OPTIMIZATION_LEVEL = 0; - HEADER_SEARCH_PATHS = ../../include; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/../../extra_lib/lib/iOS\"", - "\"$(SRCROOT)/build/Release-iphonesimulator\"", - "\"$(SRCROOT)/../../bin/iOS\"", - ); - MACH_O_TYPE = mh_dylib; - OTHER_LDFLAGS = ( - "-dynamic", - "-install_name", - "@loader_path/gm_isom_in.dylib", - ); - PREBINDING = NO; - PRODUCT_NAME = isom_in; - }; - name = Debug; - }; - 71847875127865B700917298 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = YES; - EXECUTABLE_EXTENSION = dylib; - EXECUTABLE_PREFIX = gm_; - GCC_ENABLE_FIX_AND_CONTINUE = NO; - HEADER_SEARCH_PATHS = ../../include; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/../../extra_lib/lib/iOS\"", - "\"$(SRCROOT)/build/Release-iphonesimulator\"", - "\"$(SRCROOT)/../../bin/iOS\"", - ); - MACH_O_TYPE = mh_dylib; - OTHER_LDFLAGS = ( - "-dynamic", - "-install_name", - "@loader_path/gm_isom_in.dylib", - ); - PREBINDING = NO; - PRODUCT_NAME = isom_in; - ZERO_LINK = NO; - }; - name = Release; - }; - 7184787B127865CC00917298 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; - EXECUTABLE_EXTENSION = dylib; - EXECUTABLE_PREFIX = gm_; - GCC_DYNAMIC_NO_PIC = NO; - GCC_OPTIMIZATION_LEVEL = 0; - HEADER_SEARCH_PATHS = ../../include; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/../../extra_lib/lib/iOS\"", - "\"$(SRCROOT)/build/Release-iphonesimulator\"", - "\"$(SRCROOT)/../../bin/iOS\"", - ); - MACH_O_TYPE = mh_dylib; - OTHER_LDFLAGS = ( - "-dynamic", - "-install_name", - "@loader_path/gm_laser_dec.dylib", - ); - PREBINDING = NO; - PRODUCT_NAME = laser_dec; - }; - name = Debug; - }; - 7184787C127865CC00917298 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = YES; - EXECUTABLE_EXTENSION = dylib; - EXECUTABLE_PREFIX = gm_; - GCC_ENABLE_FIX_AND_CONTINUE = NO; - HEADER_SEARCH_PATHS = ../../include; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/../../extra_lib/lib/iOS\"", - "\"$(SRCROOT)/build/Release-iphonesimulator\"", - "\"$(SRCROOT)/../../bin/iOS\"", - ); - MACH_O_TYPE = mh_dylib; - OTHER_LDFLAGS = ( - "-dynamic", - "-install_name", - "@loader_path/gm_laser_dec.dylib", - ); - PREBINDING = NO; - PRODUCT_NAME = laser_dec; - ZERO_LINK = NO; - }; - name = Release; - }; - 71847882127865D700917298 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; - EXECUTABLE_EXTENSION = dylib; - EXECUTABLE_PREFIX = gm_; - GCC_DYNAMIC_NO_PIC = NO; - GCC_OPTIMIZATION_LEVEL = 0; - HEADER_SEARCH_PATHS = ../../include; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/../../extra_lib/lib/iOS\"", - "\"$(SRCROOT)/build/Release-iphonesimulator\"", - "\"$(SRCROOT)/../../bin/iOS\"", - ); - MACH_O_TYPE = mh_dylib; - OTHER_LDFLAGS = ( - "-dynamic", - "-install_name", - "@loader_path/gm_odf_dec.dylib", - ); - PREBINDING = NO; - PRODUCT_NAME = odf_dec; - }; - name = Debug; - }; - 71847883127865D700917298 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = YES; - EXECUTABLE_EXTENSION = dylib; - EXECUTABLE_PREFIX = gm_; - GCC_ENABLE_FIX_AND_CONTINUE = NO; - HEADER_SEARCH_PATHS = ../../include; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/../../extra_lib/lib/iOS\"", - "\"$(SRCROOT)/build/Release-iphonesimulator\"", - "\"$(SRCROOT)/../../bin/iOS\"", - ); - MACH_O_TYPE = mh_dylib; - OTHER_LDFLAGS = ( - "-dynamic", - "-install_name", - "@loader_path/gm_odf_dec.dylib", - ); - PREBINDING = NO; - PRODUCT_NAME = odf_dec; - ZERO_LINK = NO; - }; - name = Release; - }; - 71847892127865F800917298 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; - EXECUTABLE_EXTENSION = dylib; - EXECUTABLE_PREFIX = gm_; - GCC_DYNAMIC_NO_PIC = NO; - GCC_OPTIMIZATION_LEVEL = 0; - HEADER_SEARCH_PATHS = ../../include; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/../../extra_lib/lib/iOS\"", - "\"$(SRCROOT)/build/Release-iphonesimulator\"", - "\"$(SRCROOT)/../../bin/iOS\"", - ); - MACH_O_TYPE = mh_dylib; - OTHER_LDFLAGS = ( - "-dynamic", - "-install_name", - "@loader_path/gm_rtp_in.dylib", - ); - PREBINDING = NO; - PRODUCT_NAME = rtp_in; - }; - name = Debug; - }; - 71847893127865F800917298 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = YES; - EXECUTABLE_EXTENSION = dylib; - EXECUTABLE_PREFIX = gm_; - GCC_ENABLE_FIX_AND_CONTINUE = NO; - HEADER_SEARCH_PATHS = ../../include; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/../../extra_lib/lib/iOS\"", - "\"$(SRCROOT)/build/Release-iphonesimulator\"", - "\"$(SRCROOT)/../../bin/iOS\"", - ); - MACH_O_TYPE = mh_dylib; - OTHER_LDFLAGS = ( - "-dynamic", - "-install_name", - "@loader_path/gm_rtp_in.dylib", - ); - PREBINDING = NO; - PRODUCT_NAME = rtp_in; - ZERO_LINK = NO; - }; - name = Release; - }; - 718478991278660400917298 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; - EXECUTABLE_EXTENSION = dylib; - EXECUTABLE_PREFIX = gm_; - GCC_DYNAMIC_NO_PIC = NO; - GCC_OPTIMIZATION_LEVEL = 0; - HEADER_SEARCH_PATHS = ../../include; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/../../extra_lib/lib/iOS\"", - "\"$(SRCROOT)/build/Release-iphonesimulator\"", - "\"$(SRCROOT)/../../bin/iOS\"", - ); - MACH_O_TYPE = mh_dylib; - OTHER_LDFLAGS = ( - "-dynamic", - "-install_name", - "@loader_path/gm_mpegts_in.dylib", - ); - PREBINDING = NO; - PRODUCT_NAME = mpegts_in; - }; - name = Debug; - }; - 7184789A1278660400917298 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = YES; - EXECUTABLE_EXTENSION = dylib; - EXECUTABLE_PREFIX = gm_; - GCC_ENABLE_FIX_AND_CONTINUE = NO; - HEADER_SEARCH_PATHS = ../../include; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/../../extra_lib/lib/iOS\"", - "\"$(SRCROOT)/build/Release-iphonesimulator\"", - "\"$(SRCROOT)/../../bin/iOS\"", - ); - MACH_O_TYPE = mh_dylib; - OTHER_LDFLAGS = ( - "-dynamic", - "-install_name", - "@loader_path/gm_mpegts_in.dylib", - ); - PREBINDING = NO; - PRODUCT_NAME = mpegts_in; - ZERO_LINK = NO; - }; - name = Release; - }; - 718478A01278661800917298 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; - EXECUTABLE_EXTENSION = dylib; - EXECUTABLE_PREFIX = gm_; - GCC_DYNAMIC_NO_PIC = NO; - GCC_OPTIMIZATION_LEVEL = 0; - HEADER_SEARCH_PATHS = ( - ../../extra_lib/include/freetype, - ../../include, - ); - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/../../extra_lib/lib/iOS\"", - "\"$(SRCROOT)/build/Release-iphonesimulator\"", - "\"$(SRCROOT)/../../bin/iOS\"", - ); - MACH_O_TYPE = mh_dylib; - OTHER_LDFLAGS = ( - "-dynamic", - "-install_name", - "@loader_path/gm_ft_font.dylib", - ); - PREBINDING = NO; - PRODUCT_NAME = ft_font; - }; - name = Debug; - }; - 718478A11278661800917298 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = YES; - EXECUTABLE_EXTENSION = dylib; - EXECUTABLE_PREFIX = gm_; - GCC_ENABLE_FIX_AND_CONTINUE = NO; - HEADER_SEARCH_PATHS = ( - ../../extra_lib/include/freetype, - ../../include, - ); - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/../../extra_lib/lib/iOS\"", - "\"$(SRCROOT)/build/Release-iphonesimulator\"", - "\"$(SRCROOT)/../../bin/iOS\"", - ); - MACH_O_TYPE = mh_dylib; - OTHER_LDFLAGS = ( - "-dynamic", - "-install_name", - "@loader_path/gm_ft_font.dylib", - ); - PREBINDING = NO; - PRODUCT_NAME = ft_font; - ZERO_LINK = NO; - }; - name = Release; - }; - 718478A71278662F00917298 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; - EXECUTABLE_EXTENSION = dylib; - EXECUTABLE_PREFIX = gm_; - GCC_DYNAMIC_NO_PIC = NO; - GCC_OPTIMIZATION_LEVEL = 0; - HEADER_SEARCH_PATHS = ( - ../../include, - ../../extra_lib/include/js, - ); - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/../../extra_lib/lib/iOS\"", - "\"$(SRCROOT)/build/Release-iphonesimulator\"", - "\"$(SRCROOT)/../../bin/iOS\"", - ); - MACH_O_TYPE = mh_dylib; - OTHER_LDFLAGS = ( - "-dynamic", - "-install_name", - "@loader_path/gm_widgetman.dylib", - ); - PREBINDING = NO; - PRODUCT_NAME = widgetman; - }; - name = Debug; - }; - 718478A81278662F00917298 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = YES; - EXECUTABLE_EXTENSION = dylib; - EXECUTABLE_PREFIX = gm_; - GCC_ENABLE_FIX_AND_CONTINUE = NO; - HEADER_SEARCH_PATHS = ( - ../../include, - ../../extra_lib/include/js, - ); - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/../../extra_lib/lib/iOS\"", - "\"$(SRCROOT)/build/Release-iphonesimulator\"", - "\"$(SRCROOT)/../../bin/iOS\"", - ); - MACH_O_TYPE = mh_dylib; - OTHER_LDFLAGS = ( - "-dynamic", - "-install_name", - "@loader_path/gm_widgetman.dylib", - ); - PREBINDING = NO; - PRODUCT_NAME = widgetman; - ZERO_LINK = NO; - }; - name = Release; - }; - 718478B21278666100917298 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; - EXECUTABLE_EXTENSION = dylib; - EXECUTABLE_PREFIX = gm_; - GCC_DYNAMIC_NO_PIC = NO; - GCC_OPTIMIZATION_LEVEL = 0; - HEADER_SEARCH_PATHS = ( - ../../include, - ../../extra_lib/include/SDL, - ); - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/../../extra_lib/lib/iOS\"", - "\"$(SRCROOT)/build/Release-iphonesimulator\"", - "\"$(SRCROOT)/../../bin/iOS\"", - ); - MACH_O_TYPE = mh_dylib; - OTHER_LDFLAGS = ( - "-dynamic", - "-install_name", - "@loader_path/gm_sdl_out.dylib", - ); - PREBINDING = NO; - PRODUCT_NAME = sdl_out; - }; - name = Debug; - }; - 718478B31278666100917298 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = YES; - EXECUTABLE_EXTENSION = dylib; - EXECUTABLE_PREFIX = gm_; - GCC_ENABLE_FIX_AND_CONTINUE = NO; - HEADER_SEARCH_PATHS = ( - ../../include, - ../../extra_lib/include/SDL, - ); - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/../../extra_lib/lib/iOS\"", - "\"$(SRCROOT)/build/Release-iphonesimulator\"", - "\"$(SRCROOT)/../../bin/iOS\"", - ); - MACH_O_TYPE = mh_dylib; - OTHER_LDFLAGS = ( - "-dynamic", - "-install_name", - "@loader_path/gm_sdl_out.dylib", - ); - PREBINDING = NO; - PRODUCT_NAME = sdl_out; - ZERO_LINK = NO; - }; - name = Release; - }; - 71A19B1D12796B5700ACFF58 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - DEAD_CODE_STRIPPING = NO; - GCC_DYNAMIC_NO_PIC = NO; - GCC_OBJC_CALL_CXX_CDTORS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PRECOMPILE_PREFIX_HEADER = NO; - GCC_PREFIX_HEADER = ""; - HEADER_SEARCH_PATHS = ( - ../../include, - ../../extra_lib/include/SDL, - ); - INFOPLIST_FILE = "../../applications/osmo4_ios/osmo4ios-Info.plist"; - INSTALL_PATH = "$(HOME)/Applications"; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/../../extra_lib/lib/iOS\"", - ); - MACOSX_DEPLOYMENT_TARGET = 10.6; - OTHER_LDFLAGS = ""; - PREBINDING = NO; - PRODUCT_NAME = osmo4ios; - PROVISIONING_PROFILE = ""; - "PROVISIONING_PROFILE[sdk=iphoneos*]" = ""; - SKIP_INSTALL = YES; - }; - name = Debug; - }; - 71A19B1E12796B5700ACFF58 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = YES; - GCC_ENABLE_FIX_AND_CONTINUE = NO; - GCC_PRECOMPILE_PREFIX_HEADER = NO; - GCC_PREFIX_HEADER = ""; - HEADER_SEARCH_PATHS = ( - ../../include, - ../../extra_lib/include/SDL, - ); - INFOPLIST_FILE = "../../applications/osmo4_ios/osmo4ios-Info.plist"; - INSTALL_PATH = "$(HOME)/Applications"; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/../../extra_lib/lib/iOS\"", - ); - MACOSX_DEPLOYMENT_TARGET = 10.6; - OTHER_LDFLAGS = ""; - PREBINDING = NO; - PRODUCT_NAME = osmo4ios; - PROVISIONING_PROFILE = ""; - "PROVISIONING_PROFILE[sdk=iphoneos*]" = ""; - ZERO_LINK = NO; - }; - name = Release; - }; - 71CCF1331277037B00339E12 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; - EXECUTABLE_PREFIX = ""; - GCC_DYNAMIC_NO_PIC = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_THUMB_SUPPORT = NO; - HEADER_SEARCH_PATHS = ( - ../../include, - ../.., - ../../extra_lib/include/png, - ../../extra_lib/include/jpeg, - ../../extra_lib/include/js, - ../../extra_lib/include/zlib, - ../../modules/sdl_out, - ../../extra_lib/include/SDL, - ); - IPHONEOS_DEPLOYMENT_TARGET = 3.0; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/../../extra_lib/lib/iOS/Debug-iphonesimulator\"", - ); - ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = "-fms-extensions"; - PREBINDING = NO; - PRODUCT_NAME = libgpac_static; - }; - name = Debug; - }; - 71CCF1341277037B00339E12 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = YES; - EXECUTABLE_PREFIX = ""; - GCC_ENABLE_FIX_AND_CONTINUE = NO; - GCC_THUMB_SUPPORT = NO; - HEADER_SEARCH_PATHS = ( - ../../include, - ../.., - ../../extra_lib/include/png, - ../../extra_lib/include/jpeg, - ../../extra_lib/include/js, - ../../extra_lib/include/zlib, - ../../modules/sdl_out, - ../../extra_lib/include/SDL, - ); - IPHONEOS_DEPLOYMENT_TARGET = 3.0; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/../../extra_lib/lib/iOS/Debug-iphonesimulator\"", - ); - ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = ( - "-fms-extensions", - "-DNS_BLOCK_ASSERTIONS=1", - ); - PREBINDING = NO; - PRODUCT_NAME = libgpac_static; - ZERO_LINK = NO; - }; - name = Release; - }; - C01FCF4F08A954540054247B /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_BIT)"; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - GCC_C_LANGUAGE_STANDARD = c99; - GCC_FAST_OBJC_DISPATCH = NO; - GCC_OBJC_CALL_CXX_CDTORS = NO; - GCC_PREPROCESSOR_DEFINITIONS = ( - GPAC_CONFIG_DARWIN, - GPAC_IPHONE, - XP_UNIX, - ); - GCC_THUMB_SUPPORT = NO; - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 3.0; - ONLY_ACTIVE_ARCH = NO; - PREBINDING = NO; - PROVISIONING_PROFILE = ""; - "PROVISIONING_PROFILE[sdk=iphoneos*]" = ""; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - C01FCF5008A954540054247B /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_BIT)"; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - GCC_C_LANGUAGE_STANDARD = c99; - GCC_FAST_OBJC_DISPATCH = NO; - GCC_OBJC_CALL_CXX_CDTORS = NO; - GCC_PREPROCESSOR_DEFINITIONS = ( - GPAC_CONFIG_DARWIN, - GPAC_IPHONE, - XP_UNIX, - ); - GCC_THUMB_SUPPORT = NO; - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 3.0; - ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1"; - PREBINDING = NO; - PROVISIONING_PROFILE = ""; - "PROVISIONING_PROFILE[sdk=iphoneos*]" = ""; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 71179CD11292ECAC00A83216 /* Build configuration list for PBXNativeTarget "mpd_in" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 71179CC51292EC3500A83216 /* Debug */, - 71179CC61292EC3500A83216 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 718477D3127814D100917298 /* Build configuration list for PBXNativeTarget "libgpac_dynamic" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 718477D1127814B300917298 /* Debug */, - 718477D2127814B300917298 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 7184783B1278649100917298 /* Build configuration list for PBXNativeTarget "soft_raster" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 718478321278645C00917298 /* Debug */, - 718478331278645C00917298 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 7184783C1278649100917298 /* Build configuration list for PBXNativeTarget "dummy_in" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 718478391278647300917298 /* Debug */, - 7184783A1278647300917298 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 71847844127864CB00917298 /* Build configuration list for PBXNativeTarget "ctx_load" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 71847842127864AD00917298 /* Debug */, - 71847843127864AD00917298 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 71847884127865F500917298 /* Build configuration list for PBXNativeTarget "aac_in" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 7184784A1278654100917298 /* Debug */, - 7184784B1278654100917298 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 71847885127865F500917298 /* Build configuration list for PBXNativeTarget "svg_in" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 718478511278655900917298 /* Debug */, - 718478521278655900917298 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 71847886127865F500917298 /* Build configuration list for PBXNativeTarget "mp3_in" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 718478581278656F00917298 /* Debug */, - 718478591278656F00917298 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 71847887127865F500917298 /* Build configuration list for PBXNativeTarget "img_in" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 7184785F1278657F00917298 /* Debug */, - 718478601278657F00917298 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 71847888127865F500917298 /* Build configuration list for PBXNativeTarget "bifs_dec" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 718478661278658B00917298 /* Debug */, - 718478671278658B00917298 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 71847889127865F500917298 /* Build configuration list for PBXNativeTarget "gpac_js" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 7184786D127865A300917298 /* Debug */, - 7184786E127865A300917298 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 7184788A127865F500917298 /* Build configuration list for PBXNativeTarget "isom_in" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 71847874127865B700917298 /* Debug */, - 71847875127865B700917298 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 7184788B127865F500917298 /* Build configuration list for PBXNativeTarget "laser_dec" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 7184787B127865CC00917298 /* Debug */, - 7184787C127865CC00917298 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 7184788C127865F500917298 /* Build configuration list for PBXNativeTarget "odf_dec" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 71847882127865D700917298 /* Debug */, - 71847883127865D700917298 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 718478A91278664D00917298 /* Build configuration list for PBXNativeTarget "rtp_in" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 71847892127865F800917298 /* Debug */, - 71847893127865F800917298 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 718478AA1278664D00917298 /* Build configuration list for PBXNativeTarget "mpegts_in" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 718478991278660400917298 /* Debug */, - 7184789A1278660400917298 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 718478AB1278664D00917298 /* Build configuration list for PBXNativeTarget "ft_font" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 718478A01278661800917298 /* Debug */, - 718478A11278661800917298 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 718478AC1278664D00917298 /* Build configuration list for PBXNativeTarget "widgetman" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 718478A71278662F00917298 /* Debug */, - 718478A81278662F00917298 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 718478B41278667F00917298 /* Build configuration list for PBXNativeTarget "sdl_out" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 718478B21278666100917298 /* Debug */, - 718478B31278666100917298 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 71A19B1F12796B5800ACFF58 /* Build configuration list for PBXNativeTarget "osmo4ios" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 71A19B1D12796B5700ACFF58 /* Debug */, - 71A19B1E12796B5700ACFF58 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 71CCF1351277037B00339E12 /* Build configuration list for PBXNativeTarget "libgpac_static" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 71CCF1331277037B00339E12 /* Debug */, - 71CCF1341277037B00339E12 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - C01FCF4E08A954540054247B /* Build configuration list for PBXProject "gpac4ios" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - C01FCF4F08A954540054247B /* Debug */, - C01FCF5008A954540054247B /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 29B97313FDCFA39411CA2CEA /* Project object */; -} diff --git a/build/xcode/libgpac_symbols.h b/build/xcode/libgpac_symbols.h deleted file mode 100644 index 92e6e7d..0000000 --- a/build/xcode/libgpac_symbols.h +++ /dev/null @@ -1,294 +0,0 @@ -/* - * libgpac_hack.h - * mp4client - * - * Created by bouqueau on 17/06/10. - * Copyright 2010 __MyCompanyName__. All rights reserved. - * - */ - - -/*exports for dlopen*/ -#define gf_log_lt _gf_log_lt -#define AVI_close _AVI_close -#define gf_term_del _gf_term_del -#define gf_sleep _gf_sleep -#define gf_sc_release_screen_buffer _gf_sc_release_screen_buffer -#define gf_log_set_callback _gf_log_set_callback -#define gf_prompt_get_char _gf_prompt_get_char -#define gf_set_progress _gf_set_progress -#define gf_term_new _gf_term_new -#define gf_term_process_step _gf_term_process_step -#define gf_sc_get_screen_buffer _gf_sc_get_screen_buffer -#define gf_iphone_set_sdl_audio_module _gf_iphone_set_sdl_audio_module -#define gf_term_step_clocks _gf_term_step_clocks -#define gf_prompt_set_echo_off _gf_prompt_set_echo_off -#define gf_log_get_tools _gf_log_get_tools -#define gf_log_get_level _gf_log_get_level -#define gf_cfg_set_key _gf_cfg_set_key -#define gf_cfg_get_section_count _gf_cfg_get_section_count -#define gf_term_get_service_info _gf_term_get_service_info -#define gf_term_set_size _gf_term_set_size -#define gf_sys_get_rti _gf_sys_get_rti -#define gf_log_set_tools _gf_log_set_tools -#define gf_term_play_from_time _gf_term_play_from_time -#define gf_malloc _gf_malloc -#define gf_log_set_level _gf_log_set_level -#define gf_iphone_set_sdl_video_module _gf_iphone_set_sdl_video_module -#define gf_term_get_option _gf_term_get_option -#define gf_term_user_event _gf_term_user_event -#define gf_modules_get_file_name _gf_modules_get_file_name -#define gf_mx_new _gf_mx_new -#define gf_list_count _gf_list_count -#define gf_free _gf_free -#define gf_term_get_world_info _gf_term_get_world_info -#define gf_cfg_get_section_name _gf_cfg_get_section_name -#define gf_term_navigate_to _gf_term_navigate_to -#define gf_modules_del _gf_modules_del -#define gf_modules_new _gf_modules_new -#define gf_sys_init _gf_sys_init -#define gf_log _gf_log -#define gf_term_get_object_info _gf_term_get_object_info -#define gf_mx_p _gf_mx_p -#define gf_mx_v _gf_mx_v -#define gf_mx_del _gf_mx_del -#define gf_term_process_flush _gf_term_process_flush -#define gf_cfg_get_key_name _gf_cfg_get_key_name -#define AVI_write_frame _AVI_write_frame -#define gf_cfg_del _gf_cfg_del -#define gf_term_get_channel_net_info _gf_term_get_channel_net_info -#define gf_term_process_shortcut _gf_term_process_shortcut -#define gf_cfg_init _gf_cfg_init -#define gf_term_get_download_info _gf_term_get_download_info -#define gf_sys_clock _gf_sys_clock -#define gf_term_get_object _gf_term_get_object -#define gf_term_set_option _gf_term_set_option -#define gf_sys_close _gf_sys_close -#define gf_term_connect_from_time _gf_term_connect_from_time -#define AVI_open_output_file _AVI_open_output_file -#define gf_cfg_get_key _gf_cfg_get_key -#define AVI_set_video _AVI_set_video -#define gf_term_set_speed _gf_term_set_speed -#define gf_cfg_get_key_count _gf_cfg_get_key_count -#define gf_term_object_subscene_type _gf_term_object_subscene_type -#define gf_term_get_framerate _gf_term_get_framerate -#define gf_error_to_string _gf_error_to_string -#define gf_stretch_bits _gf_stretch_bits -#define gf_list_del _gf_list_del -#define gf_list_get _gf_list_get -#define gf_term_disconnect _gf_term_disconnect -#define gf_term_is_supported_url _gf_term_is_supported_url -#define gf_list_new _gf_list_new -#define gf_modules_get_option _gf_modules_get_option -#define gf_term_dump_scene _gf_term_dump_scene -#define gf_prompt_has_input _gf_prompt_has_input -#define gf_term_scene_update _gf_term_scene_update -#define gf_term_connect _gf_term_connect -#define gf_term_get_object_count _gf_term_get_object_count -#define gf_modules_get_count _gf_modules_get_count -#define gf_term_get_root_object _gf_term_get_root_object -#define gf_term_get_time_in_ms _gf_term_get_time_in_ms -#define gf_term_connect_with_path _gf_term_connect_with_path -#define gf_log_parse_tools _gf_log_parse_tools -#define gf_log_parse_level _gf_log_parse_level -#define gf_term_switch_quality _gf_term_switch_quality -#define gf_term_release_screen_buffer _gf_term_release_screen_buffer -#define gf_term_get_screen_buffer _gf_term_get_screen_buffer -#define gf_f64_open _gf_f64_open -#define gf_img_png_enc _gf_img_png_enc -#define utf8_to_ucs4 _utf8_to_ucs4 - -/*includes both terminal and od browser*/ -#include -#include -#include -#include -#include - -/*ISO 639 languages*/ -#include -#include "sdl_out.h" -#include "dlfcn.h" - - -/*exports for dlopen*/ -#include -#include -#include -#undef gf_log_lt -extern void (*gf_log_lt)(u32 ll, u32 lt); -#undef AVI_close -extern int (*AVI_close)(avi_t *AVI); -#undef gf_term_del -extern GF_Err (*gf_term_del)(GF_Terminal *term); -#undef gf_sleep -extern void (*gf_sleep)(u32 ms); -#undef gf_sc_release_screen_buffer -extern GF_Err (*gf_sc_release_screen_buffer)(GF_Compositor *sr, GF_VideoSurface *framebuffer); -#undef gf_prompt_get_char -extern char (*gf_prompt_get_char)(); -#undef gf_set_progress -extern void (*gf_set_progress)(char *title, u32 done, u32 total); -#undef gf_term_new -extern GF_Terminal *(*gf_term_new)(GF_User *user); -#undef gf_term_process_step -extern GF_Err (*gf_term_process_step)(GF_Terminal *term); -#undef gf_sc_get_screen_buffer -extern GF_Err (*gf_sc_get_screen_buffer)(GF_Compositor *sr, GF_VideoSurface *framebuffer, Bool depth_buffer); -#undef gf_iphone_set_sdl_audio_module -extern void (*gf_iphone_set_sdl_audio_module)(void* (*SDL_Module) (void)); -#undef gf_term_step_clocks -extern GF_Err (*gf_term_step_clocks)(GF_Terminal * term, u32 ms_diff); -#undef gf_prompt_set_echo_off -extern void (*gf_prompt_set_echo_off)(Bool echo_off); -#undef gf_log_get_tools -extern u32 (*gf_log_get_tools)(); -#undef gf_log_get_level -extern u32 (*gf_log_get_level)(); -#undef gf_cfg_set_key -extern GF_Err (*gf_cfg_set_key)(GF_Config *cfgFile, const char *secName, const char *keyName, const char *keyValue); -#undef gf_cfg_get_section_count -extern u32 (*gf_cfg_get_section_count)(GF_Config *cfgFile); -#undef gf_term_get_service_info -extern GF_Err (*gf_term_get_service_info)(GF_Terminal *term, GF_ObjectManager *odm, NetInfoCommand *netcom); -#undef gf_term_set_size -extern GF_Err (*gf_term_set_size)(GF_Terminal *term, u32 NewWidth, u32 NewHeight); -#undef gf_sys_get_rti -extern Bool (*gf_sys_get_rti)(u32 refresh_time_ms, GF_SystemRTInfo *rti, u32 flags); -#undef gf_log_set_tools -extern void (*gf_log_set_tools)(u32 tools); -#undef gf_term_play_from_time -extern u32 (*gf_term_play_from_time)(GF_Terminal *term, u64 from_time, u32 pause_at_first_frame); -#undef gf_malloc -extern void *(*gf_malloc)(size_t size); -#undef gf_log_set_level -extern void (*gf_log_set_level)(u32 level); -#undef gf_iphone_set_sdl_video_module -extern void (*gf_iphone_set_sdl_video_module)(void* (*SDL_Module) (void)); -#undef gf_term_get_option -extern u32 (*gf_term_get_option)(GF_Terminal *term, u32 opt_type); -#undef gf_term_user_event -extern Bool (*gf_term_user_event)(GF_Terminal *term, GF_Event *event); -#undef gf_modules_get_file_name -extern const char *(*gf_modules_get_file_name)(GF_ModuleManager *pm, u32 index); -#undef gf_mx_new -extern GF_Mutex *(*gf_mx_new)(const char *name); -#undef gf_list_count -extern u32 (*gf_list_count)(GF_List *ptr); -#undef gf_free -extern void (*gf_free)(void *ptr); -#undef gf_term_get_world_info -extern const char *(*gf_term_get_world_info)(GF_Terminal *term, GF_ObjectManager *scene_od, GF_List *descriptions); -#undef gf_cfg_get_section_name -extern const char *(*gf_cfg_get_section_name)(GF_Config *cfgFile, u32 secIndex); -#undef gf_term_navigate_to -extern void (*gf_term_navigate_to)(GF_Terminal *term, const char *toURL); -#undef gf_modules_del -extern void (*gf_modules_del)(GF_ModuleManager *pm); -#undef gf_modules_new -extern GF_ModuleManager *(*gf_modules_new)(const char *directory, GF_Config *cfgFile); -#undef gf_sys_init -extern void (*gf_sys_init)(Bool enable_memory_tracker); -#undef gf_log -extern void (*gf_log)(const char *fmt, ...); -#undef gf_term_get_object_info -extern GF_Err (*gf_term_get_object_info)(GF_Terminal *term, GF_ObjectManager *odm, GF_MediaInfo *info); -#undef gf_mx_p -extern u32 (*gf_mx_p)(GF_Mutex *mx); -#undef gf_mx_v -extern u32 (*gf_mx_v)(GF_Mutex *mx); -#undef gf_mx_del -extern void (*gf_mx_del)(GF_Mutex *mx); -#undef gf_term_process_flush -extern GF_Err (*gf_term_process_flush)(GF_Terminal *term); -#undef gf_cfg_get_key_name -extern const char *(*gf_cfg_get_key_name)(GF_Config *cfgFile, const char *secName, u32 keyIndex); -#undef AVI_write_frame -extern int (*AVI_write_frame)(avi_t *AVI, char *data, long bytes, int keyframe); -#undef gf_cfg_del -extern void (*gf_cfg_del)(GF_Config *iniFile); -#undef gf_term_get_channel_net_info -extern Bool (*gf_term_get_channel_net_info)(GF_Terminal *term, GF_ObjectManager *odm, u32 *d_enum, u32 *chid, NetStatCommand *netcom, GF_Err *ret_code); -#undef gf_term_process_shortcut -extern void (*gf_term_process_shortcut)(GF_Terminal *term, GF_Event *ev); -#undef gf_cfg_init -extern GF_Config *(*gf_cfg_init)(const char *fileName, Bool *is_new); -#undef gf_term_get_download_info -extern Bool (*gf_term_get_download_info)(GF_Terminal *term, GF_ObjectManager *odm, u32 *d_enum, const char **server, const char **path, u32 *bytes_done, u32 *total_bytes, u32 *bytes_per_sec); -#undef gf_sys_clock -extern u32 (*gf_sys_clock)(); -#undef gf_term_get_object -extern GF_ObjectManager *(*gf_term_get_object)(GF_Terminal *term, GF_ObjectManager *scene_od, u32 index); -#undef gf_term_set_option -extern GF_Err (*gf_term_set_option)(GF_Terminal *term, u32 opt_type, u32 opt_value); -#undef gf_sys_close -extern void (*gf_sys_close)(); -#undef gf_term_connect_from_time -extern void (*gf_term_connect_from_time)(GF_Terminal *term, const char *URL, u64 time_in_ms, Bool pause_at_first_frame); -#undef AVI_open_output_file -extern avi_t* (*AVI_open_output_file)(char * filename); -#undef gf_cfg_get_key -extern const char *(*gf_cfg_get_key)(GF_Config *cfgFile, const char *secName, const char *keyName); -#undef AVI_set_video -extern void (*AVI_set_video)(avi_t *AVI, int width, int height, double fps, char *compressor); -#undef gf_term_set_speed -extern void (*gf_term_set_speed)(GF_Terminal *term, Fixed speed); -#undef gf_cfg_get_key_count -extern u32 (*gf_cfg_get_key_count)(GF_Config *cfgFile, const char *secName); -#undef gf_term_object_subscene_type -extern u32 (*gf_term_object_subscene_type)(GF_Terminal *term, GF_ObjectManager *odm); -#undef gf_term_get_framerate -extern Double (*gf_term_get_framerate)(GF_Terminal *term, Bool absoluteFPS); -#undef gf_error_to_string -extern const char *(*gf_error_to_string)(GF_Err e); -#undef gf_stretch_bits -extern GF_Err (*gf_stretch_bits)(GF_VideoSurface *dst, GF_VideoSurface *src, GF_Window *dst_wnd, GF_Window *src_wnd, u8 alpha, Bool flip, GF_ColorKey *colorKey, GF_ColorMatrix * cmat); -#undef gf_list_del -extern void (*gf_list_del)(GF_List *ptr); -#undef gf_list_get -extern void *(*gf_list_get)(GF_List *ptr, u32 itemNumber); -#undef gf_term_disconnect -extern void (*gf_term_disconnect)(GF_Terminal *term); -#undef gf_term_is_supported_url -extern Bool (*gf_term_is_supported_url)(GF_Terminal *term, const char *fileName, Bool use_parent_url, Bool no_mime_check); -#undef gf_list_new -extern GF_List *(*gf_list_new)(void); -#undef gf_modules_get_option -extern const char *(*gf_modules_get_option)(GF_BaseInterface *interface_obj, const char *secName, const char *keyName); -#undef gf_term_dump_scene -extern GF_Err (*gf_term_dump_scene)(GF_Terminal *term, char *rad_name, char **filename, Bool xml_dump, Bool skip_proto, GF_ObjectManager *odm); -#undef gf_prompt_has_input -extern Bool (*gf_prompt_has_input)(); -#undef gf_term_scene_update -extern GF_Err (*gf_term_scene_update)(GF_Terminal *term, char *type, char *com); -#undef gf_term_connect -extern void (*gf_term_connect)(GF_Terminal *term, const char *URL); -#undef gf_term_get_object_count -extern u32 (*gf_term_get_object_count)(GF_Terminal *term, GF_ObjectManager *scene_od); -#undef gf_modules_get_count -extern u32 (*gf_modules_get_count)(GF_ModuleManager *pm); -#undef gf_term_get_root_object -extern GF_ObjectManager *(*gf_term_get_root_object)(GF_Terminal *term); -#undef gf_term_get_time_in_ms -extern u32 (*gf_term_get_time_in_ms)(GF_Terminal *term); -#undef gf_term_connect_with_path -extern void (*gf_term_connect_with_path)(GF_Terminal *term, const char *URL, const char *parent_URL); -#undef gf_log_set_callback -extern gf_log_cbk (*gf_log_set_callback)(void *usr_cbk, gf_log_cbk cbk); -#undef gf_log_parse_tools -extern u32 (*gf_log_parse_tools)(const char *val); -#undef gf_log_parse_level -extern u32 (*gf_log_parse_level)(const char *val); -#undef gf_term_switch_quality -extern void (*gf_term_switch_quality)(GF_Terminal *term, Bool up); -#undef gf_term_release_screen_buffer -extern GF_Err (*gf_term_release_screen_buffer)(GF_Terminal *term, GF_VideoSurface *framebuffer); -#undef gf_term_get_screen_buffer -extern GF_Err (*gf_term_get_screen_buffer)(GF_Terminal *term, GF_VideoSurface *framebuffer); -#undef gf_f64_open -extern FILE *(*gf_f64_open)(const char *file_name, const char *mode); -#undef gf_img_png_enc -extern GF_Err (*gf_img_png_enc)(char *data, u32 width, u32 height, s32 stride, u32 pixel_format, char *dst, u32 *dst_size); -#undef utf8_to_ucs4 -extern u32 (*utf8_to_ucs4)(u32 *ucs4_buf, u32 utf8_len, unsigned char *utf8_buf); - diff --git a/build/xcode/module_av_generic.c b/build/xcode/module_av_generic.c deleted file mode 100644 index 09a3f94..0000000 --- a/build/xcode/module_av_generic.c +++ /dev/null @@ -1,58 +0,0 @@ -/* -* GPAC - Multimedia Framework C SDK -* -* Author: Romain Bouqueau -* Copyright (c) Telecom ParisTech 2010-20XX -* All rights reserved -* -* GPAC is free software; you can redistribute it and/or modify -* it under the terms of the GNU Lesser General Public License as published by -* the Free Software Foundation; either version 2, or (at your option) -* any later version. -* -* GPAC is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU Lesser General Public License for more details. -* -* You should have received a copy of the GNU Lesser General Public -* License along with this library; see the file COPYING. If not, write to -* the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. -* -*/ - -#include -#include -#include - -/*interface query*/ -const u32 *QueryInterfaces() -{ - static u32 si [] = { - GF_VIDEO_OUTPUT_INTERFACE, - GF_AUDIO_OUTPUT_INTERFACE, - 0 - }; - return si; -} -/*interface create*/ -GF_BaseInterface *LoadInterface(u32 InterfaceType) -{ - /*Hack: return invalid pointers*/ - if (InterfaceType == GF_VIDEO_OUTPUT_INTERFACE) return 0x1; - if (InterfaceType == GF_AUDIO_OUTPUT_INTERFACE) return 0x2; - return NULL; -} -/*interface destroy*/ -void ShutdownInterface(GF_BaseInterface *ifce) -{ - /*Hack: don't clean anything*/ - switch (ifce->InterfaceType) { - case GF_VIDEO_OUTPUT_INTERFACE: - /*SDL_DeleteVideo(ifce);*/ - break; - case GF_AUDIO_OUTPUT_INTERFACE: - /*SDL_DeleteAudio(ifce);*/ - break; - } -} \ No newline at end of file diff --git a/build/xcode/module_av_sdl.c b/build/xcode/module_av_sdl.c deleted file mode 100644 index 5d494de..0000000 --- a/build/xcode/module_av_sdl.c +++ /dev/null @@ -1,36 +0,0 @@ -/* - * SDL_Hack.c - * mp4client - * - * Created by bouqueau on 19/04/10. - * Copyright 2010 __MyCompanyName__. All rights reserved. - * - */ - -#include -#include "sdl_out.h" - -static Bool is_init = 0; -static u32 num_users = 0; - -Bool SDLOUT_InitSDL() -{ - if (is_init) { - num_users++; - return 1; - } - if (SDL_Init(0) < 0) return 0; - is_init = 1; - num_users++; - return 1; -} - -void SDLOUT_CloseSDL() -{ - if (!is_init) return; - assert(num_users); - num_users--; - if (!num_users) SDL_Quit(); - return; -} - diff --git a/build/xcode/script_libgpac.sh b/build/xcode/script_libgpac.sh deleted file mode 100755 index d8a134b..0000000 --- a/build/xcode/script_libgpac.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/lipo -create -output build/$1-iphoneos/libgpac_dynamic.dylib build/gpac4ios.build/$1-iphoneos/libgpac_dynamic.build/Objects-normal/armv6/libgpac_dynamic.dylib build/gpac4ios.build/$1-iphoneos/libgpac_dynamic.build/Objects-normal/armv7/libgpac_dynamic.dylib - -cp build/$1-iphoneos/libgpac_dynamic.dylib ../../bin/iOS/osmo4ios.app/ diff --git a/build/xcode/script_modules.sh b/build/xcode/script_modules.sh deleted file mode 100755 index 492a147..0000000 --- a/build/xcode/script_modules.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -#set -x - -for i in `ls ../../modules/`; do /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/lipo -create -output build/$1-iphoneos/gm_$i.dylib build/gpac4ios.build/$1-iphoneos/$i.build/Objects-normal/armv6/gm_$i.dylib build/gpac4ios.build/$1-iphoneos/$i.build/Objects-normal/armv7/gm_$i.dylib ; done diff --git a/gui/mpegu-core.js b/gui/mpegu-core.js deleted file mode 100644 index 452cbef..0000000 --- a/gui/mpegu-core.js +++ /dev/null @@ -1,1573 +0,0 @@ -//This software module was originally developed by TelecomParisTech in the -//course of the development of MPEG-U Widgets (ISO/IEC 23007-1) standard. -// -//This software module is an implementation of a part of one or -//more MPEG-U Widgets (ISO/IEC 23007-1) tools as specified by the MPEG-U Widgets -//(ISO/IEC 23007-1) standard. ISO/IEC gives users of the MPEG-U Widgets -//(ISO/IEC 23007-1) free license to this software module or modifications -//thereof for use in hardware or software products claiming conformance to -//the MPEG-U Widgets (ISO/IEC 23007-1). Those intending to use this software -//module in hardware or software products are advised that its use may -//infringe existing patents. -//The original developer of this software module and his/her company, the -//subsequent editors and their companies, and ISO/IEC have no liability -//for use of this software module or modifications thereof in an implementation. -//Copyright is not released for non MPEG-U Widgets (ISO/IEC 23007-1) conforming -//products. -//Telecom ParisTech retains full right to use the code for his/her own purpose, -//assign or donate the code to a third party and to inhibit third parties from -//using the code for non MPEG-U Widgets (ISO/IEC 23007-1) conforming products. -// -//This copyright notice must be included in all copies or derivative works. -// -//Copyright (c) 2009. -// -///////////////////////////////////////////////////////////////////////////////// - -///////////////////////////////////////////////////////////////////////////////// -// -// Authors: -// Jean Le Feuvre, Telecom ParisTech -// Jean-Claude Dufourd, Telecom ParisTech -// -///////////////////////////////////////////////////////////////////////////////// - - - -/* - The widget manager in MPEG-U reference software is implemented in 2 parts: - - a native GPAC module called gm_widgetman implementing - * W3C widget loading (download, unzip, manifest parsing) - * W3C Widget APIs - * MPEG Widgets interfaces, messages and parameters listing - - - a script module (this file) implementing - * MPEG Widget interface binding with UPnP services (UPnP is implemented in another module) - * MPEG Widget interface binding with other local widgets - * MPEG Widget discovery through UPnP devices announcement. The discovery is done by setting the device presentationURL to the widget URL - - - A typical user of the widget manager will therefore see the following interfaces: - -interface WidgetManager { - readonly unsigned integer num_widgets; - string last_widget_dir; - - Widget open(string url, string source_ip); - void bind(Widget wid); - Widget get(unsigned int idx); - void unload(Widget wid); - void migrate_widget(upnp_renderer, widget); - void corein_message(widget, msg_name, arg1name, arg1val, ....); - - //callback functions for the GUI to be notifed of widgets added / removed when UPnP devices are appearing/disappearing - void on_widget_add(widget); - void on_widget_remove(widget); - - //callback functions for core:out - void coreOutSetSize(wid, args); - void coreOutShow(wid, args); - void coreOutHide(wid, args); - void coreOutRequestActivate(wid, args); - void coreOutRequestDeactivate(wid, args); - void coreOutShowNotification(wid, args); - void coreOutPlaceComponent(wid, args); - void coreOutGetAttention(wid, args); - - } - - -interface Widget { - //exported meta-data from MPEG-U Manifest - readonly string mainEncoding; - readonly string mainMimeType; - readonly integer defaultWidth; - readonly integer defaultHeight; - - readonly Array icons; - readonly Array features; - readonly Array preferences; - - - readonly string identifier; - readonly string name; - readonly string shortName; - readonly string authorName; - readonly string authorEmail; - readonly string authorHref; - readonly string description; - readonly string viewmodes; - readonly string licence; - readonly string licenceHref; - readonly string version; - readonly string uuid; - readonly boolean discardable; - readonly boolean multipleInstances; - - //widget-manager specific data - readonly string manifest; - readonly string main; - readonly string localizedSrc; - readonly Array components; //array of widget objects used as component - boolean permanent; - readonly boolean is_component; - readonly Widget parent; - readonly boolean activated; - readonly string section; - readonly integer num_section; - readonly integer num_interfaces; - readonly integer num_bound_interfaces; - readonly integer num_components; - - - device = local UPnP device created in order to publish interfaces of this widget as upnp services - originating_device = the device who sent the widget, either through migration or device discovery (presentationURL) - originating_device_ip = the IP of the device who sent the widget - - - - void activate(Element node_with_ref_to_main); - void deactivate(); - } - -interface Icon { - readonly string src; - readonly string relocated_src; - readonly integer width; - readonly integer height; -} - -interface Preference { - readonly string name; - readonly string value; - readonly boolean readonly; -} - -interface Features { - readonly string name; - readonly boolean required; - readonly Array params -} - -interface FeatureParam { - readonly string name; - readonly string value; -} - */ - -/*log function*/ -function log(lev, str) { - if (lev <= log_level) alert('[WM] ' + str); -} - -/*log levels*/ -l_err = 0; -l_war = 1; -l_inf = 2; -l_deb = 3; - -/*default log level*/ -log_level = l_err; - -/*initializes the widget manager*/ -function widget_manager_init() { - log(l_inf, 'Initializing MPEG-U Widgets'); - /*if UPnP is enabled, override the deviceAdd callback*/ - WidgetManager.upnp = false; - if (typeof(UPnP) != 'undefined') { - WidgetManager.upnp = true; - log(l_inf, 'Enabling Widget UPnP Discovery') - UPnP.onDeviceAdd = wmjs_on_device_add; - } - WidgetManager.migrate_widget = wmjs_migrate_widget; - WidgetManager.probe = wmjs_probe_widget; - WidgetManager.open = wmjs_open_widget; - WidgetManager.bind = wmjs_bind_widget; - - WidgetManager.on_widget_add = wmjs_on_widget_add; - WidgetManager.on_widget_remove = wmjs_on_widget_remove; - - WidgetManager.check_bindings = wmjs_bind_widgets; - WidgetManager.unbind_widget = wmjs_unbind_widget; - WidgetManager.corein_message = wmjs_corein_message; - WidgetManager.initialize(); - log(l_inf, 'MPEG-U Widgets successfully initialized'); - initCore(); -} - -function wmjs_on_widget_add(widget) {} - -function wmjs_on_widget_remove(widget) {} - -function wmjs_migrate_widget(render, widget) { - if (WidgetManager.upnp) { - var url, ctx, ctx_uri, uri; - - url = widget.url; - ctx = widget.get_context(); - uri = UPnP.ShareResource(url, render.HostName); - - if ((ctx!= null) && (ctx != "")) { - if ((uri.indexOf('?') < 0) && (uri.indexOf('%3f') < 0) && (uri.indexOf('%3F') < 0)) { - ctx_uri = uri + '?mpeg-u-context'; - } else { - ctx_uri = uri + '&mpeg-u-context'; - } - UPnP.ShareVirtualResource(ctx_uri, ctx, "application/mpegu-context", true); - log(l_inf, 'Migrating widget ' + url + ' to renderer ' + render.Name + ' as resource ' + uri); - log(l_inf, 'Migration Context ' + ctx); - log(l_inf, 'Migration Context URI ' + ctx_uri); - } - render.Open(uri); - } -} - -function wmjs_probe_widget(url) { - if ((url.lastIndexOf('.wgt') >= 0) || (url.lastIndexOf('.mgt') >= 0) || (url.lastIndexOf('.xml') >= 0)) return 1; - return 0; -} - - -function wmjs_open_widget(url, src_ip) { - log(l_deb, "wmjs_open_widget"); - var wid = WidgetManager.load(url); - if (wid == null) { - log(l_err, 'File ' + url + ' is not a valid widget'); - return null; - } - wid.device = null; - wid.originating_device = null; - wid.originating_device_ip = null; - if (src_ip) { - wid.permanent = false; - wid.originating_device_ip = src_ip; - log(l_inf, 'Widget received - ip ' + wid.originating_device_ip); - } else { - wid.permanent = true; - wid.originating_device_ip = null; - } - return wid; -} - -/*performs an unbind check on all widgets*/ -function wmjs_unbind_widget(widget) { - var i, count, wid, ifce_count, j; - log(l_inf, 'wmjs_unbind_widget ' + widget.name); - - if (WidgetManager.upnp && widget.device) { - UPnP.DeleteDevice(widget.device); - widget.device = null; - } - - count = WidgetManager.num_widgets; - ifce_count = widget.num_interfaces; - for (i = 0; i < count; i++) { - wid = WidgetManager.get(i); - if (!wid) continue; - if (wid == widget) continue; - if (!wid.activated) continue; - - for (j = 0; j < ifce_count; j++) { - var an_ifce = widget.get_interface(j); - wid.unbind_interface(an_ifce, widget); - } - } - wmjs_bind_widgets(); -} - - -/*performs a bind check on all widgets*/ -function wmjs_bind_widgets() { - log(l_deb, 'wmjs_bind_widgets'); - var i, wid, count; - count = WidgetManager.num_widgets; - for (i = 0; i < count; i++) { - wid = WidgetManager.get(i); - if (!wid) continue; - if (!wid.activated) continue; - WidgetManager.bind(wid); - } -} - - -/*performs a bind on the given widget*/ -function wmjs_bind_widget(wid) { - var i, j, ifce_count, device, service, msg, do_bind; - - if (!wid.activated) { - log(l_inf, 'widget not activated - cannot bind'); - return; - } - ifce_count = wid.num_interfaces; - - log(l_inf, 'Binding widget ' + wid.name + ' - Nb Interfaces ' + ifce_count); - - /*browse all interfaces and locate services*/ - for (i = 0; i < ifce_count; i++) { - var ifce = wid.get_interface(i); - log(l_inf, 'Binding interface ' + ifce.type); - - /*look for a core:* service for this interface and setup*/ - if (wmjs_bind_interface_to_core_service(wid, ifce)) { - continue; - } - /*if our widget is already bound to this widget, skip it*/ - if (!ifce.multipleBinding && wid.is_interface_bound(ifce)) { - log(l_deb, 'Widget ' + wid.name + ' interface ' + ifce.type + ' already bound'); - continue; - } - /*if the widget is the provider of the service, create the service*/ - if (ifce.serviceProvider) { - log(l_inf, 'widget is a service provider'); - if (WidgetManager.upnp) wmjs_create_upnp_service(wid, ifce); - continue; - } - /*look for a UPnP service for this interface and setup*/ - if (WidgetManager.upnp && wmjs_bind_interface_to_upnp(wid, ifce)) { - continue; - } - /*look for a local service for this interface*/ - if (wmjs_bind_interface_to_local(wid, ifce)) { - continue; - } - /*no service found*/ - log(l_inf, 'Cannot find service for widget ' + wid.name + ' interface ' + ifce.type); - } -} - -/*called when a new UPnP device has been added or removed in the network*/ -function wmjs_on_device_add(device, is_add) { - log(l_deb, 'wmjs_on_device_add'); - if (!is_add) { - log(l_inf, 'Device Removed ' + device.Name); - wmjs_unbind_upnp_device(device); - if (device.widget != null) { - log(l_inf, 'Widget Removed ' + device.widget.name); - WidgetManager.on_widget_remove(device.widget); - device.widget.originating_device = null; - device.widget = null; - } - WidgetManager.check_bindings(); - return; - } - log(l_inf, 'Device Added ' + device.Name + ' URL ' + device.PresentationURL); - WidgetManager.check_bindings(); - /*look for a presentation url - if not given or not identifying a widget, don't do anything*/ - var url = device.PresentationURL; - if (!url || (url == '')) return; - if (! WidgetManager.probe(url)) return; - /*OK load the widget*/ - var widget = WidgetManager.load(url); - widget.newBorn = true; - if (widget == null) { - log(l_err, 'File ' + url + ' is not a valid widget'); - return; - } - widget.originating_device = device; - device.widget = widget; - /*indicate our widget is not to be stored*/ - widget.permanent = false; - WidgetManager.on_widget_add(widget); -} - - -/* - LOCAL INTERFACE BINDING ROUTINES - - In this implementation, widgets-to-widget communication in the same widget manager are called "local" communications. - The implementation do not rely on any service description for that and directly matches the widgets interfaces - */ - -function wmjs_output_trigger_callback_local(msg_out, wid_src, msg_in, wid_dst) { - log(l_deb, "wmjs_output_trigger_callback_local"); - return function(value) { - log(l_deb, "wmjs_output_trigger_callback_local/function " + value + " '" + wid_src.name + "'" + wid_dst.name + "'"); - var param_count = msg_out.num_params; - var args = new Array(); - var is_script = 0; - var ai = 0, i; - if (msg_in.has_script_input) is_script = 1; - log(l_inf, 'Invoking Widget(' + wid_src.name + ').' + msg_out.name); - for (i = 0; i < param_count; i++) { - var param = msg_out.get_param(i); - if (param.is_input) continue; - - if (is_script) { - args[ai] = wid_src.get_param_value(param); - ai++; - } else { - wid_dst.set_input(msg_in.get_param(param.name), wid_src.get_param_value(param)); - } - } - log(l_inf, 'Calling Widget(' + wid_dst.name + ').' + msg_in.name); - - if (msg_in.has_input_action) { - wid_dst.call_input_action(msg_in); - } else if (is_script) { - wid_dst.call_input_script(msg_in, args); - } - }; -} - - -function wmjs_interface_invoke_callback_local(wid_dst, ifce_dst, is_reply) { - log(l_deb, "wmjs_interface_invoke_callback_local '" + wid_dst.name + "' '" + ifce_dst.type + "' - reply " + is_reply); - return function() { - log(l_deb, "wmjs_interface_invoke_callback_local/function '" + wid_dst.name + "' '" + ifce_dst.type + "' - reply " + is_reply); - var j, i, ai, param_count, msgHandler, msg_src, msg_dst, is_script; - var args = new Array(); - is_script = 0; - msgHandler = arguments[0]; - /*get msg from source interface (this object)*/ - msg_src = this.get_message(msgHandler.msgName); - // JCD: take into account message repetition, if any - for (j = 0; j < ifce_dst.num_messages; j++) { - msg_dst = ifce_dst.get_message(j); - if (msg_dst.name == msgHandler.msgName) { - log(l_deb, (is_reply ? 'invokeReply ' : 'invoke ') + msg_src.name + ' on ' + wid_dst.name + '.' + msg_dst.name); - if (msg_dst.has_script_input) is_script = 1; - param_count = msg_src.num_params; - ai = 1; - for (i = 0; i < param_count; i++) { - var param = msg_dst.get_param(i); - if (! param.is_input) continue; - if (is_script) { - args[ai - 1] = arguments[ai]; - } else { - wid_dst.set_input(param, arguments[ai]); - } - ai++; - } - if (msg_dst.has_input_action) { - wid_dst.call_input_action(msg_dst); - } else if (is_script) { - wid_dst.call_input_script(msg_dst, args); - } - } - } - }; -} - -/* - END OF LOCAL INTERFACE BINDING ROUTINES - */ - - -function wmjs_bind_interface_to_local(wid, ifce) { - log(l_deb, "wmjs_bind_interface_to_local '" + wid.name + "' " + ifce.type); - var i, count, count2, j, a_ifce, a_msg, par, a_par, k, nb_ok, ret, set_bind, a_wid; - count = WidgetManager.num_widgets; - ret = false; - // this is the main loop to try to bind a widget to any other - for (i = 0; i < count; i++) { - a_wid = WidgetManager.get(i); - if (!a_wid) continue; - if (a_wid == wid) continue; - if (!a_wid.activated) continue; - count2 = a_wid.num_interfaces; - // now that we know this is a valid widget and not the same as wid - // loop on all its interfaces to find one of the right type - for (j = 0; j < count2; j++) { - a_ifce = a_wid.get_interface(j); - if (a_ifce.type == ifce.type) break; - } - if (j == count2) continue; - - /*if our widget is already bound to this widget (multiple binding==true) or to any widget (multiple binding==false), skip it*/ - if (wid.is_interface_bound(ifce, ifce.multipleBinding ? a_wid : null)) { - log(l_inf, 'Widget ' + wid.name + ' interface ' + ifce.type + ' is already bound'); - continue; - } - /*if our widget is already bound to this widget (multiple binding==true) or to any widget (multiple binding==false), skip it*/ - if (a_wid.is_interface_bound(a_ifce, a_ifce.multipleBinding ? wid : null)) { - log(l_inf, 'Widget ' + a_wid.name + ' interface ' + a_ifce.type + ' is already bound'); - continue; - } - - set_bind = 0; - // we have found an interface of the right type in the other widget - log(l_inf, 'Checking local widget ' + a_wid.name + ' for interface ' + ifce.type); - // loop on the messages to check if they match - for (j = 0; j < ifce.num_messages; j++) { - var msg = ifce.get_message(j), l; - //if (msg.is_input) continue; // JCD: remove test - // does the other interface have this message - // JCD: remove next line and take repetition of messages into account - // a_msg = a_ifce.get_message(msg.name); - for (l = 0; l < a_ifce.num_messages; l++) { - a_msg = a_ifce.get_message(l); - //alert(msg.name+" "+a_msg.name); - if (a_msg.name == msg.name) { - // the messages have matching names, check direction - if (msg.is_input == a_msg.is_input) { - log(l_inf, 'Local widget message for ' + msg.name + ' is not in direction ' + (msg.is_input ? 'output' : 'input')); - continue; - } - // the messages have matching names and directions, check params - if (msg.num_params != a_msg.num_params) { - log(l_war, 'Local widget message ' + msg.name + ' does not have the same number of parameters'); - continue; - } - /*check all params*/ - nb_ok = 0; - for (k = 0; k < msg.num_params; k++) { - par = msg.get_param(k); - a_par = a_msg.get_param(par.name); - if (a_par != null && par.is_input != a_par.is_input) nb_ok ++; - } - if (nb_ok != msg.num_params) { - log(l_war, 'Local widget message ' + msg.name + ' does not have the same input/output parameters'); - continue; - } - set_bind ++; - // the messages match - log(l_inf, 'Binding ' + wid.name + '.' + msg.name + ' to ' + a_wid.name + '.' + a_msg.name); - /*OK let's bind this action: we only need to assign the output trigger, the input action will be called from the other widget*/ - if (msg.has_output_trigger) { - wid.bind_output_trigger(msg, wmjs_output_trigger_callback_local(msg, wid, a_msg, a_wid), a_wid); - } - /*OK let's bind this action: we only need to assign the output trigger, the input action will be called from the other widget*/ - if (a_msg.has_output_trigger) { - a_wid.bind_output_trigger(a_msg, wmjs_output_trigger_callback_local(a_msg, a_wid, msg, wid), wid); - } - } - } - } - if (!set_bind) continue; - - /*create callback for programmatic action triggers*/ - ifce.invoke = wmjs_interface_invoke_callback_local(a_wid, a_ifce, 0); - ifce.invokeReply = wmjs_interface_invoke_callback_local(a_wid, a_ifce, 1); - /*create callback for programmatic action triggers*/ - a_ifce.invoke = wmjs_interface_invoke_callback_local(wid, ifce, 0); - a_ifce.invokeReply = wmjs_interface_invoke_callback_local(wid, ifce, 1); - a_wid.bind_interface(a_ifce, wid, 'localhost'); - wid.bind_interface(ifce, a_wid, 'localhost'); - ret = true; - } - return ret; -} - - -/* - INTERFACE BINDING TO UPNP SERVICES ROUTINES - - This implemntation supports binding interfaces to existing UPnP services - */ - -/*create a listener function for input parameters*/ -function wmjs_upnp_action_listener(widget, par, msg) { - log(l_deb, "wmjs_upnp_action_listener '" + widget.name + "' " + (par != null ? par.name : 'noPar') + " " + (msg != null ? msg.name : 'noMsg')); - return function(value) { - log(l_deb, "wmjs_upnp_action_listener/function '" + widget.name + "' " + (par != null ? par.name : 'noPar') + " " + - (msg != null ? msg.name : 'noMsg') + " " + value); - if (par != null) widget.set_input(par, value); - if (msg != null) widget.call_input_action(msg); - } -} - -/*create a listener function for input parameters*/ -function wmjs_upnp_action_listener_script(widget, msg) { - log(l_deb, 'wmjs_upnp_action_listener_script'); - return function() { - var i, count, act, par, rval, msgHandler, args; - act = arguments[0]; - log(l_deb, 'wmjs_upnp_action_listener_script/function:nb args ' + arguments.length); - msgHandler = arguments[1]; - log(l_deb, 'wmjs_upnp_action_listener_script/function:msgh ' + msgHandler); - args = new Array(); - count = msg.num_params; - for (i = 0; i < count; i++) { - par = msg.get_param(i); - if (!par.is_input) continue; - rval = act.GetArgumentValue(par.name); - if (par.script_type == 'number') { - args.push(parseInt(rval)); - } else if (par.script_type == 'boolean') { - args.push(rval == 'true'); - } else { - args.push(rval); - } - } - msgHandler.onInvokeReply(args); - } -} - - -/**/ -function wmjs_output_trigger_callback_upnp(service, widget, msg) { - log(l_deb, 'wmjs_output_trigger_callback_upnp'); - return function(value) { - log(l_deb, 'wmjs_output_trigger_callback_upnp/function ' + value); - var i, pi, param_count = msg.num_params; - var args = new Array(); - pi = 0; - for (i = 0; i < param_count; i++) { - var param = msg.get_param(i); - if (param.is_input) continue; - args[pi] = param.name; - args[pi + 1] = widget.get_param_value(param); - pi += 2; - } - log(l_inf, 'Calling UPnP Action ' + msg.name + " " + param_count); - service.CallAction(msg.name, args); - }; -} - - -/*create the action callback*/ -function wmjs_message_setup_upnp(widget, service, msg) { - log(l_deb, 'wmjs_message_setup_upnp ' + msg.name); - /*first let's browse all the message params*/ - var rad, i, param_count, has_script_input; - has_script_input = false; - param_count = msg.num_params; - for (i = 0; i < param_count; i++) { - var param = msg.get_param(i); - /*interface not valid for this service*/ - if (!service.HasAction(msg.name, param.name)) { - if (!param.is_input) { - log(l_war, 'Output param ' + param.name + ' not found in action - cannot bind action'); - return false; - } - continue; - } - /*this is a service -> widget param */ - if (param.is_input) { - if (msg.has_input_action) { - service.SetActionListener(msg.name, wmjs_upnp_action_listener(widget, param, null), param.name); - } else { - has_script_input = true; - // todo: pas vrai d'apres JCD - } - } - /*this is a widget -> service param , used in callback function*/ - } - /*assign the output trigger*/ - if (msg.has_output_trigger) { - var fun_name = 'call_' + msg.name; - widget[fun_name] = wmjs_output_trigger_callback_upnp(service, widget, msg); - widget.bind_output_trigger(msg, widget[fun_name], service); - } - /*assign the input action*/ - if (msg.has_input_action) { - service.SetActionListener(msg.name, wmjs_upnp_action_listener(widget, null, msg)); - } else if (has_script_input) { - service.SetActionListener(msg.name, wmjs_upnp_action_listener_script(widget, msg), true); - } - return true; -} - - -function wmjs_interface_invoke_callback_upnp(service) { - log(l_deb, 'wmjs_interface_invoke_callback_upnp'); - return function() { - log(l_deb, 'wmjs_interface_invoke_callback_upnp/function'); - var args = new Array(); - var i, pi, ai, param_count, msg, ifce_msg; - - msg = arguments[0]; - ifce_msg = this.get_message(msg.msgName); - param_count = ifce_msg.num_params; - log(l_inf, 'UPnP invoke action ' + ifce_msg.name + ' - ' + msg.msgName); - - pi = 0; - ai = 1; - for (i = 0; i < param_count; i++) { - var param = ifce_msg.get_param(i); - if (param.is_input) continue; - - args[pi] = param.name; - args[pi + 1] = arguments[ai]; - pi += 2; - ai++; - } - service.CallAction(msg.msgName, args, msg); - }; -} - - -function wmjs_bind_interface_to_upnp(wid, ifce) { - log(l_deb, "wmjs_bind_interface_to_upnp"); - var do_bind, is_upnp = false; - var service = null; - - if (wid.originating_device) { - service = wid.originating_device.FindService(ifce.type); - } else if (wid.originating_device_ip) { - service = UPnP.FindService(wid.originating_device_ip, ifce.type); - } else { - var j, dev_count = UPnP.DevicesCount; - log(l_deb, 'wmjs_bind_interface_to_upnp nb ' + dev_count); - for (j = 0; j < dev_count; j++) { - device = UPnP.GetDevice(j); - log(l_deb, "wmjs_bind_interface_to_upnp " + device.Name + ' - type: ' + ifce.type); - /*do we have a UPnP service with the same interface type ?*/ - service = device.FindService(ifce.type); - - /*our widget is not bound to this service*/ - if (service) { - if (!wid.is_interface_bound(ifce, service)) break; - service = null; - is_upnp = true; - } - } - } - if (!service) return is_upnp; - - /*our widget is already bound to this service*/ - if (wid.is_interface_bound(ifce, service)) { - log(l_inf, 'Found UPnP Service for interface ' + ifce.type); - return true; - } - - log(l_inf, 'Found UPnP Service for interface ' + ifce.type); - do_bind = 0; - for (j = 0; j < ifce.num_messages; j++) { - var msg = ifce.get_message(j); - /*if we have a state variable in the service with the same name as the pin, bind it*/ - if (service.HasStateVariable(msg.name)) { - var param = msg.get_param(0); - if (param && (param.name == msg.name)) { - /*set listeners for declarative action triggers*/ - log(l_deb, 'Found UPnP state variable for message ' + msg.name); - service.SetStateVariableListener(wmjs_upnp_action_listener(wid, param, msg), param.name); - do_bind = 1; - } - } - /*if we have an action in the service with the same name as the pin, bind it*/ - else if (service.HasAction(msg.name)) { - /*set listeners for declarative action triggers*/ - log(l_deb, 'Found UPnP action for message ' + msg.name); - wmjs_message_setup_upnp(wid, service, msg); - do_bind = 1; - } - /*NOTE: UPnP actions are only messageOut, messageIn are UPnP events and don't have output paramaters. We therefore never need to setup - the invokeReply callback for interfaces matching UPnP services. !! This is not true for UPnP services created to publish an interface, eg serviceProvider="true".*/ - } - if (do_bind) { - /*create callback for programmatic action triggers*/ - log(l_inf, 'Binding widget ' + wid.name + ' interface ' + ifce.type + ' to host ' + service.Hostname); - ifce.invoke = wmjs_interface_invoke_callback_upnp(service); - /*bind interface*/ - wid.bind_interface(ifce, service, service.Hostname); - } - return true; -} - -function wmjs_unbind_upnp_device(device) -{ - var i, count, j, ifce_count; - count = WidgetManager.num_widgets; - - for (i = 0; i < count; i++) { - wid = WidgetManager.get(i); - if (!wid) continue; - if (!wid.activated) continue; - - ifce_count = wid.num_interfaces; - for (j = 0; j < ifce_count; j++) { - var ifce = wid.get_interface(j); - /*do we have a UPnP service with the same interface type ?*/ - var service = device.FindService(ifce.type); - if (!service) continue; - - /*unbind this interface*/ - if (wid.is_interface_bound(ifce, service)) { - wid.unbind_interface(ifce, service); - } - } - } -} - - -/* - END OF INTERFACE BINDING TO UPNP SERVICES ROUTINES - */ - - - -/* - INTERFACE PUBLISHING AS UPNP SERVICES ROUTINES - - This implementation supports publishing a widget interface in the network as a UPnP service. This is done - by generating on the fly a new device associated with a widget, and one UPnP service per widget interface. - The UPnP service description (SCPD) is generated on the fly from the interface description - */ - - -var header = '10'; -var middler = ''; -var footer = ''; - -function wmjs_make_interface_scpd(widget, ifce) { - log(l_deb, "wmjs_make_interface_scpd"); - var variables = '', actions = '', vars, j, msg, k, param, numstatevar = 0; - /*do actions*/ - for (j = 0; j < ifce.num_messages; j++) { - msg = ifce.get_message(j); - actions += '' + msg.name + ''; - for (k = 0; k < msg.num_params; k++) { - param = msg.get_param(k); - actions += '' + param.name + '' + (param.is_input ? 'in' : 'out'); - actions += 'v' + numstatevar + ''; - numstatevar++; - } - actions += ''; - } - /*do variables*/ - for (k = 0; k < numstatevar; k++) { - variables += 'v' + k + 'string'; - } - return header + actions + middler + variables + footer; -} - -/* generic processing of any action from outside */ -function wmjs_widget_upnp_process_action(action) { - log(l_deb, 'wmjs_widget_upnp_process_action Action ' + action.Name + ' invoked on ' + action.Service.ifce.type); - var i, ai, args, msg, has_output = false; - /* find the message matching the action in the interface */ - msg = null; - for (i = 0; i < action.Service.ifce.num_messages; i++) { - msg = action.Service.ifce.get_message(i); - if (msg.name == action.Name) break; - msg = null; - } - if (msg == null) { - log(l_inf, 'wmjs_widget_upnp_process_action Action not found: ' + action.Name + ' invoked on ' + action.Service.name); - return; - } - args = new Array(); - ai = 0; - /*assign action for any async callback from the scene (cf wmjs_upnp_action_response)*/ - action.Service.action = action; - /* for each param in the found message */ - for (i = 0; i < msg.num_params; i++) { - var param = msg.get_param(i); - /* only process input params */ - if (!param.is_input) { - has_output = true; - continue; - } - if (msg.has_script_input) { - /* input param is scripted, store argument value in args array */ - args[ai] = action.GetArgument(param.name); - } else { - /* input param is not scripted but declarative, store argument value directly in scene tree */ - this.widget.set_input(param, action.GetArgument(param.name)); - } - ai++; - } - if (msg.has_input_action) { - /* message is not scripted, call input action */ - this.widget.call_input_action(msg); - } else if (msg.has_script_input) { - /* message is scripted, call the script function specified in inputAction */ - this.widget.call_input_script(msg, args); - } - if (!has_output) { - log(l_inf, 'wmjs_widget_upnp_process_action sending empty reply'); - action.SendReply(); - action.Service.action = null; - } -} - - -function wmjs_upnp_event_sender(service, widget, msg) { - return function(value) { - log(l_deb, 'wmjs_upnp_event_sender/function ' + service.ifce.type + " " + widget.name + " " + msg.name); - var i, pi, param_count = msg.num_params; - var args = new Array(); - pi = 0; - for (i = 0; i < param_count; i++) { - var param = msg.get_param(i); - if (param.is_input) continue; - args[pi] = param.name; - args[pi + 1] = widget.get_param_value(param); - pi += 2; - } - log(l_inf, 'sending UPnP event ' + msg.name); - service.CallAction(msg.name, args); - }; -} - -function wmjs_upnp_action_response(service, widget, msg) { - return function(value) { - if (service.action == null) { - // TODO this code avoids the bug that this function is called twice: find out why it is called twice! - log(l_inf, 'wmjs_upnp_action_response/function DUPL(return) ' + service.ifce.type + " '" + widget.name + "' " + msg.name); - return; - } - var i, pi, param_count = msg.num_params; - var args = new Array(); - pi = 0; - for (i = 0; i < param_count; i++) { - var param = msg.get_param(i); - if (param.is_input) continue; - args[pi] = param.name; - args[pi + 1] = widget.get_param_value(param); - pi += 2; - } - log(l_inf, 'UPnP sending reply on action ' + service.action + ': ' + service.ifce.type + " '" + widget.name + "' " + msg.name); - service.action.SendReply(args); - service.action = null; - }; -} - - -function wmjs_upnp_action_response_script(service) { - return function() { - if (service.action == null) { - // this code avoids the bug that this function is called twice: find out why it is called twice! - return; - } - var i, pi, ai, param_count; - var args = new Array(); - var msgHandler = arguments[0]; - var msg = service.ifce.get_message(msgHandler.msgName); - - pi = 0; - ai = 1; - for (i = 0; i < param_count; i++) { - var param = msg.get_param(i); - if (param.is_input) continue; - args[pi] = param.name; - args[pi + 1] = arguments[ai]; - pi += 2; - ai++; - } - log(l_inf, 'UPnP sending reply on action ' + service.action); - service.action.SendReply(args); - service.action = null; - }; -} - -function wmjs_create_upnp_service(widget, ifce) { - var i, service, scpd, start_device = 0; - - log(l_deb, 'widget device : ' + widget.device); - if (!widget.device) { - //log(l_inf,'creating device'); - /* at least one interface is a provider, so create a device */ - var name = widget.name.replace(new RegExp(' ', 'g'), '_'); - widget.device = UPnP.CreateDevice("urn:mpeg:mpeg-u:widget:provider:" + name + ":1", name); - /* remember the widget in the device */ - widget.device.widget = widget; - widget.device.enabled = 1; - start_device = 1; - /* implement the response to a external call (messageOut of another widget) */ - widget.device.OnAction = wmjs_widget_upnp_process_action; - } - - /*service has already been created*/ - if (typeof(ifce.started) != 'undefined') return; - - log(l_inf, 'wmjs_create_upnp_service'); - scpd = wmjs_make_interface_scpd(widget, ifce); - log(l_inf, 'Service scpd ' + scpd); - service = widget.device.SetupService(name, ifce.type, ifce.type + ".001", scpd); - service.ifce = ifce; - - /* for each message in a provider interface */ - for (i = 0; i < ifce.num_messages; i++) { - msg = ifce.get_message(i); - /* if there is an output_trigger, a reply may be triggered after a call */ - if (msg.has_output_trigger) { - if (msg.is_input) { - /* output in an input message => this is a reply */ - var fun_name1 = 'respond_' + msg.name; - widget[fun_name1] = wmjs_upnp_action_response(service, widget, msg); - widget.bind_output_trigger(msg, widget[fun_name1], service); - } else { - /* output in an output message => this is an event */ - var fun_name2 = 'send_event_' + msg.name; - widget[fun_name2] = wmjs_upnp_event_sender(service, widget, msg); - widget.bind_output_trigger(msg, widget[fun_name2], service); - } - } - /*if message is input, a reply may be sent*/ - else if (msg.is_input) { - var j, has_out; - has_out = 0; - for (j = 0; j < msg.num_params; j++) { - var param = msg.get_param(j); - if (param.is_input) continue; - has_out = 1; - break; - } - if (has_out) { - ifce.invokeReply = wmjs_upnp_action_response_script(service); - } - } - } - ifce.started = true; - - if (start_device) { - //log(l_inf,"device start"); - widget.device.Start(); - } -} - - -/* - END OF INTERFACE PUBLISHING AS UPNP SERVICES ROUTINES - */ - -/********************************************************* - Start of implementation of core:in and core:out interfaces - *********************************************************/ - -var coreIn, coreOut; - -// -// function defining messages for the core:* interfaces implemented by the WM -// -function defineMessage(name, direction, executeFunction, params1, params2) { - var msg = new Object(); - msg.name = name; - msg.is_input = !direction; // the standard defines the point of view of the widget, not that of the WM - msg.num_params = 0; - // the executeFunction is the function implemented by widman.js and - // which passes the buck to a function of the widget manager, if there is one - if (executeFunction != null) msg.execute = executeFunction; - // in a messageOut, params1 contains outputs and params2 contains inputs - // in a messageIn, params1 contains inputs and params2 contains outputs - if (direction) { - if (params1 != null) { - msg.paramsOut = params1; - msg.num_params += params1.length; - } - if (params2 != null) { - msg.paramsIn = params2; - msg.num_params += params2.length; - } - } else { - if (params1 != null) { - msg.paramsIn = params1; - msg.num_params += params1.length; - } - if (params2 != null) { - msg.paramsOut = params2; - msg.num_params += params2.length; - } - } - //alert("Message defined: "+msg.name+' '+msg.num_params+' '+msg.is_input+' '+ - // (msg.paramsIn != null ? msg.paramsIn.length : 0)+' '+ - // (msg.paramsOut != null ? msg.paramsOut.length : 0)); - return msg; -} - -// -// function defining the parameter lists for messages -// the direction of a parameter is implicit in its position in the paramsIn or paramsOut of a message -// -function defineParams() { - var params = new Array(); - var i = 0; - for (; i < arguments.length; i++) { - params[i] = arguments[i]; - } - return params; -} - -// -// get message by name in a core interface (core:in or core:out -// -function getMessage(core, s) { - var i = 0; - for (; i < core.length; i++) { - if (core[i].name == s) return core[i]; - } - return null; -} - -// -// get a parameter from a message by name -// -function hasParam(msg, name) { - var i = 0; - if (msg.paramsIn) { - for (i = 0; i < msg.paramsIn.length; i++) { - if (msg.paramsIn[i] == name) return true; - } - } - if (msg.paramsOut) { - for (i = 0; i < msg.paramsOut.length; i++) { - if (msg.paramsOut[i] == name) return true; - } - } - return false; -} - -// -// get a parameter from a message by index -// -function getParam(msg, i) { - if (!msg.is_input) { - if (msg.paramsIn) { - if (i < msg.paramsIn.length) { - return msg.paramsIn[i]; - } else { - i -= msg.paramsIn.length; - } - } - if (msg.paramsOut) { - if (i < msg.paramsOut.length) { - return msg.paramsOut[i]; - } - } - } else { - if (msg.paramsOut) { - if (i < msg.paramsOut.length) { - return msg.paramsOut[i]; - } else { - i -= msg.paramsOut.length; - } - } - if (msg.paramsIn) { - if (i < msg.paramsIn.length) { - return msg.paramsIn[i]; - } - } - } - return null; -} - -// -// get a parameter from a message by index -// -function getInputParam(msg, i) { - if (!msg.is_input) { - if (msg.paramsIn) { - if (i < msg.paramsIn.length) { - return msg.paramsIn[i]; - } else { - return null; - } - } - } else { - if (msg.paramsOut) { - if (i < msg.paramsOut.length) { - return null; - } else { - i -= msg.paramsOut.length; - } - } - if (msg.paramsIn) { - if (i < msg.paramsIn.length) { - return msg.paramsIn[i]; - } - } - } - return null; -} - -// -// reconstruct the direction of a parameter of a message by its position -// -function paramDirection(msg, name) { - var i = 0; - if (msg.paramsIn) { - for (i = 0; i < msg.paramsIn.length; i++) { - if (msg.paramsIn[i] == name) return true; - } - } - if (msg.paramsOut) { - for (i = 0; i < msg.paramsOut.length; i++) { - if (msg.paramsOut[i] == name) return false; - } - } - return false; -} - -function initCore() { - /* - Methods implementing messageIn of the core interfaces - In these methods, this is the message and args is the list of arguments of the message - widman.js, as the common part of all widget managers, does not implement these methods directly - but passes the buck to specific WM implementations. - In specific WM implementation, an initializer function should contain - WidgetManager.coreOutSetSize = function (...) {...}; - or similar. - */ - WidgetManager.coreOutSetSize = function(wid, args) { - var i = 0, argsString = ""; - for (; i < args.length; i++) argsString += " " + args[i]; - log(l_deb, "*** defCoreOutImpl.setSize" + argsString); - }; - - WidgetManager.coreOutShow = function(wid, args) { - var i = 0, argsString = ""; - for (; i < args.length; i++) argsString += " " + args[i]; - log(l_deb, "*** defCoreOutImpl.show" + argsString); - }; - - WidgetManager.coreOutHide = function(wid, args) { - var i = 0, argsString = ""; - for (; i < args.length; i++) argsString += " " + args[i]; - log(l_deb, "*** defCoreOutImpl.hide" + argsString); - }; - - WidgetManager.coreOutRequestActivate = function(wid, args) { - var i = 0, argsString = ""; - for (; i < args.length; i++) argsString += " " + args[i]; - log(l_deb, "*** defCoreOutImpl.requestActivate" + argsString); - }; - - WidgetManager.coreOutRequestDeactivate = function(wid, args) { - var i = 0, argsString = ""; - for (; i < args.length; i++) argsString += " " + args[i]; - log(l_deb, "*** defCoreOutImpl.requestDeactivate" + argsString); - }; - - WidgetManager.coreOutShowNotification = function(wid, args) { - var i = 0, argsString = ""; - for (; i < args.length; i++) argsString += " " + args[i]; - log(l_deb, "*** defCoreOutImpl.showNotification" + argsString); - }; - - WidgetManager.coreOutPlaceComponent = function(wid, args) { - var i = 0, argsString = ""; - for (; i < args.length; i++) argsString += " " + args[i]; - log(l_deb, "*** defCoreOutImpl.placeComponent" + argsString); - }; - - WidgetManager.coreOutGetAttention = function(wid, args) { - var i = 0, argsString = ""; - for (; i < args.length; i++) argsString += " " + args[i]; - log(l_deb, "*** defCoreOutImpl.getAttention" + argsString); - }; - WidgetManager.coreOutInstallWidget = function(wid, args) { - var i = 0, argsString = ""; - for (; i < args.length; i++) argsString += " " + args[i]; - log(l_deb, "*** defCoreOutImpl.installWidget" + argsString); - }; - WidgetManager.coreOutMigrateComponent = function(wid, args) { - var i = 0, argsString = ""; - for (; i < args.length; i++) argsString += " " + args[i]; - log(l_deb, "*** defCoreOutImpl.migrateComponent" + argsString); - }; - WidgetManager.coreOutRequestMigrationTargets = function(wid, args) { - var i = 0, argsString = ""; - for (; i < args.length; i++) argsString += " " + args[i]; - log(l_deb, "*** defCoreOutImpl.requestMigrationTargets" + argsString); - }; - WidgetManager.coreOutActivateTemporaryWidget = function(wid, args) { - var i = 0, argsString = ""; - for (; i < args.length; i++) argsString += " " + args[i]; - log(l_deb, "*** defCoreOutImpl.activateTemporaryWidget" + argsString); - }; - /* - Define the core:* interfaces that the widget manager implements and provides to widgets - The structure of messages is simplified. - messageIn have first an array of paramsIn, then an array of paramsOut for a reply - messageOut have first an array of paramsOut, then an array of paramsIn for reply - Because of this simplification, getParam and defineMessage are dependent on the direction of the message - The direction of a parameter is implicit in the fact that it is stored in paramsIn or paramsOut of the message - */ - coreIn = new Array(); - coreOut = new Array(); - coreIn[0] = defineMessage("setSize", true, null, defineParams("width", "height", "dpi")); - coreIn.setSizeMessage = coreIn[0]; - coreIn[1] = defineMessage("show", true, null); - coreIn.showMessage = coreIn[1]; - coreIn[2] = defineMessage("hide", true, null); - coreIn.hideMessage = coreIn[2]; - coreIn[3] = defineMessage("activate", true, null); - coreIn.activateMessage = coreIn[3]; - coreIn[4] = defineMessage("deactivate", true, null); - coreIn.deactivateMessage = coreIn[4]; - coreIn.type = "urn:mpeg:mpegu:schema:widgets:core:in:2010"; - coreOut[0] = defineMessage("setSize", false, coreOutSetSize, defineParams("width", "height")); - coreOut.setSizeMessage = coreOut[0]; - coreOut[1] = defineMessage("show", false, coreOutShow); - coreOut.showMessage = coreOut[1]; - coreOut[2] = defineMessage("hide", false, coreOutHide); - coreOut.hideMessage = coreOut[2]; - coreOut[3] = defineMessage("requestActivate", false, coreOutRequestActivate, null, - defineParams("returnCode")); - coreOut.requestActivateMessage = coreOut[3]; - coreOut[4] = defineMessage("requestDeactivate", false, coreOutRequestDeactivate, null, - defineParams("returnCode")); - coreOut.requestDeactivateMessage = coreOut[4]; - coreOut[5] = defineMessage("showNotification", false, coreOutShowNotification, - defineParams("message"), defineParams("returnCode")); - coreOut.showNotificationMessage = coreOut[5]; - coreOut[6] = defineMessage("placeComponent", false, coreOutPlaceComponent, - defineParams("componentID", "x", "y", "w", "h", "z-index", "transparency"), - defineParams("returnCode")); - coreOut.placeComponentMessage = coreOut[6]; - coreOut[7] = defineMessage("getAttention", false, coreOutGetAttention, - null, defineParams("returnCode")); - coreOut.getAttentionMessage = coreOut[7]; - coreOut[8] = defineMessage("installWidget", false, coreOutInstallWidget, - defineParams("url"), defineParams("returnCode")); - coreOut.installWidgetMessage = coreOut[8]; - coreOut[9] = defineMessage("migrateComponent", false, coreOutMigrateComponent, - defineParams("componentId", "targetCode"), defineParams("returnCode")); - coreOut.migrateComponentMessage = coreOut[9]; - coreOut[10] = defineMessage("requestMigrationTargets", false, coreOutRequestMigrationTargets, - null, defineParams("targetCodes", "targetNames", "targetDescriptions")); - coreOut.requestMigrationTargetsMessage = coreOut[10]; - coreOut[11] = defineMessage("activateTemporaryWidget", false, coreOutActivateTemporaryWidget, - defineParams("url"), defineParams("returnCode")); - coreOut.activateTemporaryWidget = coreOut[11]; - coreOut.type = "urn:mpeg:mpegu:schema:widgets:core:out:2010"; -} - -function coreOutRequestMigrationTargets(wid, args) { - WidgetManager.coreOutRequestMigrationTargets(wid, args); -} - -function coreOutSetSize(wid, args) { - WidgetManager.coreOutSetSize(wid, args); -} - -function coreOutShow(wid, args) { - WidgetManager.coreOutShow(wid, args); -} - -function coreOutHide(wid, args) { - WidgetManager.coreOutHide(wid, args); -} - -function coreOutRequestActivate(wid, args) { - WidgetManager.coreOutRequestActivate(wid, args); -} - -function coreOutRequestDeactivate(wid, args) { - WidgetManager.coreOutRequestDeactivate(wid, args); -} - -function coreOutShowNotification(wid, args) { - WidgetManager.coreOutShowNotification(wid, args); -} - -function coreOutPlaceComponent(wid, args) { - WidgetManager.coreOutPlaceComponent(wid, args); -} - -function coreOutGetAttention(wid, args) { - WidgetManager.coreOutGetAttention(wid, args); -} - -function coreOutInstallWidget(wid, args) { - WidgetManager.coreOutInstallWidget(wid, args); -} - -function coreOutActivateTemporaryWidget(wid, args) { - WidgetManager.coreOutActivateTemporaryWidget(wid, args); -} - -function coreOutMigrateComponent(wid, args) { - WidgetManager.coreOutMigrateComponent(wid, args); -} - -/* - Methods of binding and callback of core:* interfaces - */ -function wmjs_interface_invoke_callback_core(wid_src, ifce_dst, is_reply) { - log(l_inf, "wmjs_interface_invoke_callback_core '" + ifce_dst.type + "' - reply " + is_reply); - return function() { - var i, ai = 0, param_count, msgHandler, msg_src, msg_dst; - var args = new Array(); - msgHandler = arguments[0]; - /*get msg from source interface (this object)*/ - msg_src = this.get_message(msgHandler.msgName); - msg_dst = getMessage(ifce_dst, msgHandler.msgName); - //var argstring = ""; - //for (i = 0; i < msg_dst.num_params; i++) argstring += " "+getParam(msg_dst, i); - //log(l_inf, argstring); - //log(l_inf, (is_reply ? 'invokeReply ' : 'invoke ') + msg_src.name + ' on core.' + msg_dst.name + " nbpar:"+msg_src.num_params); - param_count = msg_src.num_params; - for (i = 0; i < param_count; i++) { - var param = getInputParam(msg_dst, i); - if (param == null) continue; - args[ai] = arguments[ai+1]; - ai++; - } - log(l_inf, (is_reply ? 'invokeReply ' : 'invoke ') + msg_src.name + ' on core.' + msg_dst.name + " nb:"+ai); - // call the method that implements the core:* message - msg_dst.execute(wid_src, args); - }; -} - -// function invokeReply for a reply from within a coreOut message -function wmjs_core_out_invoke_reply() { - var i, ai, param_count, is_script, msg_src, msg_dst, wid_dst; - var args = new Array(); - is_script = 0; - msg_src = arguments[0]; - msg_dst = arguments[1]; - wid_dst = arguments[2]; - log(l_inf, 'coreOut/invokeReply ' + msg_src.name + ' on core.' + msg_dst.name + ' to ' +wid_dst.name+ " nb:"+ai); - if (msg_dst.has_script_input) is_script = 1; - param_count = msg_src.num_params; - ai = 3; - for (i = 0; i < param_count; i++) { - var param = msg_dst.get_param(i); - if (! param.is_input) continue; - if (is_script) { - args[ai - 3] = arguments[ai]; - } else { - wid_dst.set_input(param, arguments[ai]); - } - ai++; - } - if (msg_dst.has_input_action) { - wid_dst.call_input_action(msg_dst); - } else if (is_script) { - wid_dst.call_input_script(msg_dst, args); - } -} - -// get an interface by type in WidgetManager, since getInterfaceHandlersByType is not accessible -function getInterfaceByType(widget, type) { - for (var i = 0; i < widget.num_interfaces; i++) { - var ifce = widget.get_interface(i); - if (ifce.type == type) return ifce; - } - return null; -} - -function wmjs_bind_interface_to_core_service(wid, ifce) { - if (ifce.type == "urn:mpeg:mpegu:schema:widgets:core:in:2010") { - // core:in - return wmjs_bind_interface_to_core_service1(wid, ifce, coreIn); - } else if (ifce.type == "urn:mpeg:mpegu:schema:widgets:core:out:2010") { - // core:out - return wmjs_bind_interface_to_core_service1(wid, ifce, coreOut); - } - // not an interface to core services - return false; -} - -function wmjs_bind_interface_to_core_service1(wid, ifce, core) { - // loop on the messages to check if they match - log(l_inf, 'Bind interface to core service ' + wid.name + " " + ifce.type); - var set_bind = 0, nb_ok, j, k, a_msg; - for (j = 0; j < ifce.num_messages; j++) { - var msg = ifce.get_message(j); - // does the other interface have this message - a_msg = getMessage(core, msg.name); - if (!a_msg) { - // no, it does not have this message, so leave - log(l_inf, 'No core message for ' + msg.name); - continue; - } - // the messages have matching names, check direction - if (msg.is_input == a_msg.is_input) { - log(l_inf, 'core message for ' + msg.name + ' is not in direction ' + (msg.is_input ? 'output' : 'input')); - continue; - } - // the messages have matching names and directions, check params - if (msg.num_params != a_msg.num_params) { - log(l_war, 'core message ' + msg.name + ' does not have the same number of parameters ' - + msg.num_params + ' ' + a_msg.num_params); - var paramstring = ""; - for (k = 0; k < msg.num_params; k++) { - par = msg.get_param(k); - paramstring += " " + par.name; - } - log(l_deb, paramstring); - continue; - } - /*check all params*/ - nb_ok = 0; - for (k = 0; k < msg.num_params; k++) { - par = msg.get_param(k); - //log(l_inf, " "+par.name+" "+hasParam(a_msg, par.name)+" "+par.is_input+" "+paramDirection(a_msg, par.name)); - if (hasParam(a_msg, par.name) != null && par.is_input != paramDirection(a_msg, par.name)) nb_ok ++; - } - if (nb_ok != msg.num_params) { - log(l_war, 'core message ' + msg.name + ' does not have the same input/output parameters '+nb_ok+" "+msg.num_params); - continue; - } - set_bind ++; - // the messages match - log(l_inf, 'Binding ' + wid.name + '.' + msg.name + ' to core.' + a_msg.name); - /*OK let's bind this action: we only need to assign the output trigger, the input - action will be called from the other widget*/ - if (msg.has_output_trigger) { - wid.bind_output_trigger(msg, wmjs_output_trigger_callback_core(msg, wid, a_msg), WidgetManager); - } - } - if (!set_bind) return false; - /*create callback for programmatic action triggers*/ - ifce.invoke = wmjs_interface_invoke_callback_core(wid, core, 0); - // ifce.invokeReply = wmjs_interface_invoke_callback_core(wid, core, 1); - wid.bind_interface(ifce, null, 'localhost'); - return true; -} - -function wmjs_output_trigger_callback_core(msg_out, wid_src, msg_in) { - log(l_deb, "wmjs_output_trigger_callback_core"); - return function() { - log(l_deb, "wmjs_output_trigger_callback_core/function '" + wid_src.name + "'"); - var param_count = msg_out.num_params; - var args = new Array(); - var ai = 0, i; - log(l_inf, 'Invoking Widget(' + wid_src.name + ').' + msg_out.name); - for (i = 0; i < param_count; i++) { - var param = msg_out.get_param(i); - if (param.is_input) continue; - args[ai] = wid_src.get_param_value(param); - ai++; - } - msg_in.execute(wid_src, args); - }; -} - - -// -// send a core:in message with no parameter -// -function wmjs_corein_message() -{ - if (arguments.length < 2) return; - var widget = arguments[0]; - var message = arguments[1]; - - for (var i=0; i=hw) || (2*ry>=hh)) rx = ry = 6; - - temp = this.geometry.point.point; - temp[0] = new SFVec2f(hw-rx, hh); - temp[1] = new SFVec2f(hw, hh);/*bezier ctrl point*/ - temp[2] = new SFVec2f(hw, hh-ry); - temp[3] = new SFVec2f(hw, -hh+ry); - temp[4] = new SFVec2f(hw, -hh);/*bezier control point*/ - temp[5] = new SFVec2f(hw-rx, -hh); - temp[6] = new SFVec2f(-hw+rx, -hh); - temp[7] = new SFVec2f(-hw, -hh);/*bezier control point*/ - temp[8] = new SFVec2f(-hw, -hh+ry); - temp[9] = new SFVec2f(-hw, hh-ry); - temp[10] = new SFVec2f(-hw, hh);/*bezier control point*/ - temp[11] = new SFVec2f(-hw+rx, hh); - } - obj.set_color = function(r, g, b) { - this.appearance.material.emissiveColor.r = r; - this.appearance.material.emissiveColor.g = g; - this.appearance.material.emissiveColor.b = b; - } - return obj; -} - -function icon_button(url, label, no_back) -{ - var obj = new SFNode('Transform2D'); - obj.children[0] = new SFNode('Transform2D'); - obj.children[0].scale.x = 0; - obj.children[0].children[0] = rectangle(); - - obj.children[1] = new SFNode('Layer2D'); - obj.children[1].size.x = icon_size; - obj.children[1].size.y = icon_size; - obj.children[1].children[0] = new SFNode('Inline'); - obj.children[1].children[0].url[0] = url; - - obj.touch = new SFNode('TouchSensor'); - obj.children[1].children[1] = obj.touch; - obj.button_click = NULL; - obj.down = false; - obj.over = false; - obj.on_active = function(value) { - if (value) { - this.down = true; - } else { - if (this.down && this.over && this.button_click) this.button_click(); - this.down = false; - } - }; - obj.button_over = on_icon_over; - obj.on_over = function(value) { - this.over = value; - if (!no_back) - this.children[0].scale.x = value ? 1 : 0; - if (this.button_over) this.button_over(value); - }; - Browser.addRoute(obj.touch, 'isOver', obj, obj.on_over); - Browser.addRoute(obj.touch, 'isActive', obj, obj.on_active); - obj.label = label; - obj.hide = function() { this.scale.x = this.scale.y = 0;}; - obj.show = function() { this.scale.x = this.scale.y = 1;}; - obj.set_size = function(x, y) { - this.children[0].children[0].set_size(x, y); - this.children[1].size.x = x; - this.children[1].size.y = y; - }; - return obj; -} - -function text_label(label, justify) -{ - var obj = new SFNode('Transform2D'); - obj.children[0] = new SFNode('Shape'); - obj.children[0].appearance = new SFNode('Appearance'); - obj.children[0].appearance.material = new SFNode('Material2D'); - obj.children[0].appearance.material.filled = TRUE; - obj.children[0].appearance.material.emissiveColor = new SFColor(0, 0, 0); - obj.children[0].geometry = new SFNode('Text'); - obj.children[0].geometry.string[0] = label; - obj.children[0].geometry.fontStyle = new SFNode('FontStyle'); - obj.children[0].geometry.fontStyle.justify[0] = justify; - obj.children[0].geometry.fontStyle.justify[1] = 'MIDDLE'; - obj.children[0].geometry.fontStyle.size = 20; - obj.set_label = function(value) { - this.children[0].geometry.string[0] = value; - } - return obj; -} - - -function text_rect(label) -{ - var obj = new SFNode('Transform2D'); - obj.children[0] = rectangle(); - obj.children[0].set_color(0.7, 0.7, 0.8); - - obj.children[1] = new SFNode('Shape'); - obj.children[1].appearance = new SFNode('Appearance'); - obj.children[1].appearance.material = new SFNode('Material2D'); - obj.children[1].appearance.material.filled = TRUE; - obj.children[1].appearance.material.emissiveColor = new SFColor(0, 0, 0); - obj.children[1].geometry = new SFNode('Text'); - obj.children[1].geometry.string[0] = label; - obj.children[1].geometry.fontStyle = new SFNode('FontStyle'); - obj.children[1].geometry.fontStyle.justify[0] = 'MIDDLE'; - obj.children[1].geometry.fontStyle.justify[1] = 'MIDDLE'; - obj.children[1].geometry.fontStyle.size = 20; - obj.children[2] = new SFNode('TouchSensor'); - - obj.set_size = function(w, h) { - this.children[0].set_size(w, h); - }; - - - obj.over = false; - obj.on_over = function(value) { - this.children[0].set_color(0.7, value ? 0.5 : 0.7, 0.8); - this.over = value; - }; - Browser.addRoute(obj.children[2], 'isOver', obj, obj.on_over); - - obj.down = false; - obj.button_click = null; - obj.on_active = function(value) { - if (value) { - this.down = true; - } else { - if (this.down && this.over && this.button_click) this.button_click(); - this.down = false; - } - }; - Browser.addRoute(obj.children[2], 'isActive', obj, obj.on_active); - - return obj; -} - -function new_widget_control(widget) -{ - var obj = new SFNode('Transform2D'); - - obj.children[0] = new SFNode('Transform2D'); - - obj.children[0].children[0] = rectangle(); - - obj.children[0].children[1] = new SFNode('TouchSensor'); - - - obj.component_bound=false; - obj.show_ctrl = true; - obj.onClick = function(value) { - if (!value) return; - this.show_ctrl = !this.show_ctrl; - if (this.show_ctrl) { - var i, comps, idx; - this.children[0].children[0].appearance.material.transparency = 0; - this.children[1].scale.x = 1; - this.children[3].scale.x = 1; - - for (i=0; i0) { - info.children[i++] = text_label(txt.substring(0, idx), 'BEGIN'); - txt = txt.substring(idx+1, txt.length); - } else { - info.children[i++] = text_label(txt, 'BEGIN'); - break; - } - } - - info_dlg.ifce_idx = info_dlg.children.length; - info = text_rect('Interfaces (count: ' + wid.num_interfaces + ' - bound: ' + wid.num_bound_interfaces+')', 'BEGIN'); - info_dlg.children[info_dlg.ifce_idx] = info; - info.visible = false; - info.button_click = function() { - this.visible = !this.visible; - layout(); - } - i=3; - for (j=0; jdisplay_width) { - start_x = (icon_size-display_width)/2; - } else { - start_x = (icon_size-tot_len)/2; - } - /*translate / size all items in the dock*/ - for (i=0;i0) { - first_visible_widget += nb_wid; - } - - for (i=0; i= count) { - break; - } - wid = widget_screen.children[i +first_visible_widget]; - wid.show(); - wid.set_size(icon_size, icon_size); - wid.translation.x = start_x; - wid.translation.y = start_y; - start_x += icon_size + spread_x; - if (start_x + icon_size / 2 >= display_width/2) { - start_x = (icon_size-display_width)/2 + spread_x/2; - start_y -= icon_size; - } - nb_widgets_on_screen = i+1; - if (start_y - icon_size < (dock_height-display_height)/2) { - i++; - break; - } - } -} - -//performs layout on all contents -function layout() { - var i, list, start_x; - - gpac.setOption('Widgets', 'LastWMWidth', ''+display_width); - gpac.setOption('Widgets', 'LastWMHeight', ''+display_height); - - - if (WidgetManager.num_widgets) { - dock.children[0].show(); - } else { - dock.children[0].hide(); - } - if (dlg_display.children.length) { - widget_display.scale.x = 0; - widget_screen_visible = false; - } - //layout all icons in the dock - dock_layout(); - widget_screen_layout(0); - - if (dlg_display.children.length) { - list = dlg_display.children; - for (i=0; i 0) { - break; - } - } - return icon; -} - -//initialize GPAC widget manager and load all widgets -function widgets_init() { - - count = WidgetManager.num_widgets; - for (i=0; i l_inf) { - var i = 0; - alert(">>>>>>>>>>>>> "+wid.name+" interfaces:"); - for (;i < wid.num_interfaces; i++) { - alert(""+wid.get_interface(i).type); - } - } - // -} - - -//core out install widget implementation JCD -function widget_install_widget(widget, args) -{ - var uri = args[0], j; - var count = WidgetManager.num_widgets; - for (j=0; j 1 && args[1] != null) { - var render = UPnP.GetMediaRenderer(parseInt(args[1])); - WidgetManager.migrate_widget(render, widget_remote_candidate); - widget_close(widget_remote_candidate, 0); - widget_remote_candidate = null; - } else { - on_upnpopen(); - } - } -} - -// core out request migration targets JCD -function widget_request_migration_targets(wid, args) -{ - var count = UPnP.MediaRenderersCount, codes = new Array(), names = new Array(), descriptions = new Array(), i; - for (i = 0; i < count; i++) { - var render = UPnP.GetMediaRenderer(i); - codes.push(""+i); - names.push(render.Name); - descriptions.push(render.HostName +" "+ render.UUID); - } - i = null; - var ifce_count = wid.num_interfaces, j; - for (j = 0; j < ifce_count; j++) { - var ifce = wid.get_interface(j); - if (ifce.type == "urn:mpeg:mpegu:schema:widgets:core:out:2010") { - i = ifce; - break; - } - } - if (i != null) { - wmjs_core_out_invoke_reply(coreOut.requestMigrationTargetsMessage, i.get_message("requestMigrationTargets"), - wid, codes, names, descriptions); - } - -} - -function widget_request_size(widget, args) -{ - if (args.length==2) { - w = (typeof args[0] == 'string') ? parseInt(args[0]) : args[0]; - h = (typeof args[1] == 'string') ? parseInt(args[1]) : args[1]; - widget.widget_control.set_size(w, h); - } -} - -function widget_request_show(widget, args) -{ - widget.widget_control.show(); -} - -function widget_request_hide(widget, args) -{ - widget.widget_control.hide(); -} - -function widget_request_activate(widget, args) -{ - if (!widget.visible) - widget_launch(widget); -} - -function widget_request_deactivate(widget, args) -{ - if (widget.visible) - widget_close(widget, 0); -} - -function widget_request_attention(widget, args) -{ - if (widget.visible) { - widget_display.removeChildren[0] = widget.widget_control; - widget_display.addChildren[0] = widget.widget_control; - widget.widget_control.flash(); - } -} - -function widget_request_notification(widget, args) -{ - var notif = text_rect(''); - notif.children[1].geometry.string[0] = 'Notification from widget'; - notif.children[1].geometry.string[1] = ' '+widget.name; - notif.children[1].geometry.string[2] = ' '; - notif.children[1].geometry.string[3] = args[0]; - dlg_display.children[0] = notif; - notif.set_size(320, 240); - notif.button_click = function() { - dlg_display.removeChildren[0] = this; - } -} - -function widget_place_component(widget, args) -{ - var comp = widget.get_component(args[0]); - - if (comp==null) { - log(l_err, 'Component '+args[0]+' cannot be found in widget '+widget.name); - return; - } - comp.widget_control.place_x = args[1]; - comp.widget_control.place_y = args[2]; - comp.widget_control.place_w = args[3]; - comp.widget_control.place_h = args[4]; - comp.widget_control.place_z = args[5]; - comp.widget_control.component_bound = true; - widget.widget_control.refresh_layout(false, comp); -} - - - -function insert_widget_icon(new_wid, no_layout) { - var icon; - icon = icon_button(widget_get_icon(new_wid), new_wid.name, 0); - icon.tooltip = new_wid.name; - new_wid.in_panel = true; - new_wid.visible = false; - new_wid.icon_dock = icon; - icon.button_click = on_widget_launch; - icon.widget = new_wid; - widget_screen.addChildren[0] = new_wid.icon_dock; - if (!no_layout) layout(); -} - -function scan_directory(dir) -{ - var i, j, count, list, new_wid, uri; - list = gpac.enum_directory(dir, '.xml;.wgt;.mgt', 0); - for (i=0; i this.list.length) this.first = this.list.length - this.nb_items; - } - if (this.first) this.children[1].show(); - if (this.first+this.nb_items < this.list.length) this.children[2].show(); - - for (i=0; i=this.list.length) break; - item = text_rect(this.list[i+this.first].name); - item.path = this.list[i+this.first].path; - item.name = this.list[i+this.first].name; - item.directory = this.list[i+this.first].directory; - item.filebrowse = this; - item.button_click = function() { - if (this.directory) { - this.filebrowse.directory = this.path + this.name; - this.filebrowse.browse(false); - } else { - var value = this.path + this.name; - dlg_display.children.length = 0; - widget_display.scale.x = 1; - widget_screen_visible = true; - layout(); - - var new_wid = WidgetManager.open(value, null); - if (new_wid==null) return; - - WidgetManager.last_widget_dir = this.filebrowse.directory; - insert_widget_icon(new_wid, 0); - } - } - this.children[this.nb_tools+i] = item; - } - this.set_size(this.width, this.height); - } - - - filebrowse.set_size = function(w, h) { - var i, x, y, isize, nbi; - isize = 24; - if (w>display_width - isize) w = display_width - isize; - - this.width = w; - this.height = h; - - i = 1; - while ((i+1)*isize <= h - isize) i++; - - if (i != this.nb_items) { - this.nb_items = i; - this.layout(0); - return; - } - x = -w/2 + isize/2; - y = h/2 - isize/2; - - for (i=0;ii+1) { - this.children[i].set_size(isize, isize); - } - this.children[i].translation.x = x; - this.children[i].translation.y = y; - x += isize; - } - y-=isize; - while (ithis.nb_items) count = this.nb_items-1; - - item = text_rect('Close'); - item.button_click = function() { - dlg_display.children.length = 0; - upnp_renders=null; - widget_display.scale.x = 1; - infobar.set_label(''); - } - this.children[this.children.length] = item; - - for (i=0; i