Home | History | Annotate | Download | only in OpenglCodecCommon
      1 
      2 ROOT=../..
      3 
      4 include $(ROOT)/make/commondefs
      5 
      6 CXXFILES = TcpStream.cpp GLClientState.cpp glUtils.cpp
      7 CXXINCS += -I$(ROOT)/libs/GLESv1 -I$(ROOT)/include
      8 
      9 LIBRARY_NAME = libcodecCommon.a
     10 
     11 include $(COMMONRULES)
     12 
     13 
     14