video starts to work: send of nowebcam ok, receive ok but doesn't like orientation change
This commit is contained in:
parent
75654d6b56
commit
a07c80ef59
10 changed files with 6 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
APP_PROJECT_PATH := $(call my-dir)/../
|
APP_PROJECT_PATH := $(call my-dir)/../
|
||||||
APP_MODULES :=libspeex libgsm libortp libosip2 libeXosip2 libmediastreamer2 liblinphone msandroiddisplay
|
APP_MODULES :=libspeex libgsm libortp libosip2 libeXosip2 libmediastreamer2 liblinphone
|
||||||
|
|
||||||
|
|
||||||
ifeq ($(TARGET_ARCH_ABI),armeabi-v7a)
|
ifeq ($(TARGET_ARCH_ABI),armeabi-v7a)
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -34,5 +34,4 @@ public class BootReceiver extends BroadcastReceiver {
|
||||||
context.startService(lLinphoneServiceIntent);;
|
context.startService(lLinphoneServiceIntent);;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -65,6 +65,8 @@ LOCAL_SRC_FILES = \
|
||||||
libavcodec/jfdctfst.c \
|
libavcodec/jfdctfst.c \
|
||||||
libavcodec/jfdctint.c \
|
libavcodec/jfdctint.c \
|
||||||
libavcodec/jrevdct.c \
|
libavcodec/jrevdct.c \
|
||||||
|
libavcodec/mjpeg.c.arm \
|
||||||
|
libavcodec/mjpegdec.c.arm \
|
||||||
libavcodec/motion_est.c.arm \
|
libavcodec/motion_est.c.arm \
|
||||||
libavcodec/mpeg12data.c \
|
libavcodec/mpeg12data.c \
|
||||||
libavcodec/mpeg4video.c.arm \
|
libavcodec/mpeg4video.c.arm \
|
||||||
|
|
2
submodules/externals/build/ffmpeg/README
vendored
2
submodules/externals/build/ffmpeg/README
vendored
|
@ -1,3 +1,3 @@
|
||||||
config.h and list of sources files generated by the following configure invocation:
|
config.h and list of sources files generated by the following configure invocation:
|
||||||
|
|
||||||
./configure --disable-mmx --prefix=/Users/jehanmonnier/opt --enable-cross-compile --arch=arm --target-os=linux --cc=arm-none-linux-gnueabi-gcc --disable-ffplay --disable-ffmpeg --disable-ffprobe --disable-ffserver --disable-avdevice --disable-avcore --disable-avfilter --disable-network --disable-everything --enable-decoder=mpeg4 --enable-encoder=mpeg4 --enable-decoder=h264 --disable-avformat --enable-armv6 --enable-armv6t2 --enable-armvfp --enable-neon --enable-pic --extra-cflags='-fPIC -march=armv7-a -mcpu=cortex-a8 -mfloat-abi=softfp -mfpu=neon
|
./configure --disable-mmx --prefix=/Users/jehanmonnier/opt --enable-cross-compile --arch=arm --target-os=linux --cc=arm-none-linux-gnueabi-gcc --disable-ffplay --disable-ffmpeg --disable-ffprobe --disable-ffserver --disable-avdevice --disable-avcore --disable-avfilter --disable-network --disable-everything --enable-decoder=mpeg4 --enable-encoder=mpeg4 --enable-decoder=h264 --enable-decoder=mjpeg --disable-avformat --enable-armv6 --enable-armv6t2 --enable-armvfp --enable-neon --enable-pic --extra-cflags='-fPIC -march=armv7-a -mcpu=cortex-a8 -mfloat-abi=softfp -mfpu=neon'
|
||||||
|
|
2
submodules/externals/build/ffmpeg/config.h
vendored
2
submodules/externals/build/ffmpeg/config.h
vendored
|
@ -287,7 +287,7 @@
|
||||||
#define CONFIG_LOCO_DECODER 0
|
#define CONFIG_LOCO_DECODER 0
|
||||||
#define CONFIG_MDEC_DECODER 0
|
#define CONFIG_MDEC_DECODER 0
|
||||||
#define CONFIG_MIMIC_DECODER 0
|
#define CONFIG_MIMIC_DECODER 0
|
||||||
#define CONFIG_MJPEG_DECODER 0
|
#define CONFIG_MJPEG_DECODER 1
|
||||||
#define CONFIG_MJPEGB_DECODER 0
|
#define CONFIG_MJPEGB_DECODER 0
|
||||||
#define CONFIG_MMVIDEO_DECODER 0
|
#define CONFIG_MMVIDEO_DECODER 0
|
||||||
#define CONFIG_MOTIONPIXELS_DECODER 0
|
#define CONFIG_MOTIONPIXELS_DECODER 0
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 57a2bde8a22d52a8aa8d3bffeb18c8ebe88a4b5c
|
Subproject commit 4bb9fbefa30be99fdd6f6758ba169b482fe7184f
|
Loading…
Reference in a new issue