Changeset 44965
- Timestamp:
- 12/08/20 14:22:53 (2 years ago)
- Location:
- titan
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/libeplayer3/Makefile.am.arm
r44964 r44965 60 60 bin_PROGRAMS = eplayer3 61 61 eplayer3_SOURCES = main/exteplayer.c 62 eplayer3_LDADD = -leplayer3 -lpthread63 #eplayer3_LDADD = -leplayer3 -lpthread -lass -lm -lpng62 #eplayer3_LDADD = -leplayer3 -lpthread 63 eplayer3_LDADD = -leplayer3 -lpthread -lass -lm -lpng 64 64 #eplayer3_LDADD = -leplayer3 -lswscale -ldl -lpthread -lavformat -lavcodec -lavutil -lswresample 65 65 eplayer3_DEPENDENCIES = libeplayer3.la -
titan/titan/bcm.h
r44147 r44965 16 16 #define FBIO_ACCEL 0x23 17 17 18 /* disable bool work include come from libeplayer3 titan/libeplayer3/include/playback.h #include <stdbool.h> 18 19 // bool work start 19 20 typedef int bool; 20 21 enum { false, true }; 21 22 // bool work end 23 */ 22 24 23 25 static unsigned int displaylist[1024];
Note: See TracChangeset
for help on using the changeset viewer.