[longomatch] Rename video_utils to .m only as we want to use objective c
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Rename video_utils to .m only as we want to use objective c
- Date: Wed, 24 Sep 2014 20:29:48 +0000 (UTC)
commit d1a82f59bfef219c026ecbff9790952f71b1af60
Author: Julien Moutte <julien fluendo com>
Date: Thu Sep 11 13:59:01 2014 -0700
Rename video_utils to .m only as we want to use objective c
libcesarplayer/Makefile.am | 2 +-
libcesarplayer/liblongomatch.cproj | 2 +-
libcesarplayer/{video-utils.mm => video-utils.m} | 0
3 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libcesarplayer/Makefile.am b/libcesarplayer/Makefile.am
index 790eabd..cc6b96c 100644
--- a/libcesarplayer/Makefile.am
+++ b/libcesarplayer/Makefile.am
@@ -45,7 +45,7 @@ libcesarplayer_la_SOURCES = \
gst-video-encoder.h\
gst-nle-source.c\
gst-nle-source.h\
- video-utils.mm\
+ video-utils.m\
video-utils.h\
macros.h
diff --git a/libcesarplayer/liblongomatch.cproj b/libcesarplayer/liblongomatch.cproj
index 5350c14..c74c8c8 100644
--- a/libcesarplayer/liblongomatch.cproj
+++ b/libcesarplayer/liblongomatch.cproj
@@ -73,7 +73,7 @@
<Compile Include="gst-remuxer.c" />
<Compile Include="gst-video-encoder.c" />
<Compile Include="gst-nle-source.c" />
- <Compile Include="video-utils.mm" />
<Compile Include="lgm-video-player.c" />
+ <Compile Include="video-utils.m" />
</ItemGroup>
</Project>
\ No newline at end of file
diff --git a/libcesarplayer/video-utils.mm b/libcesarplayer/video-utils.m
similarity index 100%
rename from libcesarplayer/video-utils.mm
rename to libcesarplayer/video-utils.m
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]