aboutsummaryrefslogtreecommitdiffstats
path: root/src/entropy/buf_es
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-09-28 23:10:52 +0000
committerlloyd <[email protected]>2008-09-28 23:10:52 +0000
commitfda3e1b51fbb539e3689e23148be08783afe0e21 (patch)
tree1419c8a7a9a1d179679185d6d09c8e427d34706b /src/entropy/buf_es
parent8820c122b9cd665621729abfcf8c6751762535df (diff)
New filters module. Add deps for it in some needed areas (codec, pbes)
Diffstat (limited to 'src/entropy/buf_es')
-rw-r--r--src/entropy/buf_es/modinfo.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/entropy/buf_es/modinfo.txt b/src/entropy/buf_es/modinfo.txt
new file mode 100644
index 000000000..b30ece6e6
--- /dev/null
+++ b/src/entropy/buf_es/modinfo.txt
@@ -0,0 +1,10 @@
+realname "Buffered Entropy Source"
+
+define BUFFERED_ENTROPY_SOURCE
+
+load_on auto
+
+<add>
+buf_es.cpp
+buf_es.h
+</add>