Changeset 5358 for pjproject/trunk/pjmedia/src/pjmedia/converter_libyuv.c
- Timestamp:
- Jun 28, 2016 6:04:19 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/src/pjmedia/converter_libyuv.c
r5354 r5358 23 23 #if defined(PJMEDIA_HAS_LIBYUV) && PJMEDIA_HAS_LIBYUV != 0 24 24 25 #include "../../third_party/ libyuv/include/libyuv.h"25 #include "../../third_party/yuv/include/libyuv.h" 26 26 27 27 static pj_status_t factory_create_converter(pjmedia_converter_factory *cf,
Note: See TracChangeset
for help on using the changeset viewer.