View difference between Paste ID: YR3gpyHg and W7MCfV6N
SHOW: | | - or go back to the newest paste.
1-
target thumb C++: libstagefright_httplive <= frameworks/av/media/libstagefright/httplive/LiveDataSource.cpp
1+
LOCAL_PATH:= $(call my-dir)
2-
make: *** Pas de règle pour fabriquer la cible « /home/uto/Bureau/ubuntu/out/target/product/endeavoru/obj/SHARED_LIBRARIES/libwpa_client_intermediates/export_includes », nécessaire pour « /home/uto/Bureau/ubuntu/out/target/product/endeavoru/obj/SHARED_LIBRARIES/libhardware_legacy_intermediates/import_includes ». Arrêt.
2+
3-
make: *** Attente des tâches non terminées....
3+
include $(CLEAR_VARS)
4-
uto@uto-SG33:~/Bureau/ubuntu$
4+
5
LOCAL_SRC_FILES:=               \
6
        LiveDataSource.cpp      \
7
        LiveSession.cpp         \
8
        M3UParser.cpp           \
9
10
LOCAL_C_INCLUDES:= \
11
	$(TOP)/frameworks/av/media/libstagefright \
12
	$(TOP)/frameworks/native/include/media/openmax \
13
	$(TOP)/external/openssl/include
14
15
LOCAL_MODULE:= libstagefright_httplive
16
17
ifeq ($(TARGET_ARCH),arm)
18
    LOCAL_CFLAGS += -Wno-psabi
19
endif
20
21
include $(BUILD_STATIC_LIBRARY)