From 9f0540e030a2da59dbdc7ca8a01a53ca4f4a7260 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Mon, 20 Jan 2014 20:36:30 -0500 Subject: [PATCH] Rename *.cpp to *.c --- limelight-common/{ByteBuffer.cpp => ByteBuffer.c} | 0 limelight-common/{Config.cpp => Config.c} | 0 limelight-common/{Connection.cpp => Connection.c} | 0 limelight-common/{ControlStream.cpp => ControlStream.c} | 0 limelight-common/{Handshake.cpp => Handshake.c} | 0 .../{LinkedBlockingQueue.cpp => LinkedBlockingQueue.c} | 0 limelight-common/{PlatformSockets.cpp => PlatformSockets.c} | 0 limelight-common/{PlatformThreads.cpp => PlatformThreads.c} | 0 limelight-common/{VideoDepacketizer.cpp => VideoDepacketizer.c} | 0 limelight-common/{VideoStream.cpp => VideoStream.c} | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename limelight-common/{ByteBuffer.cpp => ByteBuffer.c} (100%) rename limelight-common/{Config.cpp => Config.c} (100%) rename limelight-common/{Connection.cpp => Connection.c} (100%) rename limelight-common/{ControlStream.cpp => ControlStream.c} (100%) rename limelight-common/{Handshake.cpp => Handshake.c} (100%) rename limelight-common/{LinkedBlockingQueue.cpp => LinkedBlockingQueue.c} (100%) rename limelight-common/{PlatformSockets.cpp => PlatformSockets.c} (100%) rename limelight-common/{PlatformThreads.cpp => PlatformThreads.c} (100%) rename limelight-common/{VideoDepacketizer.cpp => VideoDepacketizer.c} (100%) rename limelight-common/{VideoStream.cpp => VideoStream.c} (100%) diff --git a/limelight-common/ByteBuffer.cpp b/limelight-common/ByteBuffer.c similarity index 100% rename from limelight-common/ByteBuffer.cpp rename to limelight-common/ByteBuffer.c diff --git a/limelight-common/Config.cpp b/limelight-common/Config.c similarity index 100% rename from limelight-common/Config.cpp rename to limelight-common/Config.c diff --git a/limelight-common/Connection.cpp b/limelight-common/Connection.c similarity index 100% rename from limelight-common/Connection.cpp rename to limelight-common/Connection.c diff --git a/limelight-common/ControlStream.cpp b/limelight-common/ControlStream.c similarity index 100% rename from limelight-common/ControlStream.cpp rename to limelight-common/ControlStream.c diff --git a/limelight-common/Handshake.cpp b/limelight-common/Handshake.c similarity index 100% rename from limelight-common/Handshake.cpp rename to limelight-common/Handshake.c diff --git a/limelight-common/LinkedBlockingQueue.cpp b/limelight-common/LinkedBlockingQueue.c similarity index 100% rename from limelight-common/LinkedBlockingQueue.cpp rename to limelight-common/LinkedBlockingQueue.c diff --git a/limelight-common/PlatformSockets.cpp b/limelight-common/PlatformSockets.c similarity index 100% rename from limelight-common/PlatformSockets.cpp rename to limelight-common/PlatformSockets.c diff --git a/limelight-common/PlatformThreads.cpp b/limelight-common/PlatformThreads.c similarity index 100% rename from limelight-common/PlatformThreads.cpp rename to limelight-common/PlatformThreads.c diff --git a/limelight-common/VideoDepacketizer.cpp b/limelight-common/VideoDepacketizer.c similarity index 100% rename from limelight-common/VideoDepacketizer.cpp rename to limelight-common/VideoDepacketizer.c diff --git a/limelight-common/VideoStream.cpp b/limelight-common/VideoStream.c similarity index 100% rename from limelight-common/VideoStream.cpp rename to limelight-common/VideoStream.c