Changeset 44965


Ignore:
Timestamp:
12/08/20 14:22:53 (2 years ago)
Author:
obi
Message:

fix build

Location:
titan
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/libeplayer3/Makefile.am.arm

    r44964 r44965  
    6060bin_PROGRAMS = eplayer3
    6161eplayer3_SOURCES = main/exteplayer.c
    62 eplayer3_LDADD = -leplayer3 -lpthread
    63 #eplayer3_LDADD = -leplayer3 -lpthread -lass -lm -lpng
     62#eplayer3_LDADD = -leplayer3 -lpthread
     63eplayer3_LDADD = -leplayer3 -lpthread -lass -lm -lpng
    6464#eplayer3_LDADD = -leplayer3 -lswscale -ldl -lpthread -lavformat -lavcodec -lavutil -lswresample
    6565eplayer3_DEPENDENCIES = libeplayer3.la
  • titan/titan/bcm.h

    r44147 r44965  
    1616#define FBIO_ACCEL  0x23
    1717
     18/* disable bool work include come from libeplayer3 titan/libeplayer3/include/playback.h #include <stdbool.h>
    1819// bool work start
    1920typedef int bool;
    2021enum { false, true };
    2122// bool work end
     23*/
    2224
    2325static unsigned int displaylist[1024];
Note: See TracChangeset for help on using the changeset viewer.