Advertisement
Guest User

Untitled

a guest
Feb 26th, 2013
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. LOCAL_PATH:= $(call my-dir)
  2.  
  3. include $(CLEAR_VARS)
  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)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement