~ppsspp/ppsspp/ffmpeg-upstream

« back to all changes in this revision

Viewing changes to library.mak

  • Committer: Sérgio Benjamim
  • Date: 2015-07-20 03:55:05 UTC
  • Revision ID: sergio_br2@yahoo.com.br-20150720035505-i1jj1zcjcnd0mc7w
Updated to 2.7.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
LIBOBJS := $(OBJS) $(SUBDIR)%.h.o $(TESTOBJS)
35
35
$(LIBOBJS) $(LIBOBJS:.o=.s) $(LIBOBJS:.o=.i):   CPPFLAGS += -DHAVE_AV_CONFIG_H
36
36
$(TESTOBJS) $(TESTOBJS:.o=.i): CPPFLAGS += -DTEST
 
37
$(TESTOBJS) $(TESTOBJS:.o=.i): CFLAGS += -Umain
37
38
 
38
39
$(SUBDIR)$(LIBNAME): $(OBJS)
39
40
        $(RM) $@